[html5] r2389 - [e] (0) xref c/p errors

whatwg at whatwg.org whatwg at whatwg.org
Wed Nov 5 08:34:56 PST 2008


Author: ianh
Date: 2008-11-05 08:34:55 -0800 (Wed, 05 Nov 2008)
New Revision: 2389

Modified:
   index
   source
Log:
[e] (0) xref c/p errors

Modified: index
===================================================================
--- index	2008-11-04 02:44:27 UTC (rev 2388)
+++ index	2008-11-05 16:34:55 UTC (rev 2389)
@@ -16,7 +16,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 4 November 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 5 November 2008</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -24120,10 +24120,10 @@
   <p>The <dfn id=attr-input-checked title=attr-input-checked><code>checked</code></dfn>
   content attribute gives the default <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the
   <code><a href=#the-input-element>input</a></code> element. When the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> content attribute is
-  added, if the control does not have <i title=concept-input-value-dirty><a href=#concept-input-value-dirty>dirty checkedness</a></i>, the user
+  added, if the control does not have <i title=concept-input-checked-dirty><a href=#concept-input-checked-dirty>dirty checkedness</a></i>, the user
   agent must set the <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the element to
   true; when the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>
-  content attribute is removed, if the control does not have <i title=concept-input-value-dirty><a href=#concept-input-value-dirty>dirty checkedness</a></i>, the user
+  content attribute is removed, if the control does not have <i title=concept-input-checked-dirty><a href=#concept-input-checked-dirty>dirty checkedness</a></i>, the user
   agent must set the <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the element to
   false.</p>
 

Modified: source
===================================================================
--- source	2008-11-04 02:44:27 UTC (rev 2388)
+++ source	2008-11-05 16:34:55 UTC (rev 2389)
@@ -26913,12 +26913,12 @@
   <code>input</code> element. When the <code
   title="attr-input-checked">checked</code> content attribute is
   added, if the control does not have <i
-  title="concept-input-value-dirty">dirty checkedness</i>, the user
+  title="concept-input-checked-dirty">dirty checkedness</i>, the user
   agent must set the <span
   title="concept-fe-checked">checkedness</span> of the element to
   true; when the <code title="attr-input-checked">checked</code>
   content attribute is removed, if the control does not have <i
-  title="concept-input-value-dirty">dirty checkedness</i>, the user
+  title="concept-input-checked-dirty">dirty checkedness</i>, the user
   agent must set the <span
   title="concept-fe-checked">checkedness</span> of the element to
   false.</p>




More information about the Commit-Watchers mailing list