- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 18 Jul 2008 09:20:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5668
Modified Files:
Overview.html
Log Message:
typos, xref errors (credit: gs) (whatwg r1888)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1076
retrieving revision 1.1077
diff -u -d -r1.1076 -r1.1077
--- Overview.html 18 Jul 2008 09:15:28 -0000 1.1076
+++ Overview.html 18 Jul 2008 09:20:35 -0000 1.1077
@@ -3559,7 +3559,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
@@ -3623,7 +3623,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
@@ -3704,7 +3704,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
@@ -4469,7 +4469,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
@@ -38340,8 +38340,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="#references">[SELECTORS]</a> <a href="#references">[CSS21]</a>
<h4 id=documentSelection><span class=secno>6.6.1 </span>APIs for the
@@ -49420,12 +49420,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
@@ -49991,12 +49991,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
@@ -50271,7 +50271,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
@@ -50363,12 +50363,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
@@ -50429,7 +50429,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
Received on Friday, 18 July 2008 09:21:11 UTC