html5/spec Overview.html,1.4781,1.4782

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30772

Modified Files:
	Overview.html 
Log Message:
clarify <time> example (whatwg r5941)

Index: Overview.html
===================================================================
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:10:56 UTC