hixie: clarify <time> example (whatwg r5941)

hixie: clarify <time> example (whatwg r5941)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4781&r2=1.4782&f=h
http://html5.org/tools/web-apps-tracker?from=5940&to=5941

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4781
retrieving revision 1.4782
diff -u -d -r1.4781 -r1.4782
--- Overview.html 4 Mar 2011 02:06:07 -0000 1.4781
+++ Overview.html 4 Mar 2011 02:10:50 -0000 1.4782
@@ -17145,7 +17145,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>&lt;p&gt;I usually have a snack at &lt;time&gt;16:00&lt;/time&gt;.&lt;/p&gt;
 &lt;p&gt;I've liked model trains since at least 1983.&lt;/p&gt;</pre>

Received on Friday, 4 March 2011 02:13:02 UTC