Skip to content

Commit

Permalink
[a] (0) Clarify that the date in <time> elements with no datetime='' …
Browse files Browse the repository at this point in the history
…attribute musn't be Julian dates that happen to look like Gregorian dates.

git-svn-id: http://svn.whatwg.org/webapps@2880 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 19, 2009
1 parent 35d4d1f commit e370217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -14413,7 +14413,8 @@ this specification: the &lt;abbr&gt;WHATWG&lt;/abbr&gt; and the
is not present, then the date or time must be specified in the
content of the element, such that the element's
<code><a href=#textcontent>textContent</a></code> is a <a href=#valid-date-or-time-string-in-content>valid date or time string in
content</a>.</p>
content</a>, and the date, if any, must be expressed using the
Gregorian calendar.</p>

<div class=example>

Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -15436,7 +15436,8 @@ this specification: the &lt;abbr>WHATWG&lt;/abbr> and the
is not present, then the date or time must be specified in the
content of the element, such that the element's
<code>textContent</code> is a <span>valid date or time string in
content</span>.</p>
content</span>, and the date, if any, must be expressed using the
Gregorian calendar.</p>

<div class="example">

Expand Down

0 comments on commit e370217

Please sign in to comment.