html5/spec edits.html,1.9,1.10 index.html,1.1004,1.1005 spec.html,1.1172,1.1173

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

Modified Files:
	edits.html index.html spec.html 
Log Message:
Allow times to be omitted from <ins datetime>/<del datetime>. (whatwg r5341)

[updated by splitter]


Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec/edits.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- edits.html	11 Aug 2010 03:56:43 -0000	1.9
+++ edits.html	24 Aug 2010 23:06:37 -0000	1.10
@@ -439,17 +439,20 @@
   element. User agents should allow users to follow such citation
   links.</span></p><p>The <dfn id="attr-mod-datetime" title="attr-mod-datetime"><code>datetime</code></dfn>
   attribute may be used to specify the time and date of the change.</p><p>If present, the <code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code>
-  attribute must be a <a href="common-microsyntaxes.html#valid-global-date-and-time-string">valid global date and time string</a>
-  value.</p><div class="impl">
+  attribute's value must be a <a href="common-microsyntaxes.html#valid-date-string-with-optional-time">valid date string with optional
+  time</a>.</p><div class="impl">
 
   <p>User agents must parse the <code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code> attribute according to the
-  <a href="common-microsyntaxes.html#parse-a-global-date-and-time-string">parse a global date and time string</a> algorithm. If that
-  doesn't return a time, then the modification has no associated
-  timestamp (the value is non-conforming; it is not a <a href="common-microsyntaxes.html#valid-global-date-and-time-string">valid
-  global date and time string</a>). Otherwise, the modification is
-  marked as having been made at the given datetime. User agents should
-  use the associated time-zone offset information to determine which
-  time zone to present the given datetime in.</p>
+  <a href="common-microsyntaxes.html#parse-a-date-or-time-string">parse a date or time string</a> algorithm. If that doesn't
+  return a <a href="common-microsyntaxes.html#concept-date" title="concept-date">date</a> or a <a href="common-microsyntaxes.html#concept-datetime" title="concept-datetime">global date and time</a>, then the
+  modification has no associated timestamp (the value is
+  non-conforming; it is not a <a href="common-microsyntaxes.html#valid-date-string-with-optional-time">valid date string with optional
+  time</a>). Otherwise, the modification is marked as having been
+  made at the given <a href="common-microsyntaxes.html#concept-date" title="concept-date">date</a> or <a href="common-microsyntaxes.html#concept-datetime" title="concept-datetime">global date and time</a>. If the given
+  value is a <a href="common-microsyntaxes.html#concept-datetime" title="concept-datetime">global date and
+  time</a> then user agents should use the associated time-zone
+  offset information to determine which time zone to present the given
+  datetime in.</p>
 
   </div><p>The <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements <span class="impl">must</span> implement the <code><a href="#htmlmodelement">HTMLModElement</a></code>
   interface:</p><pre class="idl">interface <dfn id="htmlmodelement">HTMLModElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1004
retrieving revision 1.1005
diff -u -d -r1.1004 -r1.1005
--- index.html	24 Aug 2010 22:36:33 -0000	1.1004
+++ index.html	24 Aug 2010 23:06:38 -0000	1.1005
@@ -1852,8 +1852,8 @@
     </td></tr><tr><th> <code title="">datetime</code>
      </th><td> <code title="attr-mod-datetime"><a href="edits.html#attr-mod-datetime">del</a></code>;
           <code title="attr-mod-datetime"><a href="edits.html#attr-mod-datetime">ins</a></code>
-     </td><td> Time and date of the change
-     </td><td> <a href="common-microsyntaxes.html#valid-global-date-and-time-string">Valid global date and time string</a>
+     </td><td> Date and (optionally) time of the change
+     </td><td> <a href="common-microsyntaxes.html#valid-date-string-with-optional-time">Valid date string with optional time</a>
     </td></tr><tr><th> <code title="">datetime</code>
      </th><td> <code title="attr-time-datetime"><a href="text-level-semantics.html#attr-time-datetime">time</a></code>
      </td><td> Value of the element

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1172
retrieving revision 1.1173
diff -u -d -r1.1172 -r1.1173
--- spec.html	24 Aug 2010 22:46:33 -0000	1.1172
+++ spec.html	24 Aug 2010 23:06:38 -0000	1.1173
@@ -336,7 +336,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4259.
+This is revision 1.4260.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Tuesday, 24 August 2010 23:06:41 UTC