html5/markup/src datatypes.html,1.19,1.20

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

Modified Files:
	datatypes.html 
Log Message:
h:tml; dispense with the nonzero-date-fullyear nonsense


Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- datatypes.html	6 May 2009 10:26:30 -0000	1.19
+++ datatypes.html	9 May 2009 14:58:58 -0000	1.20
@@ -97,11 +97,9 @@
         <li>the literal letters <code>T</code> and
         <code>Z</code> in the date/time syntax must always be
         uppercase</li>
-        <li>the year component is a <dfn
-        id="data-nonzero-date-fullyear"
-        >nonzero-date-fullyear</dfn>, defined as: Four or more
-      digits, representing <var title="">year</var>, where <var
-        title="">year</var> > 0</li>
+        <li>a <dfn id="data-date-fullyear">date-fullyear</dfn> is
+        defined as four or more digits representing a number
+        greater than 0</li>
       </ul>
     </dd>
     <dd>
@@ -264,10 +262,10 @@
     <dd>
       <div class="datatype-desc">A valid <b
           class="defined-elsewhere">full-date</b>, as defined in
-          RFC 3339 <a href="#refsRFC3339">[RFC3339]</a>, with the
-            additional qualification that the year component is a
-              <a href="#data-nonzero-date-fullyear"
-      >nonzero-date-fullyear</a>.</div>
+        RFC 3339 <a href="#refsRFC3339">[RFC3339]</a>, with the
+        additional qualification that the year component is a
+        <a href="#data-date-fullyear">date-fullyear</a> as
+        defined in this document.</div>
     </dd>
     <dd>
       <div class="example">
@@ -277,8 +275,7 @@
     </dd>
   </dl>
   <dl><dt>month</dt>
-    <dd><a href="#data-nonzero-date-fullyear"
-        >nonzero-date-fullyear</a> "-" <a
+    <dd><a href="#data-date-fullyear">date-fullyear</a> "-" <a
         href="#data-date-month">date-month</a></dd>
     <dd>
       <div class="datatype-desc">…where <dfn id="data-date-month"
@@ -291,8 +288,7 @@
     </dd>
   </dl>
   <dl><dt>week</dt>
-    <dd><a href="#data-nonzero-date-fullyear"
-        >nonzero-date-fullyear</a> "-W" <a
+    <dd><a href="#data-date-fullyear">date-fullyear</a> "-W" <a
         href="#data-date-week">date-week</a></dd>
     <dd>
       <div class="datatype-desc">…where <dfn id="data-date-week"

Received on Saturday, 9 May 2009 14:59:08 UTC