[html5] r5846 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11690

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 7 16:38:56 PST 2011


Author: ianh
Date: 2011-02-07 16:38:55 -0800 (Mon, 07 Feb 2011)
New Revision: 5846

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

Modified: complete.html
===================================================================
--- complete.html	2011-02-08 00:37:17 UTC (rev 5845)
+++ complete.html	2011-02-08 00:38:55 UTC (rev 5846)
@@ -19630,13 +19630,15 @@
   then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-string-in-content-with-optional-time>valid
   date string in content with optional time</a>.</p>
 
-  <p>If the element does not <i>need a date</i>, and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is present,
-  then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or time
-  string</a>.</p>
+  <p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
+  and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
+  is present, then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or
+  time string</a>.</p>
 
-  <p>If the element does not <i>need a date</i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
-  then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-or-time-string-in-content>valid
-  date or time string in content</a>.</p>
+  <p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
+  but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
+  is not present, then the element's <code><a href=#textcontent>textContent</a></code> must be
+  a <a href=#valid-date-or-time-string-in-content>valid date or time string in content</a>.</p>
 
   <p>The date, if any, must be expressed using the Gregorian
   calendar.</p>
@@ -41208,7 +41210,7 @@
     <ol><li><p>Let <var title="">latest values</var> be a copy of the
      element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</li>
 
-     <!-- It's a copy because /values/ might include leading and<
+     <!-- It's a copy because /values/ might include leading and
      trailing spaces that we don't necessarily want to remove from the
      UI but that we do want to remove before serialising. -->
 

Modified: index
===================================================================
--- index	2011-02-08 00:37:17 UTC (rev 5845)
+++ index	2011-02-08 00:38:55 UTC (rev 5846)
@@ -19610,13 +19610,15 @@
   then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-string-in-content-with-optional-time>valid
   date string in content with optional time</a>.</p>
 
-  <p>If the element does not <i>need a date</i>, and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is present,
-  then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or time
-  string</a>.</p>
+  <p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
+  and the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
+  is present, then the attribute's value must be a <a href=#valid-date-or-time-string>valid date or
+  time string</a>.</p>
 
-  <p>If the element does not <i>need a date</i>, but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute is not present,
-  then the element's <code><a href=#textcontent>textContent</a></code> must be a <a href=#valid-date-or-time-string-in-content>valid
-  date or time string in content</a>.</p>
+  <p>If the element does not <i title="needs a date"><a href=#needs-a-date>need a date</a></i>,
+  but the <code title=attr-time-datetime><a href=#attr-time-datetime>datetime</a></code> attribute
+  is not present, then the element's <code><a href=#textcontent>textContent</a></code> must be
+  a <a href=#valid-date-or-time-string-in-content>valid date or time string in content</a>.</p>
 
   <p>The date, if any, must be expressed using the Gregorian
   calendar.</p>
@@ -41191,7 +41193,7 @@
     <ol><li><p>Let <var title="">latest values</var> be a copy of the
      element's <a href=#concept-fe-value title=concept-fe-value>value<em>s</em></a>.</li>
 
-     <!-- It's a copy because /values/ might include leading and<
+     <!-- It's a copy because /values/ might include leading and
      trailing spaces that we don't necessarily want to remove from the
      UI but that we do want to remove before serialising. -->
 

Modified: source
===================================================================
--- source	2011-02-08 00:37:17 UTC (rev 5845)
+++ source	2011-02-08 00:38:55 UTC (rev 5846)
@@ -20919,15 +20919,15 @@
   then the element's <code>textContent</code> must be a <span>valid
   date string in content with optional time</span>.</p>
 
-  <p>If the element does not <i>need a date</i>, and the <code
-  title="attr-time-datetime">datetime</code> attribute is present,
-  then the attribute's value must be a <span>valid date or time
-  string</span>.</p>
+  <p>If the element does not <i title="needs a date">need a date</i>,
+  and the <code title="attr-time-datetime">datetime</code> attribute
+  is present, then the attribute's value must be a <span>valid date or
+  time string</span>.</p>
 
-  <p>If the element does not <i>need a date</i>, but the <code
-  title="attr-time-datetime">datetime</code> attribute is not present,
-  then the element's <code>textContent</code> must be a <span>valid
-  date or time string in content</span>.</p>
+  <p>If the element does not <i title="needs a date">need a date</i>,
+  but the <code title="attr-time-datetime">datetime</code> attribute
+  is not present, then the element's <code>textContent</code> must be
+  a <span>valid date or time string in content</span>.</p>
 
   <p>The date, if any, must be expressed using the Gregorian
   calendar.</p>
@@ -45925,7 +45925,7 @@
      element's <span
      title="concept-fe-value">value<em>s</em></span>.</p></li>
 
-     <!-- It's a copy because /values/ might include leading and<
+     <!-- It's a copy because /values/ might include leading and
      trailing spaces that we don't necessarily want to remove from the
      UI but that we do want to remove before serialising. -->
 




More information about the Commit-Watchers mailing list