html5/markup/src datatypes.html,1.40,1.41 header.src.html,1.31,1.32 references.html,1.18,1.19 status.html,1.18,1.19 syntax.html,1.76,1.77

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv14329/src

Modified Files:
	datatypes.html header.src.html references.html status.html 
	syntax.html 
Log Message:
fix some problems in h:tml draft that pubrules checker caught

Index: status.html
===================================================================
RCS file: /sources/public/html5/markup/src/status.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- status.html	12 Feb 2010 10:00:30 -0000	1.18
+++ status.html	2 Mar 2010 05:12:41 -0000	1.19
@@ -8,7 +8,7 @@
   subset of that specification
   <a href="references.html#refsHTML5AUTHOR">[HTML5AUTHOR]</a>.</p>
   <div>
-    <h2>Instability and incompleteness of this document</h2>
+    <h2 id="instability">Instability and incompleteness of this document</h2>
     <p>This document is a working draft — all parts of it remain
     subject to significant change or removal, and some parts are
     currently incomplete; in particular, many elements currently

Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- header.src.html	2 Mar 2010 02:39:54 -0000	1.31
+++ header.src.html	2 Mar 2010 05:12:41 -0000	1.32
@@ -54,7 +54,7 @@
       <h2>Status of this Document</h2>
     </section>
     <section id="unexpanded-toc" class="toc">
-      <h2>Table of Contents Overview</h2>
+      <h2>Table of Contents</h2>
     </section>
     <section id="toc" class="toc">
       <h2>Full Table of Contents</h2>

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- references.html	25 Feb 2010 10:30:47 -0000	1.18
+++ references.html	2 Mar 2010 05:12:41 -0000	1.19
@@ -103,7 +103,7 @@
           >XML Base</a></cite>.
       Jonathan Marsh, Richard Tobin.
       W3C Recommendation.</dd>
-    <dt><dfn id="refsXML">[XMLNS]</dfn></dt>
+    <dt><dfn id="refsXMLNS">[XMLNS]</dfn></dt>
     <dd><cite><a href="http://www.w3.org/TR/xml-names/"
           >Namespaces in XML 1.0</a></cite>.
       Tim Bray, Dave Hollander, Andrew Layman, Richard Tobin.

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- syntax.html	1 Mar 2010 11:58:48 -0000	1.76
+++ syntax.html	2 Mar 2010 05:12:41 -0000	1.77
@@ -647,7 +647,7 @@
       id="character-data"
       title="character-data"
       >Character data</dfn> contains
-    <a href="syntax-text">text</a>, in some cases in combination with
+    <a href="#syntax-text">text</a>, in some cases in combination with
     <a href="#syntax-charref">character references</a>,
     along with certain additional restrictions. There are three
     types of character data that can occur in documents:</p>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- datatypes.html	22 Feb 2010 12:12:21 -0000	1.40
+++ datatypes.html	2 Mar 2010 05:12:41 -0000	1.41
@@ -1,12 +1,12 @@
 <section
   xmlns="http://www.w3.org/1999/xhtml">
   <section id="data-string-def" class="no-toc">
-    <h2>String</h2>
+    <h2><dfn id="data-string">String</dfn></h2>
     <p>For any attribute definition in this document that
     references the
     <a href="#data-string">string</a>
     datatype, a
-    <dfn id="data-string" title="string">string</dfn>
+    <a href="#data-string">string</a>
     is defined as
     <a href="#normal-character-data">normal character data</a>.</p>
     <p>The <a href="#syntax-attributes">Attributes</a> section of
@@ -23,12 +23,12 @@
     </ul>
   </section>
   <section id="data-token-def" class="no-toc">
-    <h2>Token</h2>
+    <h2><dfn id="data-token">Token</dfn></h2>
     <p>For any attribute definition in this document that
     references the
     <a href="#data-token">token</a>
     datatype, a
-    <dfn id="data-token" title="token">token</dfn>
+    <a href="#data-token">token</a>
     is defined
     as a <a href="#data-string">string</a> that does not contain
     any <a href="#space">space characters</a>.</p>
@@ -475,8 +475,8 @@
     <dd>
       <div class="datatype-desc">A valid
         <dfn
-          id="language tag"
-          title="language tag"
+          id="language-tag"
+          title="language-tag"
           >language tag</dfn>,
         as defined in RFC 5646
         <a href="#refsRFC5646">[RFC5646]</a>.</div>

Received on Tuesday, 2 March 2010 05:12:45 UTC