@@ -139,8 +139,8 @@ security risk, or platform limitation.
139
139
140
140
<hr>
141
141
142
- <p> To <dfn>run the fullscreen rendering steps</dfn> for a <a>document</a> <var> document</var> , run
143
- these steps:
142
+ <p> To <dfn>run the fullscreen steps</dfn> for a <a>document</a> <var> document</var> , run these
143
+ steps:
144
144
145
145
<ol>
146
146
<li><p> Let <var> pairs</var> be <var> document</var> 's <a>list of pending fullscreen events</a> .
@@ -160,6 +160,8 @@ these steps:
160
160
</ol>
161
161
</ol>
162
162
163
+ <p class=note> These steps integrate with the <a>event loop</a> defined in HTML. [[!HTML]]
164
+
163
165
164
166
165
167
<h2 id=api>API</h2>
@@ -309,9 +311,7 @@ these steps:
309
311
</ol>
310
312
311
313
<p class=note> The order in which elements are <a lt="fullscreen an element">fullscreened</a>
312
- is not observable, because the
313
- <a lt="run the fullscreen rendering steps">fullscreen rendering steps</a> will run in
314
- <a>tree order</a> .
314
+ is not observable, because the <a>run the fullscreen steps</a> is invoked in <a>tree order</a> .
315
315
316
316
<li><p> Resolve <var> promise</var> with undefined.
317
317
</ol>
@@ -450,8 +450,7 @@ could be an open <{dialog}> element.
450
450
</ol>
451
451
452
452
<p class=note> The order in which documents are <a lt="unfullscreen a document">unfullscreened</a>
453
- is not observable, because the
454
- <a lt="run the fullscreen rendering steps">fullscreen rendering steps</a> will run in
453
+ is not observable, because the <a>run the fullscreen steps</a> is invoked in <a>tree order</a> .
455
454
<a>tree order</a> .
456
455
457
456
<li><p> Resolve <var> promise</var> with undefined.
0 commit comments