Skip to content

Commit

Permalink
Link to "run the fullscreen steps" in Fullscreen
Browse files Browse the repository at this point in the history
Matches whatwg/fullscreen#94.

Fixes the fullscreen part of #707.

Drive-by: re-wrap lines to 100 columns.
  • Loading branch information
foolip committed Jun 15, 2017
1 parent 021157b commit 7c2b5dc
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3164,6 +3164,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<dfn data-x="top-layer-add" data-x-href="https://fullscreen.spec.whatwg.org/#top-layer-add">add</dfn>
operation</li>
<li><dfn data-x-href="https://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen"><code data-x="dom-element-requestFullscreen">requestFullscreen()</code></dfn></li>
<li><dfn data-x-href="https://fullscreen.spec.whatwg.org/#run-the-fullscreen-steps">run the fullscreen steps</dfn></li>
</ul>

<p>The <cite>High Resolution Time</cite> specification provides the <dfn
Expand Down Expand Up @@ -88409,33 +88410,33 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
infrequently or never.</p>
</li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run the resize
steps</span> for that <code>Document</code>, passing in <var>now</var> as the timestamp. <ref
spec="CSSOMVIEW"/></p></li>
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
the resize steps</span> for that <code>Document</code>, passing in <var>now</var> as the
timestamp. <ref spec="CSSOMVIEW"/></p></li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run the scroll
steps</span> for that <code>Document</code>, passing in <var>now</var> as the timestamp. <ref
spec="CSSOMVIEW"/></p></li>
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
the scroll steps</span> for that <code>Document</code>, passing in <var>now</var> as the
timestamp. <ref spec="CSSOMVIEW"/></p></li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>evaluate media queries
and report changes</span> for that <code>Document</code>, passing in <var>now</var> as the timestamp. <ref
spec="CSSOMVIEW"/></p></li>
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>,
<span>evaluate media queries and report changes</span> for that <code>Document</code>, passing
in <var>now</var> as the timestamp. <ref spec="CSSOMVIEW"/></p></li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <dfn>run CSS animations and send
events</dfn> for that <code>Document</code>, passing in <var>now</var> as the timestamp. <ref
spec="CSSANIMATIONS"/></p></li>
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <dfn>run
CSS animations and send events</dfn> for that <code>Document</code>, passing in <var>now</var>
as the timestamp. <ref spec="CSSANIMATIONS"/></p></li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <dfn>run the fullscreen rendering
steps</dfn> for that <code>Document</code>, passing in <var>now</var> as the timestamp. <ref
spec="FULLSCREEN"/></p></li>
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
the fullscreen steps</span> for that <code>Document</code>, passing in <var>now</var> as the
timestamp. <ref spec="FULLSCREEN"/></p></li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run the animation frame
callbacks</span> for that <code>Document</code>, passing in <var>now</var> as the
timestamp.</p></li>
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
the animation frame callbacks</span> for that <code>Document</code>, passing in <var>now</var>
as the timestamp.</p></li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run the update
intersection observations steps</span> for that <code>Document</code>, passing in <var>now</var> as the
timestamp. <ref spec="INTERSECTIONOBSERVER"/></p></li>
<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, <span>run
the update intersection observations steps</span> for that <code>Document</code>, passing in
<var>now</var> as the timestamp. <ref spec="INTERSECTIONOBSERVER"/></p></li>

<li><p>For each <span>fully active</span> <code>Document</code> in <var>docs</var>, update the
rendering or user interface of that <code>Document</code> and its <span
Expand Down

0 comments on commit 7c2b5dc

Please sign in to comment.