- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 06:19:25 +0000
- To: public-html-commits@w3.org
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 @@ <p>I put a bike bell on his bike.</p> </article></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><article> <h1>Small tasks</h1> @@ -15699,9 +15702,10 @@ <p>I put a bike bell on his bike.</p> </article></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><article> <h1>Small tasks</h1>
Received on Tuesday, 13 April 2010 06:19:27 UTC