Skip to content

Commit

Permalink
Editorial: prepare for conversion to bikeshed
Browse files Browse the repository at this point in the history
These are changes that make (some) sense even with Anolis, done first to make the bikeshed changes smaller:

 * Add IDs to headings
 * Don't quote attributes without whitespace
 * ø → ø

Part of #47.
  • Loading branch information
foolip authored and annevk committed Sep 13, 2016
1 parent 518ab7f commit 6f43f8e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<hgroup>
<h1 class="p-name">Fullscreen API</h1>
<h2 class="no-num no-toc">Living Standard — Last Updated 22 August 2016</h2>
<h2 class="no-num no-toc">Living Standard — Last Updated 13 September 2016</h2>
</hgroup>

<dl>
Expand Down
44 changes: 22 additions & 22 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="no-num no-toc">Table of Contents</h2>



<h2>Conformance</h2>
<h2 id=conformance>Conformance</h2>
<p>All diagrams, examples, and notes in this specification are
non-normative, as are all sections explicitly marked non-normative.
Everything else in this specification is normative.
Expand All @@ -58,7 +58,7 @@ <h2>Conformance</h2>



<h2>Terminology</h2>
<h2 id=terminology>Terminology</h2>

<p>Most terminology used in this specification is from CSS, DOM, HTML, and
Web IDL.
Expand All @@ -80,7 +80,7 @@ <h2>Terminology</h2>



<h2>Model</h2>
<h2 id=model>Model</h2>

<p>All <span data-anolis-spec=dom title=concept-element>elements</span> have an associated
<dfn>fullscreen flag</dfn>. Unless stated otherwise it is unset.
Expand Down Expand Up @@ -173,7 +173,7 @@ <h2>Model</h2>
<!-- cross-process -->


<h2>API</h2>
<h2 id=api>API</h2>

<pre class=idl>partial interface <span data-anolis-spec=dom>Element</span> {
Promise&lt;void> <span title=dom-Element-requestFullscreen>requestFullscreen</span>();
Expand Down Expand Up @@ -216,8 +216,8 @@ <h2>API</h2>
<li><p><var title>element</var>'s
<span data-anolis-spec=dom title=concept-element-namespace>namespace</span> is the
<span data-anolis-spec=dom>HTML namespace</span> or <var>element</var> is an
<a href="https://www.w3.org/TR/SVG11/struct.html#SVGElement">SVG <code>svg</code></a> or
<a href="https://www.w3.org/Math/draft-spec/chapter2.html#interf.toplevel">MathML <code>math</code></a>
<a href=https://www.w3.org/TR/SVG11/struct.html#SVGElement>SVG <code>svg</code></a> or
<a href=https://www.w3.org/Math/draft-spec/chapter2.html#interf.toplevel>MathML <code>math</code></a>
element. <span data-anolis-ref>SVG</span> <span data-anolis-ref>MATHML</span>

<li><p><var title>element</var> is <span data-anolis-spec=dom>in a document</span>.
Expand Down Expand Up @@ -349,7 +349,7 @@ <h2>API</h2>
return false if <span>context object</span>'s <span>fullscreen element</span> is null, and true
otherwise.

<p class="note">Use <code title=dom-Document-fullscreenElement>document.fullscreenElement</code>
<p class=note>Use <code title=dom-Document-fullscreenElement>document.fullscreenElement</code>
instead.

<p>To <dfn>collect documents to unfullscreen</dfn> given <var title>doc</var>,
Expand Down Expand Up @@ -484,16 +484,16 @@ <h2>API</h2>
<th><span data-anolis-spec=html>event handler event type</span>
<tbody>
<tr>
<td><dfn title="handler-document-onfullscreenchange"><code>onfullscreenchange</code></dfn>
<td><code title="event-document-fullscreenchange">fullscreenchange</code>
<td><dfn title=handler-document-onfullscreenchange><code>onfullscreenchange</code></dfn>
<td><code title=event-document-fullscreenchange>fullscreenchange</code>
<tr>
<td><dfn title="handler-document-onfullscreenerror"><code>onfullscreenerror</code></dfn>
<td><code title="event-document-fullscreenerror">fullscreenerror</code>
<td><dfn title=handler-document-onfullscreenerror><code>onfullscreenerror</code></dfn>
<td><code title=event-document-fullscreenerror>fullscreenerror</code>
</table>



<h2>UI</h2>
<h2 id=ui>UI</h2>

<p>User agents are encouraged to implement native media fullscreen controls
in terms of
Expand All @@ -509,7 +509,7 @@ <h2>UI</h2>



<h2>Rendering</h2>
<h2 id=rendering>Rendering</h2>

<p>This section is to be interpreted equivalently to the Rendering section
of HTML. <span data-anolis-ref>HTML</span>
Expand All @@ -520,7 +520,7 @@ <h2>Rendering</h2>
here is sketchy as hell.


<h3>New stacking layer</h3>
<h3 id=new-stacking-layer>New stacking layer</h3>

<p>This specification introduces a new stacking layer to the
<a href=http://www.w3.org/TR/CSS21/zindex.html>Elaborate description of Stacking Contexts</a>
Expand Down Expand Up @@ -588,7 +588,7 @@ <h3>New stacking layer</h3>
<var title>top layer</var>, remove <var>element</var> from <var title>top layer</var>.


<h3><code title>::backdrop</code> pseudo-element</h3>
<h3 id=::backdrop-pseudo-element><code title>::backdrop</code> pseudo-element</h3>

<p>Each element in a <span>top layer</span> has a
<dfn title=css-pe-backdrop><code>::backdrop</code></dfn> pseudo-element.
Expand All @@ -608,7 +608,7 @@ <h3><code title>::backdrop</code> pseudo-element</h3>
hooks for this stuff which make it normative. -->


<h3><code title>:fullscreen</code> pseudo-class</h3>
<h3 id=:fullscreen-pseudo-class><code title>:fullscreen</code> pseudo-class</h3>

<p>The <dfn title=css-pc-fullscreen><code>:fullscreen</code></dfn>
pseudo-class must match any
Expand All @@ -621,7 +621,7 @@ <h3><code title>:fullscreen</code> pseudo-class</h3>
<span>fullscreen element</span>.


<h3>User-agent level style sheet defaults</h3>
<h3 id=user-agent-level-style-sheet-defaults>User-agent level style sheet defaults</h3>
<!-- HTML's "The CSS user agent style sheet and presentational hints"
section uses this term -->

Expand Down Expand Up @@ -660,7 +660,7 @@ <h3>User-agent level style sheet defaults</h3>



<h2>Security and Privacy Considerations</h2>
<h2 id=security-and-privacy-considerations>Security and Privacy Considerations</h2>

<p>User agents should ensure, e.g. by means of an overlay, that the end user
is aware something is displayed fullscreen. User agents should provide a
Expand All @@ -683,7 +683,7 @@ <h2 class=no-num>References</h2>



<h2 class=no-num>Acknowledgments</h2>
<h2 id=acknowledgments class=no-num>Acknowledgments</h2>

<p>Many thanks to Robert O'Callahan for designing the initial model and being awesome.
<!-- https://wiki.mozilla.org/Gecko:FullScreenAPI -->
Expand All @@ -708,7 +708,7 @@ <h2 class=no-num>Acknowledgments</h2>
Rafał Chłodnicki,
Riff Jiang,
Rune Lillesveen,
Sigbj&oslash;rn Vik,
Sigbjørn Vik,
Simon Pieters,
Tab Atkins,
Theresa O'Connor,
Expand All @@ -720,9 +720,9 @@ <h2 class=no-num>Acknowledgments</h2>
<a lang=nl href=https://annevankesteren.nl/>Anne van Kesteren</a>
(<a href=https://www.mozilla.org/>Mozilla</a>,
<a href=mailto:annevk@annevk.nl>annevk@annevk.nl</a>).
<a lang="tr" href="http://tantek.com/">Tantek Çelik</a>
<a lang=tr href=http://tantek.com/>Tantek Çelik</a>
(<a class="p-org org h-org h-card" href=https://www.mozilla.org/>Mozilla</a>,
<a href="mailto:tantek@cs.stanford.edu">tantek@cs.stanford.edu</a>) sorted out legal
<a href=mailto:tantek@cs.stanford.edu>tantek@cs.stanford.edu</a>) sorted out legal
hassles.

<p>Per <a rel=license href=https://creativecommons.org/publicdomain/zero/1.0/>CC0</a>, to
Expand Down

0 comments on commit 6f43f8e

Please sign in to comment.