Skip to content

Commit 4ad4ab0

Browse files
committed
Editorial: rename "run the fullscreen rendering steps" and add note
As discussed in whatwg/html#2763.
1 parent 4208e5a commit 4ad4ab0

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

fullscreen.bs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ security risk, or platform limitation.
139139

140140
<hr>
141141

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:
144144

145145
<ol>
146146
<li><p>Let <var>pairs</var> be <var>document</var>'s <a>list of pending fullscreen events</a>.
@@ -160,6 +160,8 @@ these steps:
160160
</ol>
161161
</ol>
162162

163+
<p class=note>These steps integrate with the <a>event loop</a> defined in HTML. [[!HTML]]
164+
163165

164166

165167
<h2 id=api>API</h2>
@@ -309,9 +311,7 @@ these steps:
309311
</ol>
310312

311313
<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>.
315315

316316
<li><p>Resolve <var>promise</var> with undefined.
317317
</ol>
@@ -450,8 +450,7 @@ could be an open <{dialog}> element.
450450
</ol>
451451

452452
<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>.
455454
<a>tree order</a>.
456455

457456
<li><p>Resolve <var>promise</var> with undefined.

0 commit comments

Comments
 (0)