html5/spec Overview.html,1.4035,1.4036

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

Modified Files:
	Overview.html 
Log Message:
Update <time> examples to match latest spec text. (whatwg r5020)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4035
retrieving revision 1.4036
diff -u -d -r1.4035 -r1.4036
--- Overview.html	13 Apr 2010 06:13:23 -0000	1.4035
+++ Overview.html	13 Apr 2010 06:19:21 -0000	1.4036
@@ -15691,7 +15691,10 @@
  &lt;p&gt;I put a bike bell on his bike.&lt;/p&gt;
 &lt;/article&gt;</pre>
 
-   <p>Here is another way that could be marked up:</p>
+   <p>Here is another way that could be marked up. In this example,
+   legacy user agents would say "today", while newer user agents would
+   render the time in a locale-specific manner based on the value of
+   the attribute.</p>
 
    <pre>&lt;article&gt;
  &lt;h1&gt;Small tasks&lt;/h1&gt;
@@ -15699,9 +15702,10 @@
  &lt;p&gt;I put a bike bell on his bike.&lt;/p&gt;
 &lt;/article&gt;</pre>
 
-   <p>Here is the same thing but with the time included. Because the
-   element is empty, it will be replaced in the rendering with a
-   more readable version of the date and time given.</p>
+   <p>Here is the same thing but with the time included only. Because
+   the element is empty, legacy user agents will not show anything
+   useful; user agents that implement this specification, on the other
+   hand, would show the date and time in a locale-specific manner.</p>
 
    <pre>&lt;article&gt;
  &lt;h1&gt;Small tasks&lt;/h1&gt;

Received on Tuesday, 13 April 2010 06:19:27 UTC