@@ -3256,7 +3256,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
3256
3256
spec=FULLSCREEN></p>
3257
3257
3258
3258
<ul class="brief">
3259
- <li>The <dfn data-noexport="" data-x-href="https://fullscreen.spec.whatwg.org/#top-layer">top layer</dfn> concept</li>
3259
+ <li><dfn data-noexport="" data-x-href="https://fullscreen.spec.whatwg.org/#top-layer">top layer</dfn> and its
3260
+ <dfn data-noexport="" data-x="top-layer-add" data-x-href="https://fullscreen.spec.whatwg.org/#top-layer-add">add</dfn> and
3261
+ <dfn data-noexport="" data-x="top-layer-remove" data-x-href="https://fullscreen.spec.whatwg.org/#top-layer-remove">remove</dfn> algorithms</li>
3260
3262
<li><dfn data-noexport="" data-x-href="https://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen"><code data-x="dom-element-requestFullscreen">requestFullscreen()</code></dfn>
3261
3263
</ul>
3262
3264
@@ -56721,9 +56723,10 @@ interface <dfn>HTMLDialogElement</dfn> : <span>HTMLElement</span> {
56721
56723
<dfn>pending dialog stack</dfn>. When a <code>Document</code> is created, this stack must be
56722
56724
initialized to be empty.</p>
56723
56725
56724
- <p>When an element is added to the <span>pending dialog stack</span>, it must also be added to the
56725
- <span>top layer</span>. When an element is removed from the <span>pending dialog stack</span>, it
56726
- must be removed from the <span>top layer</span>. <ref spec=FULLSCREEN></p>
56726
+ <p>When an element is added to the <span>pending dialog stack</span>, it must also be <span
56727
+ data-x="top-layer-add">added</span> to the <span>top layer</span>. When an element is removed from
56728
+ the <span>pending dialog stack</span>, it must be <span data-x="top-layer-remove">removed</span>
56729
+ from the <span>top layer</span>. <ref spec=FULLSCREEN></p>
56727
56730
56728
56731
<p>When the <dfn><code data-x="dom-dialog-showModal">showModal()</code></dfn> method is invoked,
56729
56732
the user agent must run the following steps:</p>
0 commit comments