[html5] r5941 - [e] (0) clarify <time> example Fixing http://www.w3.org/Bugs/Public/show_bug.cgi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Mar 3 18:10:45 PST 2011
Author: ianh
Date: 2011-03-03 18:10:44 -0800 (Thu, 03 Mar 2011)
New Revision: 5941
Modified:
complete.html
index
source
Log:
[e] (0) clarify <time> example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12021
Modified: complete.html
===================================================================
--- complete.html 2011-03-04 02:06:01 UTC (rev 5940)
+++ complete.html 2011-03-04 02:10:44 UTC (rev 5941)
@@ -19821,7 +19821,8 @@
dates or times. In the following snippet, the time is encoded using
<code><a href=#the-time-element>time</a></code>, so that it can be restyled (e.g. using XBL2) to
match local conventions, while the year is not marked up at all,
- since marking it up would not be particularly useful.</p>
+ since marking it up would not be particularly useful, and doing so
+ is thus not allowed.</p>
<pre><p>I usually have a snack at <time>16:00</time>.</p>
<p>I've liked model trains since at least 1983.</p></pre>
Modified: index
===================================================================
--- index 2011-03-04 02:06:01 UTC (rev 5940)
+++ index 2011-03-04 02:10:44 UTC (rev 5941)
@@ -19801,7 +19801,8 @@
dates or times. In the following snippet, the time is encoded using
<code><a href=#the-time-element>time</a></code>, so that it can be restyled (e.g. using XBL2) to
match local conventions, while the year is not marked up at all,
- since marking it up would not be particularly useful.</p>
+ since marking it up would not be particularly useful, and doing so
+ is thus not allowed.</p>
<pre><p>I usually have a snack at <time>16:00</time>.</p>
<p>I've liked model trains since at least 1983.</p></pre>
Modified: source
===================================================================
--- source 2011-03-04 02:06:01 UTC (rev 5940)
+++ source 2011-03-04 02:10:44 UTC (rev 5941)
@@ -21128,7 +21128,8 @@
dates or times. In the following snippet, the time is encoded using
<code>time</code>, so that it can be restyled (e.g. using XBL2) to
match local conventions, while the year is not marked up at all,
- since marking it up would not be particularly useful.</p>
+ since marking it up would not be particularly useful, and doing so
+ is thus not allowed.</p>
<pre><p>I usually have a snack at <time>16:00</time>.</p>
<p>I've liked model trains since at least 1983.</p></pre>
More information about the Commit-Watchers
mailing list