- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 15:19:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Update <time> examples to match latest spec text. (whatwg r5020) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4035&r2=1.4036&f=h http://html5.org/tools/web-apps-tracker?from=5019&to=5020 =================================================================== 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:20:00 UTC