html5/spec Overview.html,1.4691,1.4692

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13113

Modified Files:
	Overview.html 
Log Message:
xref (whatwg r5846)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4691
retrieving revision 1.4692
diff -u -d -r1.4691 -r1.4692
--- Overview.html	8 Feb 2011 00:37:23 -0000	1.4691
+++ Overview.html	8 Feb 2011 00:39:00 -0000	1.4692
@@ -16957,11 +16957,13 @@
   then the attribute's value must be a <a href="#valid-date-string-with-optional-time">valid date string with
   optional time</a>.<p>If the element <i><a href="#needs-a-date">needs 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-string-in-content-with-optional-time">valid
-  date string in content with optional time</a>.<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>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>The date, if any, must be expressed using the Gregorian
+  date string in content with optional time</a>.<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>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>The date, if any, must be expressed using the Gregorian
   calendar.<div class="impl">
 
   <p>If the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute
@@ -31996,7 +31998,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. -->
 

Received on Tuesday, 8 February 2011 00:39:06 UTC