Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 26, 2014
1 parent 13e267c commit 490a45a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,16 +319,14 @@ <h2 id="api"><span class="secno">4 </span>API</h2>
<li><p><a href="#fullscreen-is-supported" title="Fullscreen is supported">Fullscreen is <em>not</em> supported</a>.
</ul>

<li><p>Let <var title="">topLevelViewport</var> be <var title="">pending</var>'s
<a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#top-level-browsing-context">top-level browsing context</a>'s
<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>'s viewport.
<!-- cross-process -->

<li><p>Return, and run the remaining steps asynchronously.

<li><p>If <var title="">error</var> is false: Resize <var title="">topLevelViewport</var>'s
<li><p>If <var title="">error</var> is false: Resize <var title="">pending</var>'s
<a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#top-level-browsing-context">top-level browsing context</a>'s
<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>'s viewport's
dimensions to match the dimensions of the screen of the output device. Optionally display
a message how the end user can revert this.
<!-- cross-process -->

<li>
<p>As part of the next <span>animation frame task</span>, run these substeps:
Expand Down
10 changes: 4 additions & 6 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,16 +305,14 @@ <h2>API</h2>
<li><p><span title="Fullscreen is supported">Fullscreen is <em>not</em> supported</span>.
</ul>

<li><p>Let <var title>topLevelViewport</var> be <var title>pending</var>'s
<span data-anolis-spec=html>top-level browsing context</span>'s
<span data-anolis-spec=dom title=concept-document>document</span>'s viewport.
<!-- cross-process -->

<li><p>Return, and run the remaining steps asynchronously.

<li><p>If <var title>error</var> is false: Resize <var title>topLevelViewport</var>'s
<li><p>If <var title>error</var> is false: Resize <var title>pending</var>'s
<span data-anolis-spec=html>top-level browsing context</span>'s
<span data-anolis-spec=dom title=concept-document>document</span>'s viewport's
dimensions to match the dimensions of the screen of the output device. Optionally display
a message how the end user can revert this.
<!-- cross-process -->

<li>
<p>As part of the next <span>animation frame task</span>, run these substeps:
Expand Down

0 comments on commit 490a45a

Please sign in to comment.