[html5] r3507 - [e] (0) Add a cautionary note about 8601.

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 30 18:06:37 PDT 2009


Author: ianh
Date: 2009-07-30 18:06:36 -0700 (Thu, 30 Jul 2009)
New Revision: 3507

Modified:
   index
   source
Log:
[e] (0) Add a cautionary note about 8601.

Modified: index
===================================================================
--- index	2009-07-31 00:57:10 UTC (rev 3506)
+++ index	2009-07-31 01:06:36 UTC (rev 3507)
@@ -3341,7 +3341,19 @@
   range U+0030 DIGIT ZERO to U+0039 DIGIT NINE, used to express
   numbers in base ten.</p>
 
+  <div class=impl>
 
+  <p class=note>While the formats described here are intended to be
+  subsets of the corresponding ISO8601 formats, this specification
+  defines parsing rules in much more detail than ISO8601.
+  Implementators are therefore encouraged to carefully examine any
+  date parsing libraries before using them to implement the parsing
+  rules described below; ISO8601 libraries might not parse dates and
+  times exactly the same manner. <a href=#refsISO8601>[ISO8601]</a></p>
+
+  </div>
+
+
   <h5 id=months><span class=secno>2.4.5.1 </span>Months</h5>
 
   <p>A <dfn id=concept-month title=concept-month>month</dfn> consists of a specific
@@ -7528,12 +7540,16 @@
   members of this interface are therefore described in various
   different sections of this specification.</p>
 
+  <div class=impl>
+
   <p>The <code><a href=#htmlunknownelement>HTMLUnknownElement</a></code> interface must be used for
   <a href=#html-elements>HTML elements</a> that are not defined by this
   specification.</p>
 
+  </div>
 
 
+
   <h4 id=global-attributes><span class=secno>3.3.3 </span><dfn>Global attributes</dfn></h4>
 
   <p>The following attributes are common to and may be specified on

Modified: source
===================================================================
--- source	2009-07-31 00:57:10 UTC (rev 3506)
+++ source	2009-07-31 01:06:36 UTC (rev 3507)
@@ -2614,7 +2614,20 @@
   range U+0030 DIGIT ZERO to U+0039 DIGIT NINE, used to express
   numbers in base ten.</p>
 
+  <div class="impl">
 
+  <p class="note">While the formats described here are intended to be
+  subsets of the corresponding ISO8601 formats, this specification
+  defines parsing rules in much more detail than ISO8601.
+  Implementators are therefore encouraged to carefully examine any
+  date parsing libraries before using them to implement the parsing
+  rules described below; ISO8601 libraries might not parse dates and
+  times exactly the same manner. <a
+  href="#refsISO8601">[ISO8601]</a></p>
+
+  </div>
+
+
   <h5>Months</h5>
 
   <p>A <dfn title="concept-month">month</dfn> consists of a specific
@@ -7614,12 +7627,16 @@
   members of this interface are therefore described in various
   different sections of this specification.</p>
 
+  <div class="impl">
+
   <p>The <code>HTMLUnknownElement</code> interface must be used for
   <span>HTML elements</span> that are not defined by this
   specification.</p>
 
+  </div>
 
 
+
   <h4><dfn>Global attributes</dfn></h4>
 
   <p>The following attributes are common to and may be specified on




More information about the Commit-Watchers mailing list