[html5] r1888 - [e] (0) typos, xref errors (credit: gs)
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jul 18 02:20:32 PDT 2008
Author: ianh
Date: 2008-07-18 02:20:31 -0700 (Fri, 18 Jul 2008)
New Revision: 1888
Modified:
index
source
Log:
[e] (0) typos, xref errors (credit: gs)
Modified: index
===================================================================
--- index 2008-07-18 09:14:54 UTC (rev 1887)
+++ index 2008-07-18 09:20:31 UTC (rev 1888)
@@ -3489,7 +3489,7 @@
<p>Let <var title="">value</var> have the value 0.
<li>
- <p><a href="#skip-whitespace">Skip whitespace.</a>
+ <p><a href="#skip-whitespace">Skip whitespace</a>.
<li>
<p>If <var title="">position</var> is past the end of <var
@@ -3553,7 +3553,7 @@
<p>Let <var title="">sign</var> have the value "positive".
<li>
- <p><a href="#skip-whitespace">Skip whitespace.</a>
+ <p><a href="#skip-whitespace">Skip whitespace</a>.
<li>
<p>If <var title="">position</var> is past the end of <var
@@ -3634,7 +3634,7 @@
<p>Let <var title="">sign</var> have the value "positive".
<li>
- <p><a href="#skip-whitespace">Skip whitespace.</a>
+ <p><a href="#skip-whitespace">Skip whitespace</a>.
<li>
<p>If <var title="">position</var> is past the end of <var
@@ -4399,7 +4399,7 @@
title="">input</var>, then fail.
<li>
- <p><a href="#skip-whitespace">Skip whitespace.</a>
+ <p><a href="#skip-whitespace">Skip whitespace</a>.
<li>
<p>If the character at <var title="">position</var> is a U+005A LATIN
@@ -38270,8 +38270,8 @@
<p class=note>This specification does not specify how selections are
presented to the user. The Selectors specification, in conjunction with
- CSS, can be used to style text selections using the <code><a
- href="#selection1">::selection</a></code> pseudo-element. <a
+ CSS, can be used to style text selections using the <code
+ title="">::selection</code> pseudo-element. <a
href="#refsSELECTORS">[SELECTORS]</a> <a href="#refsCSS21">[CSS21]</a>
<h4 id=documentSelection><span class=secno>6.6.1 </span>APIs for the
@@ -49350,12 +49350,12 @@
<dd>
<p>If the <a href="#current5">current node</a> is not the root <code><a
href="#html">html</a></code> element, then this is a <a
- href="#parse2">parse error.</a>.</p>
+ href="#parse2">parse error</a>.</p>
<p class=note>It can only be the <a href="#current5">current node</a> in
the <a href="#fragment">fragment case</a>.</p>
- <p><a href="#stops">Stop parsing.</a></p>
+ <p><a href="#stops">Stop parsing</a>.</p>
<dt>Anything else
@@ -49921,12 +49921,12 @@
<dd>
<p>If the <a href="#current5">current node</a> is not the root <code><a
href="#html">html</a></code> element, then this is a <a
- href="#parse2">parse error.</a>.</p>
+ href="#parse2">parse error</a>.</p>
<p class=note>It can only be the <a href="#current5">current node</a> in
the <a href="#fragment">fragment case</a>.</p>
- <p><a href="#stops">Stop parsing.</a></p>
+ <p><a href="#stops">Stop parsing</a>.</p>
<dt>Anything else
@@ -50201,7 +50201,7 @@
<dt>An end-of-file token
<dd>
- <p><a href="#stops">Stop parsing.</a></p>
+ <p><a href="#stops">Stop parsing</a>.</p>
<dt>Anything else
@@ -50293,12 +50293,12 @@
<dd>
<p>If the <a href="#current5">current node</a> is not the root <code><a
href="#html">html</a></code> element, then this is a <a
- href="#parse2">parse error.</a>.</p>
+ href="#parse2">parse error</a>.</p>
<p class=note>It can only be the <a href="#current5">current node</a> in
the <a href="#fragment">fragment case</a>.</p>
- <p><a href="#stops">Stop parsing.</a></p>
+ <p><a href="#stops">Stop parsing</a>.</p>
<dt>Anything else
@@ -50359,7 +50359,7 @@
<dt>An end-of-file token
<dd>
- <p><a href="#stops">Stop parsing.</a></p>
+ <p><a href="#stops">Stop parsing</a>.</p>
<dt>Anything else
Modified: source
===================================================================
--- source 2008-07-18 09:14:54 UTC (rev 1887)
+++ source 2008-07-18 09:20:31 UTC (rev 1888)
@@ -1698,7 +1698,7 @@
<li><p>Let <var title="">value</var> have the value 0.</li>
- <li><p><span>Skip whitespace.</span></p></li>
+ <li><p><span>Skip whitespace</span>.</p></li>
<li><p>If <var title="">position</var> is past the end of <var
title="">input</var>, return an error.</p></li>
@@ -1768,7 +1768,7 @@
<li><p>Let <var title="">sign</var> have the value
"positive".</p></li>
- <li><p><span>Skip whitespace.</span></p></li>
+ <li><p><span>Skip whitespace</span>.</p></li>
<li><p>If <var title="">position</var> is past the end of <var
title="">input</var>, return an error.</p></li>
@@ -1860,7 +1860,7 @@
<li><p>Let <var title="">sign</var> have the value "positive".</li>
- <li><p><span>Skip whitespace.</span></p></li>
+ <li><p><span>Skip whitespace</span>.</p></li>
<li><p>If <var title="">position</var> is past the end of <var
title="">input</var>, return an error.</p></li>
@@ -2673,7 +2673,7 @@
<li><p>If <var title="">position</var> is beyond the end of <var
title="">input</var>, then fail.</p></li>
- <li><p><span>Skip whitespace.</span></p></li>
+ <li><p><span>Skip whitespace</span>.</p></li>
<li><p>If the character at <var title="">position</var> is a
U+005A LATIN CAPITAL LETTER Z, then:</p>
@@ -35920,7 +35920,7 @@
<p class="note">This specification does not specify how selections
are presented to the user. The Selectors specification, in
conjunction with CSS, can be used to style text selections using the
- <code>::selection</code> pseudo-element. <a
+ <code title="">::selection</code> pseudo-element. <a
href="#refsSELECTORS">[SELECTORS]</a> <a
href="#refsCSS21">[CSS21]</a></p>
@@ -46617,12 +46617,12 @@
<p>If the <span>current node</span> is not the root
<code>html</code> element, then this is a <span>parse
- error.</span>.</p>
+ error</span>.</p>
<p class="note">It can only be the <span>current node</span> in
the <span>fragment case</span>.</p>
- <p><span>Stop parsing.</span></p>
+ <p><span>Stop parsing</span>.</p>
</dd>
@@ -47236,12 +47236,12 @@
<p>If the <span>current node</span> is not the root
<code>html</code> element, then this is a <span>parse
- error.</span>.</p>
+ error</span>.</p>
<p class="note">It can only be the <span>current node</span> in
the <span>fragment case</span>.</p>
- <p><span>Stop parsing.</span></p>
+ <p><span>Stop parsing</span>.</p>
</dd>
@@ -47501,7 +47501,7 @@
<dt>An end-of-file token</dt>
<dd>
- <p><span>Stop parsing.</span></p>
+ <p><span>Stop parsing</span>.</p>
</dd>
<dt>Anything else</dt>
@@ -47600,12 +47600,12 @@
<p>If the <span>current node</span> is not the root
<code>html</code> element, then this is a <span>parse
- error.</span>.</p>
+ error</span>.</p>
<p class="note">It can only be the <span>current node</span> in
the <span>fragment case</span>.</p>
- <p><span>Stop parsing.</span></p>
+ <p><span>Stop parsing</span>.</p>
</dd>
@@ -47668,7 +47668,7 @@
<dt>An end-of-file token</dt>
<dd>
- <p><span>Stop parsing.</span></p>
+ <p><span>Stop parsing</span>.</p>
</dd>
<dt>Anything else</dt>
More information about the Commit-Watchers
mailing list