html5/markup datatypes.html,1.83,1.84 del.html,1.88,1.89 index-of-terms.html,1.7,1.8 index-of-terms.xhtml,1.7,1.8 input.date.html,1.93,1.94 input.datetime.html,1.94,1.95 input.time.html,1.94,1.95 ins.html,1.89,1.90 patch-schema,1.95,1.96 schema.html,1.25,1.26 spec.html,1.291,1.292

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv18903

Modified Files:
	datatypes.html del.html index-of-terms.html 
	index-of-terms.xhtml input.date.html input.datetime.html 
	input.time.html ins.html patch-schema schema.html spec.html 
Log Message:
updated doc for the datetime attribute on ins and del


Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- ins.html	30 Nov 2010 02:16:08 -0000	1.89
+++ ins.html	30 Nov 2010 02:58:24 -0000	1.90
@@ -67,6 +67,7 @@
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">&#9432;</a>
 <span class="attribute-name">datetime</span> = <span class="attr-values">
       <a href="datatypes.html#common.data.datetime" id="common.data.datetime_xref5">date and time</a>
+       <span class="postfix or">or</span> <a class="ref" href="datatypes.html#common.data.date" title="common.data.date" id="common.data.date_xref2">date</a>
     </span> 
 <a class="hash" href="ins.html#ins.attrs.datetime">#</a>
 </dt>
@@ -75,7 +76,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -94,6 +95,18 @@
         <pre><code>1990-12-31T23:59:60Z</code>
 <code>1996-12-19T16:39:57-08:00</code></pre>
       </div></dd>
+<dd>
+<div class="datatype-desc">A valid
+        <var class="defined-elsewhere">full-date</var>
+        as defined in
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>,
+        with the additional qualification that the year component is
+        four or more digits representing a number greater than 0.</div>
+<div class="example">
+        <p>Example:</p>
+        <pre><code>1996-12-19</code></pre>
+      </div>
+</dd>
         </dl>
 </div>
       

Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- schema.html	30 Nov 2010 02:16:08 -0000	1.25
+++ schema.html	30 Nov 2010 02:58:24 -0000	1.26
@@ -416,6 +416,10 @@
   <div class='patternname' id='the-common.data.date-or-time'><a href='#the-common.data.date-or-time'>date-or-time</a> =</div>
   <span class='pattern' id='common.data.date-or-time'>d:date-or-time</span>
 </div>
+<div class='define' id='common.data.date-define'>
+  <div class='patternname' id='the-common.data.date'><a href='#the-common.data.date'>date</a> =</div>
+  <span class='pattern' id='common.data.date'>d:date</span>
+</div>
 <div class='define' id='common.data.uri-define'>
   <div class='patternname' id='the-common.data.uri'><a href='#the-common.data.uri'>uri</a> =</div>
   <span class='pattern' id='common.data.uri'>d:string ""
@@ -2049,6 +2053,7 @@
   <span class='name'>datetime</span>
    {<span class='model'>
       <a class='ref' href='#common.data.datetime' title='common.data.datetime'>datetime</a>
+       <span class='postfix or'>or</span> <a class='ref' href='#common.data.date' title='common.data.date'>date</a>
     </span>}
   </span>
 </div>
@@ -2101,6 +2106,7 @@
   <span class='name'>datetime</span>
    {<span class='model'>
       <a class='ref' href='#common.data.datetime' title='common.data.datetime'>datetime</a>
+       <span class='postfix or'>or</span> <a class='ref' href='#common.data.date' title='common.data.date'>date</a>
     </span>}
   </span>
 </div>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- datatypes.html	30 Nov 2010 02:16:07 -0000	1.83
+++ datatypes.html	30 Nov 2010 02:58:23 -0000	1.84
@@ -378,7 +378,7 @@
       <div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -416,6 +416,24 @@
     
       </div>
         
+      <div id="common.data.date-def" class="no-toc no-number section">
+        <h2 class="common-subhead">
+<dfn id="common.data.date">date</dfn> <a class="hash" href="#common.data.date-def">#</a>
+</h2>
+        
+      <div class="datatype-desc">A valid
+        <var class="defined-elsewhere">full-date</var>
+        as defined in
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref15">[RFC 3339]</a>,
+        with the additional qualification that the year component is
+        four or more digits representing a number greater than 0.</div>
+      <div class="example">
+        <p>Example:</p>
+        <pre><code>1996-12-19</code></pre>
+      </div>
+    
+      </div>
+        
       <div id="data-url-no-spaces-def" class="no-toc no-number section">
 <h2 class="common-subhead">
 <dfn id="data-url-no-spaces">URL</dfn> <a class="hash" href="#data-url-no-spaces-def">#</a>
@@ -828,7 +846,7 @@
       <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref16">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
       <div class="example">
@@ -909,7 +927,7 @@
       <div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>.</div>
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref17">[RFC 3339]</a>.</div>
     
       <div class="example">
         <p>Examples:</p>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.datetime.html	30 Nov 2010 02:33:30 -0000	1.94
+++ input.datetime.html	30 Nov 2010 02:58:24 -0000	1.95
@@ -161,7 +161,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -193,7 +193,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -257,7 +257,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.time.html	30 Nov 2010 02:33:31 -0000	1.94
+++ input.time.html	30 Nov 2010 02:58:24 -0000	1.95
@@ -160,7 +160,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>.</div></dd>
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd>
 <dd><div class="example">
         <p>Examples:</p>
         <pre><code>23:20:50.52</code>
@@ -179,7 +179,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd>
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd>
 <dd><div class="example">
         <p>Examples:</p>
         <pre><code>23:20:50.52</code>
@@ -231,7 +231,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd>
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>.</div></dd>
 <dd><div class="example">
         <p>Examples:</p>
         <pre><code>23:20:50.52</code>

Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- del.html	30 Nov 2010 02:16:07 -0000	1.88
+++ del.html	30 Nov 2010 02:58:23 -0000	1.89
@@ -69,6 +69,7 @@
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">&#9432;</a>
 <span class="attribute-name">datetime</span> = <span class="attr-values">
       <a href="datatypes.html#common.data.datetime" id="common.data.datetime_xref1">date and time</a>
+       <span class="postfix or">or</span> <a class="ref" href="datatypes.html#common.data.date" title="common.data.date" id="common.data.date_xref1">date</a>
     </span> 
 <a class="hash" href="del.html#del.attrs.datetime">#</a>
 </dt>
@@ -96,6 +97,18 @@
         <pre><code>1990-12-31T23:59:60Z</code>
 <code>1996-12-19T16:39:57-08:00</code></pre>
       </div></dd>
+<dd>
+<div class="datatype-desc">A valid
+        <var class="defined-elsewhere">full-date</var>
+        as defined in
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>,
+        with the additional qualification that the year component is
+        four or more digits representing a number greater than 0.</div>
+<div class="example">
+        <p>Example:</p>
+        <pre><code>1996-12-19</code></pre>
+      </div>
+</dd>
         </dl>
 </div>
       

Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index-of-terms.xhtml	30 Nov 2010 02:16:08 -0000	1.7
+++ index-of-terms.xhtml	30 Nov 2010 02:58:24 -0000	1.8
@@ -316,6 +316,14 @@
 </ul><ul id="refsCSS_index_items"><li><a href="global-attributes.html#refsCSS_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.date_index">
+<p class="index-term">date</p>
+<ul>
+<li><a href="datatypes.html#common.data.date"><cite class="index">date</cite> data type</a> <span class="index-notation">(defining instance)</span></li>
+</ul><ul id="common.data.date_index_items"><li><a href="del.html#common.data.date_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
+<li><a href="ins.html#common.data.date_xref2"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
+</ul>
+</div>
 <div class="index-entry" id="form.data.date_index">
 <p class="index-term">date</p>
 <ul>
@@ -1421,20 +1429,20 @@
 <p class="index-term">RFC 3339 (specification)</p>
 <ul>
 <li><a href="references.html#refsRFC3339"><cite class="index">References</cite> section: <cite class="index-dfn">RFC 3339</cite></a> <span class="index-notation">(defining instance)</span></li>
-</ul><ul id="refsRFC3339_index_items"><li><a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
-<li><a href="input.datetime.html#refsRFC3339_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.date.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.time.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="ins.html#refsRFC3339_xref11"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
-<li><a href="datatypes.html#refsRFC3339_xref12"><cite class="index">date and time</cite> data type</a></li>
-<li><a href="datatypes.html#refsRFC3339_xref13"><cite class="index">date</cite> data type</a></li>
-<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">time</cite> data type</a></li>
+</ul><ul id="refsRFC3339_index_items"><li><a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="del.html#refsRFC3339_xref2">2</a>]</span></li>
+<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="input.datetime.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="input.date.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="input.time.html#refsRFC3339_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="ins.html#refsRFC3339_xref12"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="ins.html#refsRFC3339_xref13">2</a>]</span></li>
+<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">date and time</cite> data type</a></li>
+<li><a href="datatypes.html#refsRFC3339_xref15"><cite class="index">date</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#refsRFC3339_xref16">2</a>]</span></li>
+<li><a href="datatypes.html#refsRFC3339_xref17"><cite class="index">time</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="refsRFC3987_index">

Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- patch-schema	30 Nov 2010 02:16:08 -0000	1.95
+++ patch-schema	30 Nov 2010 02:58:24 -0000	1.96
@@ -1,6 +1,6 @@
 Index: schema/revision.rnc
 ===================================================================
---- schema/revision.rnc	(revision 574)
+--- schema/revision.rnc	(revision 577)
 +++ schema/revision.rnc	(working copy)
 @@ -2,17 +2,6 @@
  ##  RELAX NG Schema for HTML 5: Revision Annotations                  #
@@ -35,7 +35,7 @@
 +			}
 +		ins.attrs.datetime =
 +			attribute datetime {
-+				common.data.datetime
++				common.data.datetime | common.data.date
 +			}
  	ins.inner.flow =
  		( common.inner.flow )
@@ -55,14 +55,14 @@
 +			}
 +		del.attrs.datetime =
 +			attribute datetime {
-+				common.data.datetime
++				common.data.datetime | common.data.date
 +			}
  	del.inner.flow =
  		( common.inner.flow )
  	del.inner.phrasing =
 Index: schema/web-forms.rnc
 ===================================================================
---- schema/web-forms.rnc	(revision 572)
+--- schema/web-forms.rnc	(revision 577)
 +++ schema/web-forms.rnc	(working copy)
 @@ -9,6 +9,7 @@
  	common-form.attrs =
@@ -170,7 +170,7 @@
  
 Index: schema/tables.rnc
 ===================================================================
---- schema/tables.rnc	(revision 572)
+--- schema/tables.rnc	(revision 577)
 +++ schema/tables.rnc	(working copy)
 @@ -157,38 +157,6 @@
  	tr.inner =
@@ -276,7 +276,7 @@
  		( common.inner.phrasing )
 Index: schema/embed.rnc
 ===================================================================
---- schema/embed.rnc	(revision 572)
+--- schema/embed.rnc	(revision 577)
 +++ schema/embed.rnc	(working copy)
 @@ -248,7 +248,7 @@
  			}
@@ -400,7 +400,7 @@
  #				}
 Index: schema/media.rnc
 ===================================================================
---- schema/media.rnc	(revision 572)
+--- schema/media.rnc	(revision 577)
 +++ schema/media.rnc	(working copy)
 @@ -4,32 +4,6 @@
  ##  RELAX NG Schema for HTML 5: Advanced Embedded Content             #
@@ -556,7 +556,7 @@
  
 Index: schema/phrase.rnc
 ===================================================================
---- schema/phrase.rnc	(revision 572)
+--- schema/phrase.rnc	(revision 577)
 +++ schema/phrase.rnc	(working copy)
 @@ -13,13 +13,12 @@
  	a.attrs =
@@ -650,7 +650,7 @@
  	em.elem =
 Index: schema/web-forms2.rnc
 ===================================================================
---- schema/web-forms2.rnc	(revision 572)
+--- schema/web-forms2.rnc	(revision 577)
 +++ schema/web-forms2.rnc	(working copy)
 @@ -6,9 +6,6 @@
  
@@ -702,7 +702,7 @@
  			attribute autocomplete {
 Index: schema/meta.rnc
 ===================================================================
---- schema/meta.rnc	(revision 572)
+--- schema/meta.rnc	(revision 577)
 +++ schema/meta.rnc	(working copy)
 @@ -53,7 +53,11 @@
  		&	body.attrs.onafterprint?
@@ -897,7 +897,7 @@
 +	common.elem.metadata |= meta.http-equiv.content-type.elem
 Index: schema/applications.rnc
 ===================================================================
---- schema/applications.rnc	(revision 572)
+--- schema/applications.rnc	(revision 577)
 +++ schema/applications.rnc	(working copy)
 @@ -4,18 +4,6 @@
  ##  RELAX NG Schema for HTML 5: Web Application Features              #
@@ -1026,7 +1026,7 @@
  ## Menu: <menu>
 Index: schema/core-scripting.rnc
 ===================================================================
---- schema/core-scripting.rnc	(revision 572)
+--- schema/core-scripting.rnc	(revision 577)
 +++ schema/core-scripting.rnc	(working copy)
 @@ -52,9 +52,9 @@
  				string
@@ -1064,7 +1064,7 @@
  		attribute onabort { string }
 Index: schema/common.rnc
 ===================================================================
---- schema/common.rnc	(revision 575)
+--- schema/common.rnc	(revision 577)
 +++ schema/common.rnc	(working copy)
 @@ -38,16 +38,16 @@
  	common.attr.anything =
@@ -1218,7 +1218,7 @@
  common.attrs.aria.implicit.input = ( notAllowed )
 Index: schema/block.rnc
 ===================================================================
---- schema/block.rnc	(revision 572)
+--- schema/block.rnc	(revision 577)
 +++ schema/block.rnc	(working copy)
 @@ -114,12 +114,12 @@
  		element li { oli.inner & oli.attrs }

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -d -r1.291 -r1.292
--- spec.html	30 Nov 2010 02:52:39 -0000	1.291
+++ spec.html	30 Nov 2010 02:58:24 -0000	1.292
@@ -6745,6 +6745,7 @@
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">&#9432;</a>
 <span class="attribute-name">datetime</span> = <span class="attr-values">
       <a href="#common.data.datetime" id="common.data.datetime_xref1">date and time</a>
+       <span class="postfix or">or</span> <a class="ref" href="#common.data.date" title="common.data.date" id="common.data.date_xref1">date</a>
     </span> 
 <a class="hash" href="#del.attrs.datetime">#</a>
 </dt>
@@ -6772,6 +6773,18 @@
         <pre><code>1990-12-31T23:59:60Z</code>
 <code>1996-12-19T16:39:57-08:00</code></pre>
       </div></dd>
+<dd>
+<div class="datatype-desc">A valid
+        <var class="defined-elsewhere">full-date</var>
+        as defined in
+        <a href="#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>,
+        with the additional qualification that the year component is
+        four or more digits representing a number greater than 0.</div>
+<div class="example">
+        <p>Example:</p>
+        <pre><code>1996-12-19</code></pre>
+      </div>
+</dd>
         </dl>
 </div>
       
@@ -12573,7 +12586,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref2">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -12605,7 +12618,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref3">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -12669,7 +12682,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref4">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -13295,7 +13308,7 @@
 <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
 <div class="example">
@@ -13317,7 +13330,7 @@
 <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
 <div class="example">
@@ -13371,7 +13384,7 @@
 <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
 <div class="example">
@@ -13990,7 +14003,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>.</div></dd>
+        <a href="#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd>
 <dd><div class="example">
         <p>Examples:</p>
         <pre><code>23:20:50.52</code>
@@ -14009,7 +14022,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref9">[RFC 3339]</a>.</div></dd>
+        <a href="#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd>
 <dd><div class="example">
         <p>Examples:</p>
         <pre><code>23:20:50.52</code>
@@ -14061,7 +14074,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref10">[RFC 3339]</a>.</div></dd>
+        <a href="#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>.</div></dd>
 <dd><div class="example">
         <p>Examples:</p>
         <pre><code>23:20:50.52</code>
@@ -16784,6 +16797,7 @@
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-datetime">&#9432;</a>
 <span class="attribute-name">datetime</span> = <span class="attr-values">
       <a href="#common.data.datetime" id="common.data.datetime_xref5">date and time</a>
+       <span class="postfix or">or</span> <a class="ref" href="#common.data.date" title="common.data.date" id="common.data.date_xref2">date</a>
     </span> 
 <a class="hash" href="#ins.attrs.datetime">#</a>
 </dt>
@@ -16792,7 +16806,7 @@
 <dd><div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref11">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -16811,6 +16825,18 @@
         <pre><code>1990-12-31T23:59:60Z</code>
 <code>1996-12-19T16:39:57-08:00</code></pre>
       </div></dd>
+<dd>
+<div class="datatype-desc">A valid
+        <var class="defined-elsewhere">full-date</var>
+        as defined in
+        <a href="#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>,
+        with the additional qualification that the year component is
+        four or more digits representing a number greater than 0.</div>
+<div class="example">
+        <p>Example:</p>
+        <pre><code>1996-12-19</code></pre>
+      </div>
+</dd>
         </dl>
 </div>
       
@@ -25232,7 +25258,7 @@
       <div class="datatype-desc">A valid
         <var class="defined-elsewhere">date-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref12">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>,
         with these additional qualifications:
         <ul>
 <li>the literal letters <code>T</code> and
@@ -25270,6 +25296,24 @@
     
       </div>
         
+      <div id="common.data.date-def" class="no-toc no-number section">
+        <h2 class="common-subhead">
+<dfn id="common.data.date">date</dfn> <a class="hash" href="#common.data.date-def">#</a>
+</h2>
+        
+      <div class="datatype-desc">A valid
+        <var class="defined-elsewhere">full-date</var>
+        as defined in
+        <a href="#refsRFC3339" id="refsRFC3339_xref15">[RFC 3339]</a>,
+        with the additional qualification that the year component is
+        four or more digits representing a number greater than 0.</div>
+      <div class="example">
+        <p>Example:</p>
+        <pre><code>1996-12-19</code></pre>
+      </div>
+    
+      </div>
+        
       <div id="data-url-no-spaces-def" class="no-toc no-number section">
 <h2 class="common-subhead">
 <dfn id="data-url-no-spaces">URL</dfn> <a class="hash" href="#data-url-no-spaces-def">#</a>
@@ -25682,7 +25726,7 @@
       <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref13">[RFC 3339]</a>,
+        <a href="#refsRFC3339" id="refsRFC3339_xref16">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
       <div class="example">
@@ -25763,7 +25807,7 @@
       <div class="datatype-desc">A valid
         <var class="defined-elsewhere">partial-time</var>
         as defined in
-        <a href="#refsRFC3339" id="refsRFC3339_xref14">[RFC 3339]</a>.</div>
+        <a href="#refsRFC3339" id="refsRFC3339_xref17">[RFC 3339]</a>.</div>
     
       <div class="example">
         <p>Examples:</p>
@@ -26427,6 +26471,18 @@
 <li><a href="#refsCSS_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.date_index">
+<p class="index-term">date</p>
+<ul>
+<li>
+<a href="#common.data.date"><cite class="index">date</cite> data type</a> <span class="index-notation">(defining instance)</span>
+</li>
+</ul>
+<ul id="common.data.date_index_items">
+<li><a href="#common.data.date_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
+<li><a href="#common.data.date_xref2"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
+</ul>
+</div>
 <div class="index-entry" id="form.data.date_index">
 <p class="index-term">date</p>
 <ul>
@@ -27970,20 +28026,26 @@
 </li>
 </ul>
 <ul id="refsRFC3339_index_items">
-<li><a href="#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref11"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
-<li><a href="#refsRFC3339_xref12"><cite class="index">date and time</cite> data type</a></li>
-<li><a href="#refsRFC3339_xref13"><cite class="index">date</cite> data type</a></li>
-<li><a href="#refsRFC3339_xref14"><cite class="index">time</cite> data type</a></li>
+<li>
+<a href="#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="#refsRFC3339_xref2">2</a>]</span>
+</li>
+<li><a href="#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="#refsRFC3339_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li>
+<a href="#refsRFC3339_xref12"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="#refsRFC3339_xref13">2</a>]</span>
+</li>
+<li><a href="#refsRFC3339_xref14"><cite class="index">date and time</cite> data type</a></li>
+<li>
+<a href="#refsRFC3339_xref15"><cite class="index">date</cite> data type</a><span class="index-counter"> [<a href="#refsRFC3339_xref16">2</a>]</span>
+</li>
+<li><a href="#refsRFC3339_xref17"><cite class="index">time</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="refsRFC3987_index">

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index-of-terms.html	30 Nov 2010 02:16:08 -0000	1.7
+++ index-of-terms.html	30 Nov 2010 02:58:23 -0000	1.8
@@ -460,6 +460,18 @@
 <li><a href="global-attributes.html#refsCSS_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.date_index">
+<p class="index-term">date</p>
+<ul>
+<li>
+<a href="datatypes.html#common.data.date"><cite class="index">date</cite> data type</a> <span class="index-notation">(defining instance)</span>
+</li>
+</ul>
+<ul id="common.data.date_index_items">
+<li><a href="del.html#common.data.date_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
+<li><a href="ins.html#common.data.date_xref2"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
+</ul>
+</div>
 <div class="index-entry" id="form.data.date_index">
 <p class="index-term">date</p>
 <ul>
@@ -2003,20 +2015,26 @@
 </li>
 </ul>
 <ul id="refsRFC3339_index_items">
-<li><a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
-<li><a href="input.datetime.html#refsRFC3339_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.date.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.time.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
-<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
-<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="ins.html#refsRFC3339_xref11"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a></li>
-<li><a href="datatypes.html#refsRFC3339_xref12"><cite class="index">date and time</cite> data type</a></li>
-<li><a href="datatypes.html#refsRFC3339_xref13"><cite class="index">date</cite> data type</a></li>
-<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">time</cite> data type</a></li>
+<li>
+<a href="del.html#refsRFC3339_xref1"><span class="element">del</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="del.html#refsRFC3339_xref2">2</a>]</span>
+</li>
+<li><a href="input.datetime.html#refsRFC3339_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="input.datetime.html#refsRFC3339_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="input.datetime.html#refsRFC3339_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.date.html#refsRFC3339_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="input.date.html#refsRFC3339_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="input.date.html#refsRFC3339_xref8"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.time.html#refsRFC3339_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">min</span> attribute</a></li>
+<li><a href="input.time.html#refsRFC3339_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">max</span> attribute</a></li>
+<li><a href="input.time.html#refsRFC3339_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li>
+<a href="ins.html#refsRFC3339_xref12"><span class="element">ins</span> element: <span class="attribute-name">datetime</span> attribute</a><span class="index-counter"> [<a href="ins.html#refsRFC3339_xref13">2</a>]</span>
+</li>
+<li><a href="datatypes.html#refsRFC3339_xref14"><cite class="index">date and time</cite> data type</a></li>
+<li>
+<a href="datatypes.html#refsRFC3339_xref15"><cite class="index">date</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#refsRFC3339_xref16">2</a>]</span>
+</li>
+<li><a href="datatypes.html#refsRFC3339_xref17"><cite class="index">time</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="refsRFC3987_index">

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.date.html	30 Nov 2010 02:33:30 -0000	1.93
+++ input.date.html	30 Nov 2010 02:58:24 -0000	1.94
@@ -161,7 +161,7 @@
 <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref5">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
 <div class="example">
@@ -183,7 +183,7 @@
 <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref6">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
 <div class="example">
@@ -237,7 +237,7 @@
 <div class="datatype-desc">A valid
         <var class="defined-elsewhere">full-date</var>
         as defined in
-        <a href="references.html#refsRFC3339" id="refsRFC3339_xref7">[RFC 3339]</a>,
+        <a href="references.html#refsRFC3339" id="refsRFC3339_xref8">[RFC 3339]</a>,
         with the additional qualification that the year component is
         four or more digits representing a number greater than 0.</div>
 <div class="example">

Received on Tuesday, 30 November 2010 02:58:30 UTC