Skip to content

Commit

Permalink
[e] (0) Add a cautionary note about 8601.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3507 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 31, 2009
1 parent 6490b8f commit 51d23f9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index
Expand Up @@ -3341,6 +3341,18 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>

Expand Down Expand Up @@ -7528,10 +7540,14 @@ interface <dfn id=htmlunknownelement>HTMLUnknownElement</dfn> : <a href=#htmlele
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>
Expand Down
17 changes: 17 additions & 0 deletions source
Expand Up @@ -2614,6 +2614,19 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>

Expand Down Expand Up @@ -7614,10 +7627,14 @@ interface <dfn>HTMLUnknownElement</dfn> : <span>HTMLElement</span> { };</pre>
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>
Expand Down

0 comments on commit 51d23f9

Please sign in to comment.