We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd33da commit 1c324eeCopy full SHA for 1c324ee
fullscreen.bs
@@ -495,9 +495,11 @@ could be an open <{dialog}> element.
495
496
<li><p>If <var>doc</var>'s <a>fullscreen element</a> is not <a>connected</a>:
497
<ol>
498
- <li><p><a for=set>Append</a> ({{fullscreenchange}}, <var>doc</var>'s
499
- <a>fullscreen element</a>) to <var>doc</var>'s
500
- <a>list of pending fullscreen events</a>.
+ <li><p><a for=set>Append</a> ({{fullscreenchange}}, <var>doc</var>'s <a>fullscreen element</a>)
+ to <var>doc</var>'s <a>list of pending fullscreen events</a>.
+
501
+ <li><p><a lt="unfullscreen an element">Unfullscreen</a> <var>doc</var>'s <a>fullscreen
502
+ element</a>.
503
</ol>
504
505
<li><p>Return <var>promise</var>, and run the remaining steps <a>in parallel</a>.
0 commit comments