- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 06:27:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv11295 Modified Files: Overview.html spec.html text-level-semantics.html Log Message: Update <time> examples to match latest spec text. (whatwg r5020) [updated by splitter] Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.585 retrieving revision 1.586 diff -u -d -r1.585 -r1.586 --- text-level-semantics.html 12 Apr 2010 05:57:32 -0000 1.585 +++ text-level-semantics.html 13 Apr 2010 06:27:35 -0000 1.586 @@ -1030,7 +1030,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> @@ -1038,9 +1041,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> Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.875 retrieving revision 1.876 diff -u -d -r1.875 -r1.876 --- Overview.html 13 Apr 2010 06:17:50 -0000 1.875 +++ Overview.html 13 Apr 2010 06:27:34 -0000 1.876 @@ -305,7 +305,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.4035. +This is revision 1.4036. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.883 retrieving revision 1.884 diff -u -d -r1.883 -r1.884 --- spec.html 13 Apr 2010 06:17:50 -0000 1.883 +++ spec.html 13 Apr 2010 06:27:34 -0000 1.884 @@ -303,7 +303,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.4035. +This is revision 1.4036. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -8682,7 +8682,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> @@ -8690,9 +8693,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:27:39 UTC