[html5] r5020 - [e] (0) Update <time> examples to match latest spec text. Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 12 23:19:18 PDT 2010


Author: ianh
Date: 2010-04-12 23:19:17 -0700 (Mon, 12 Apr 2010)
New Revision: 5020

Modified:
   complete.html
   index
   source
Log:
[e] (0) Update <time> examples to match latest spec text.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9464

Modified: complete.html
===================================================================
--- complete.html	2010-04-13 06:12:17 UTC (rev 5019)
+++ complete.html	2010-04-13 06:19:17 UTC (rev 5020)
@@ -18233,7 +18233,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>
@@ -18241,9 +18244,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>

Modified: index
===================================================================
--- index	2010-04-13 06:12:17 UTC (rev 5019)
+++ index	2010-04-13 06:19:17 UTC (rev 5020)
@@ -18131,7 +18131,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>
@@ -18139,9 +18142,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>

Modified: source
===================================================================
--- source	2010-04-13 06:12:17 UTC (rev 5019)
+++ source	2010-04-13 06:19:17 UTC (rev 5020)
@@ -19317,7 +19317,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>
@@ -19325,9 +19328,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>




More information about the Commit-Watchers mailing list