Skip to content

Commit

Permalink
Make the set parser clear on order: https://www.w3.org/Bugs/Public/sh…
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed May 20, 2013
1 parent 005e1e5 commit a318480
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ <h3>Ordered sets</h3>
<li><p><span>Collect a code point sequence</span> of code points that are
not <span data-anolis-spec=encoding>ASCII whitespace</span>.

<li><p>If the collected string is not in <var title>tokens</var>, add the
<li><p>If the collected string is not in <var title>tokens</var>, append the
collected string to <var title>tokens</var>.

<li><p><span>Skip ASCII whitespace</span>.
Expand Down Expand Up @@ -8289,9 +8289,10 @@ <h3>Interface <code>Range</code></h3>
<ul>
<li>the <code title=dom-Range-createContextualFragment data-anolis-spec=domps>createContextualFragment()</code> method;
<span data-anolis-ref class=informative>DOMPS</span>
<li>the <code title=dom-Range-getClientRects data-anolis-spec=cssom-view>getClientRects()</code> method; and
<li>the <code title=dom-Range-getBoundingClientRect data-anolis-spec=cssom-view>getBoundingClientRect()</code> method.
<li>the <code title=dom-Range-getClientRects>getClientRects()</code> method; and
<li>the <code title=dom-Range-getBoundingClientRect>getBoundingClientRect()</code> method.
<span data-anolis-ref class=informative>CSSOMVIEW</span>
<!-- XXX xref for cssom-view is broken -->
</ul>
</div>

Expand Down
11 changes: 6 additions & 5 deletions dom-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p><a class="logo" href="//www.whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-dom.svg" width="100"></a></p>

<h1>DOM</h1>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-8-may-2013">Living Standard — Last Updated 8 May 2013</h2>
<h2 class="no-num no-toc" id="living-standard-—-last-updated-20-may-2013">Living Standard — Last Updated 20 May 2013</h2>

<dl>
<dt>This Version:
Expand Down Expand Up @@ -45,7 +45,7 @@ <h2 class="no-num no-toc" id="living-standard-—-last-updated-8-may-2013">Livin
<p class="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
To the extent possible under law, the editors have waived all copyright and
related or neighboring rights to this work. In addition, as of
8 May 2013, the editors have made this specification available
20 May 2013, the editors have made this specification available
under the
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
which is available at
Expand Down Expand Up @@ -394,7 +394,7 @@ <h3 id="ordered-sets"><span class="secno">2.3 </span>Ordered sets</h3>
<li><p><a href="#collect-a-code-point-sequence">Collect a code point sequence</a> of code points that are
not <a class="external" data-anolis-spec="encoding" href="http://encoding.spec.whatwg.org/#ascii-whitespace">ASCII whitespace</a>.

<li><p>If the collected string is not in <var title="">tokens</var>, add the
<li><p>If the collected string is not in <var title="">tokens</var>, append the
collected string to <var title="">tokens</var>.

<li><p><a href="#skip-ascii-whitespace">Skip ASCII whitespace</a>.
Expand Down Expand Up @@ -8322,9 +8322,10 @@ <h3 id="interface-range"><span class="secno">7.2 </span>Interface <code><a href=
<ul>
<li>the <code class="external" data-anolis-spec="domps" title="dom-Range-createContextualFragment"><a href="http://html5.org/specs/dom-parsing.html#dom-range-createcontextualfragment">createContextualFragment()</a></code> method;
<a class="informative" href="#refsDOMPS">[DOMPS]</a>
<li>the <code class="external" data-anolis-spec="cssom-view" title="dom-Range-getClientRects"><a href="http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html#dom-range-getclientrects">getClientRects()</a></code> method; and
<li>the <code class="external" data-anolis-spec="cssom-view" title="dom-Range-getBoundingClientRect"><a href="http://dvcs.w3.org/hg/csswg/raw-file/tip/cssom-view/Overview.html#dom-range-getboundingclientrect">getBoundingClientRect()</a></code> method.
<li>the <code title="dom-Range-getClientRects">getClientRects()</code> method; and
<li>the <code title="dom-Range-getBoundingClientRect">getBoundingClientRect()</code> method.
<a class="informative" href="#refsCSSOMVIEW">[CSSOMVIEW]</a>
<!-- XXX xref for cssom-view is broken -->
</ul>
</div>

Expand Down

0 comments on commit a318480

Please sign in to comment.