[html5] r6830 - [e] (0) Add another example.

whatwg at whatwg.org whatwg at whatwg.org
Fri Nov 18 16:17:55 PST 2011


Author: ianh
Date: 2011-11-18 16:17:53 -0800 (Fri, 18 Nov 2011)
New Revision: 6830

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add another example.

Modified: complete.html
===================================================================
--- complete.html	2011-11-18 23:22:50 UTC (rev 6829)
+++ complete.html	2011-11-19 00:17:53 UTC (rev 6830)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 November 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 November 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -1468,6 +1468,10 @@
    HTML4 due to <a href="http://www.w3.org/2005/07/pubrules?uimode=filter&uri=#format">W3C
    publication policies</a>.</li><!--HTML4POLICE-->
 
+   <li>The W3C HTML specification omits an example as part of a
+   compromise intended to resolve larger issues of divergence between
+   the specifications.</li>
+
    <li>The W3C HTML specification defines conformance for documents in
    a more traditional (version-orientated) way, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Mar/0574.html>a
    working group decision from March 2011</a>. This specification, in
@@ -21349,8 +21353,23 @@
 
   <div class=example>
 
-   <p>In this example, an article's publication date is marked up
-   using <code><a href=#the-time-element>time</a></code> and the schema.org microdata
+   <p>Here, a fictional microdata vocabulary based on the Atom
+   vocabulary is used with the <code><a href=#the-time-element>time</a></code> element to mark up a
+   blog post's publication date.</p>
+
+   <pre><article itemscope itemtype="http://n.example.org/rfc4287">
+ <h1 itemprop="title">Big tasks</h1>
+ <footer>Published <time itemprop="published" datetime="2009-08-29">two days ago</time>.</footer>
+ <p itemprop="content">Today, I went out and bought a bike for my kid.</p>
+</article></pre>
+
+  </div>
+
+
+  <div class=example>
+
+   <p>In this example, another article's publication date is marked up
+   using <code><a href=#the-time-element>time</a></code>, this time using the schema.org microdata
    vocabulary:</p>
 
    <pre><article itemscope itemtype="http://schema.org/BlogPosting">
@@ -21361,6 +21380,7 @@
 
   </div>
 
+
   <div class=example>
 
    <p>In the following snippet, the <code><a href=#the-time-element>time</a></code> element is used

Modified: index
===================================================================
--- index	2011-11-18 23:22:50 UTC (rev 6829)
+++ index	2011-11-19 00:17:53 UTC (rev 6830)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 November 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 November 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -1468,6 +1468,10 @@
    HTML4 due to <a href="http://www.w3.org/2005/07/pubrules?uimode=filter&uri=#format">W3C
    publication policies</a>.</li><!--HTML4POLICE-->
 
+   <li>The W3C HTML specification omits an example as part of a
+   compromise intended to resolve larger issues of divergence between
+   the specifications.</li>
+
    <li>The W3C HTML specification defines conformance for documents in
    a more traditional (version-orientated) way, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Mar/0574.html>a
    working group decision from March 2011</a>. This specification, in
@@ -21349,8 +21353,23 @@
 
   <div class=example>
 
-   <p>In this example, an article's publication date is marked up
-   using <code><a href=#the-time-element>time</a></code> and the schema.org microdata
+   <p>Here, a fictional microdata vocabulary based on the Atom
+   vocabulary is used with the <code><a href=#the-time-element>time</a></code> element to mark up a
+   blog post's publication date.</p>
+
+   <pre><article itemscope itemtype="http://n.example.org/rfc4287">
+ <h1 itemprop="title">Big tasks</h1>
+ <footer>Published <time itemprop="published" datetime="2009-08-29">two days ago</time>.</footer>
+ <p itemprop="content">Today, I went out and bought a bike for my kid.</p>
+</article></pre>
+
+  </div>
+
+
+  <div class=example>
+
+   <p>In this example, another article's publication date is marked up
+   using <code><a href=#the-time-element>time</a></code>, this time using the schema.org microdata
    vocabulary:</p>
 
    <pre><article itemscope itemtype="http://schema.org/BlogPosting">
@@ -21361,6 +21380,7 @@
 
   </div>
 
+
   <div class=example>
 
    <p>In the following snippet, the <code><a href=#the-time-element>time</a></code> element is used

Modified: source
===================================================================
--- source	2011-11-18 23:22:50 UTC (rev 6829)
+++ source	2011-11-19 00:17:53 UTC (rev 6830)
@@ -171,6 +171,10 @@
    href="http://www.w3.org/2005/07/pubrules?uimode=filter&uri=#format">W3C
    publication policies</a>.</li><!--HTML4POLICE-->
 
+   <li>The W3C HTML specification omits an example as part of a
+   compromise intended to resolve larger issues of divergence between
+   the specifications.</li>
+
    <li>The W3C HTML specification defines conformance for documents in
    a more traditional (version-orientated) way, because of <a
    href="http://lists.w3.org/Archives/Public/public-html/2011Mar/0574.html">a
@@ -22858,8 +22862,23 @@
 
   <div class="example">
 
-   <p>In this example, an article's publication date is marked up
-   using <code>time</code> and the schema.org microdata
+   <p>Here, a fictional microdata vocabulary based on the Atom
+   vocabulary is used with the <code>time</code> element to mark up a
+   blog post's publication date.</p>
+
+   <pre><article itemscope itemtype="http://n.example.org/rfc4287">
+ <h1 itemprop="title">Big tasks</h1>
+ <footer>Published <time itemprop="published" datetime="2009-08-29">two days ago</time>.</footer>
+ <p itemprop="content">Today, I went out and bought a bike for my kid.</p>
+</article></pre>
+
+  </div>
+
+<!--END w3c-html-->
+  <div class="example">
+
+   <p>In this example, another article's publication date is marked up
+   using <code>time</code>, this time using the schema.org microdata
    vocabulary:</p>
 
    <pre><article itemscope itemtype="http://schema.org/BlogPosting">
@@ -22869,6 +22888,7 @@
 </article></pre>
 
   </div>
+<!--START w3c-html-->
 
   <div class="example">
 




More information about the Commit-Watchers mailing list