[html5] r4909 - [e] (0) datetime xrefs Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9206

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 30 15:23:49 PDT 2010


Author: ianh
Date: 2010-03-30 15:23:47 -0700 (Tue, 30 Mar 2010)
New Revision: 4909

Modified:
   complete.html
   index
   source
Log:
[e] (0) datetime xrefs
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9206

Modified: complete.html
===================================================================
--- complete.html	2010-03-30 22:05:51 UTC (rev 4908)
+++ complete.html	2010-03-30 22:23:47 UTC (rev 4909)
@@ -18971,7 +18971,7 @@
 
   <p>The <dfn id=dom-mod-cite title=dom-mod-cite><code>cite</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the element's <code title=attr-mod-cite><a href=#attr-mod-cite>cite</a></code> content attribute. The <dfn id=dom-mod-datetime title=dom-mod-datetime><code>dateTime</code></dfn> IDL attribute
-  must <a href=#reflect>reflect</a> the element's <code title="">datetime</code> content attribute.</p>
+  must <a href=#reflect>reflect</a> the element's <code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code> content attribute.</p>
 
   </div>
 
@@ -49213,9 +49213,10 @@
    <dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title="">data</code> content attribute.</dd>
 
 
-   <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-datetime>datetime</code> attribute</dt>
+   <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute</dt>
 
-   <dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title="">datetime</code> content attribute.</dd>
+   <dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content
+   attribute.</dd>
 
 
    <dt>Otherwise</dt>

Modified: index
===================================================================
--- index	2010-03-30 22:05:51 UTC (rev 4908)
+++ index	2010-03-30 22:23:47 UTC (rev 4909)
@@ -18869,7 +18869,7 @@
 
   <p>The <dfn id=dom-mod-cite title=dom-mod-cite><code>cite</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the element's <code title=attr-mod-cite><a href=#attr-mod-cite>cite</a></code> content attribute. The <dfn id=dom-mod-datetime title=dom-mod-datetime><code>dateTime</code></dfn> IDL attribute
-  must <a href=#reflect>reflect</a> the element's <code title="">datetime</code> content attribute.</p>
+  must <a href=#reflect>reflect</a> the element's <code title=attr-mod-datetime><a href=#attr-mod-datetime>datetime</a></code> content attribute.</p>
 
   </div>
 
@@ -49114,9 +49114,10 @@
    <dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title="">data</code> content attribute.</dd>
 
 
-   <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-datetime>datetime</code> attribute</dt>
+   <dt>If the element is a <code><a href=#the-time-element>time</a></code> element with a <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute</dt>
 
-   <dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title="">datetime</code> content attribute.</dd>
+   <dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> content
+   attribute.</dd>
 
 
    <dt>Otherwise</dt>

Modified: source
===================================================================
--- source	2010-03-30 22:05:51 UTC (rev 4908)
+++ source	2010-03-30 22:23:47 UTC (rev 4909)
@@ -20115,7 +20115,7 @@
   title="attr-mod-cite">cite</code> content attribute. The <dfn
   title="dom-mod-datetime"><code>dateTime</code></dfn> IDL attribute
   must <span>reflect</span> the element's <code
-  title="">datetime</code> content attribute.</p>
+  title="attr-mod-datetime">datetime</code> content attribute.</p>
 
   </div>
 
@@ -54859,11 +54859,12 @@
 
 
    <dt>If the element is a <code>time</code> element with a <code
-   title="attr-datetime">datetime</code> attribute</dt>
+   title="attr-time-datetime">datetime</code> attribute</dt>
 
    <dd><p>The attribute must act as it would if it was <span
    title="reflect">reflecting</span> the element's <code
-   title="">datetime</code> content attribute.</p></dd>
+   title="attr-time-datetime">datetime</code> content
+   attribute.</p></dd>
 
 
    <dt>Otherwise</dt>




More information about the Commit-Watchers mailing list