- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Sep 2012 19:14:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16375 Modified Files: single-page.html spec.html the-article-element.html the-nav-element.html the-time-element.html Log Message: commit 3e11b2978cd49749be36f992c45b27123c59f8f8 Author: Edward O'Connor <hober0@gmail.com> Date: Tue Sep 25 11:45:19 2012 -0700 [Bug 18726] Remove Microdata from <nav> example. Index: the-article-element.html =================================================================== RCS file: /sources/public/html5/spec/the-article-element.html,v retrieving revision 1.184 retrieving revision 1.185 diff -u -d -r1.184 -r1.185 --- the-article-element.html 25 Sep 2012 02:14:20 -0000 1.184 +++ the-article-element.html 25 Sep 2012 19:14:04 -0000 1.185 @@ -374,59 +374,49 @@ similar in purpose to the <code title="">entry</code> element in Atom. <a href="references.html#refsATOM">[ATOM]</a> - </p><p class="note">The schema.org microdata vocabulary can be used to - provide the publication date for an <code><a href="#the-article-element">article</a></code> - element, using one of the CreativeWork subtypes.</p> +<!--FORK--> - <div class="example" id="article-example"> + </p><div class="example" id="article-example"> <p>This example shows a blog post using the <code><a href="#the-article-element">article</a></code> - element, with some schema.org annotations:</p> + element<!--FORK-->:</p> - <pre><article itemscope itemtype="http://schema.org/BlogPosting"> + <pre><article<!--FORK-->> <header> - <h1 itemprop="headline">The Very First Rule of Life</h1> - <p><time itemprop="datePublished" datetime="2009-10-09">3 days ago</time></p> - <link itemprop="url" href="?comments=0"> - </header>[ + <h1<!--FORK-->>The Very First Rule of Life</h1> + <p><time<!--FORK--> datetime="2009-10-09">3 days ago</time></p><!--FORK--> + </header> <p>If there's a microphone anywhere near you, assume it's hot and sending whatever you're saying to the world. Seriously.</p> <p><em>...</em></p> <footer> - <a itemprop="discussionUrl" href="?comments=1">Show comments...</a> + <a<!--FORK--> href="?comments=1">Show comments...</a> </footer> </article></pre> <p>Here is that same blog post, but showing some of the comments:</p> - <pre><article itemscope itemtype="http://schema.org/BlogPosting"> + <pre><article<!--FORK-->> <header> - <h1 itemprop="headline">The Very First Rule of Life</h1> - <p><time itemprop="datePublished" datetime="2009-10-09">3 days ago</time></p> - <link itemprop="url" href="?comments=0"> + <h1<!--FORK-->>The Very First Rule of Life</h1> + <p><time<!--FORK--> datetime="2009-10-09">3 days ago</time></p><!--FORK--> </header> <p>If there's a microphone anywhere near you, assume it's hot and sending whatever you're saying to the world. Seriously.</p> <p><em>...</em></p> <section> <h1>Comments</h1> - <article itemprop="comment" itemscope itemtype="http://schema.org/UserComments" id="c1"> - <link itemprop="url" href="#c1"> + <article<!--FORK--> id="c1"><!--FORK--> <footer> - <p>Posted by: <span itemprop="creator" itemscope itemtype="http://schema.org/Person"> - <span itemprop="name">George Washington</span> - </span></p> - <p><time itemprop="commentTime" datetime="2009-10-10">15 minutes ago</time></p> + <p>Posted by: <!--FORK-->George Washington<!--FORK--></p> + <p><time<!--FORK--> datetime="2009-10-10">15 minutes ago</time></p> </footer> <p>Yeah! Especially when talking about your lobbyist friends!</p> </article> - <article itemprop="comment" itemscope itemtype="http://schema.org/UserComments" id="c2"> - <link itemprop="url" href="#c2"> + <article<!--FORK--> id="c2"><!--FORK--> <footer> - <p>Posted by: <span itemprop="creator" itemscope itemtype="http://schema.org/Person"> - <span itemprop="name">George Hammond</span> - </span></p> - <p><time itemprop="commentTime" datetime="2009-10-10">5 minutes ago</time></p> + <p>Posted by: <!--FORK-->George Hammond<!--FORK--></p> + <p><time<!--FORK--> datetime="2009-10-10">5 minutes ago</time></p> </footer> <p>Hey, you have the same first name as me.</p> </article> Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.136 retrieving revision 1.137 diff -u -d -r1.136 -r1.137 --- single-page.html 25 Sep 2012 02:14:19 -0000 1.136 +++ single-page.html 25 Sep 2012 19:14:03 -0000 1.137 @@ -17540,13 +17540,13 @@ links are present, but only one of those places is considered a navigation section.</p> - <pre><body itemscope itemtype="http://schema.org/Blog"> + <pre><body<!--FORK-->> <header> <h1>Wake up sheeple!</h1> <p><a href="news.html">News</a> - <a href="blog.html">Blog</a> - <a href="forums.html">Forums</a></p> - <p>Last Modified: <span itemprop="dateModified">2009-04-01</span></p> + <p>Last Modified: <!--FORK-->2009-04-01<!--FORK--></p> <nav> <h1>Navigation</h1> <ul> @@ -17557,24 +17557,22 @@ </nav> </header> <div> - <article itemprop="blogPosts" itemscope itemtype="http://schema.org/BlogPosting"> + <article<!--FORK-->> <header> - <h1 itemprop="headline">My Day at the Beach</h1> + <h1<!--FORK-->>My Day at the Beach</h1> </header> - <div itemprop="articleBody"> + <div<!--FORK-->> <p>Today I went to the beach and had a lot of fun.</p> <em>...more content...</em> </div> <footer> - <p>Posted <time itemprop="datePublished" datetime="2009-10-10">Thursday</time>.</p> + <p>Posted <time<!--FORK--> datetime="2009-10-10">Thursday</time>.</p> </footer> </article> <em>...more blog posts...</em> </div> <footer> - <p>Copyright © - <span itemprop="copyrightYear">2010</span> - <span itemprop="copyrightHolder">The Example Company</span> + <p>Copyright ©<!--FORK--> <!--FORK-->2010<!--FORK--> <!--FORK-->The Example Company<!--FORK--> </p> <p><a href="about.html">About</a> - <a href="policy.html">Privacy Policy</a> - @@ -17586,9 +17584,7 @@ contents of the page other than the header and footer, and all the contents of the blog entry other than its header and footer.</p> - <p>You can also see microdata annotations in the above example that - use the schema.org vocabulary to provide the publication date and - other metadata about the blog post.</p> +<!--FORK--> </div> @@ -17706,59 +17702,49 @@ similar in purpose to the <code title="">entry</code> element in Atom. <a href=#refsATOM>[ATOM]</a> - </p><p class=note>The schema.org microdata vocabulary can be used to - provide the publication date for an <code><a href=#the-article-element>article</a></code> - element, using one of the CreativeWork subtypes.</p> +<!--FORK--> - <div class=example id=article-example> + </p><div class=example id=article-example> <p>This example shows a blog post using the <code><a href=#the-article-element>article</a></code> - element, with some schema.org annotations:</p> + element<!--FORK-->:</p> - <pre><article itemscope itemtype="http://schema.org/BlogPosting"> + <pre><article<!--FORK-->> <header> - <h1 itemprop="headline">The Very First Rule of Life</h1> - <p><time itemprop="datePublished" datetime="2009-10-09">3 days ago</time></p> - <link itemprop="url" href="?comments=0"> - </header>[ + <h1<!--FORK-->>The Very First Rule of Life</h1> + <p><time<!--FORK--> datetime="2009-10-09">3 days ago</time></p><!--FORK--> + </header> <p>If there's a microphone anywhere near you, assume it's hot and sending whatever you're saying to the world. Seriously.</p> <p><em>...</em></p> <footer> - <a itemprop="discussionUrl" href="?comments=1">Show comments...</a> + <a<!--FORK--> href="?comments=1">Show comments...</a> </footer> </article></pre> <p>Here is that same blog post, but showing some of the comments:</p> - <pre><article itemscope itemtype="http://schema.org/BlogPosting"> + <pre><article<!--FORK-->> <header> - <h1 itemprop="headline">The Very First Rule of Life</h1> - <p><time itemprop="datePublished" datetime="2009-10-09">3 days ago</time></p> - <link itemprop="url" href="?comments=0"> + <h1<!--FORK-->>The Very First Rule of Life</h1> + <p><time<!--FORK--> datetime="2009-10-09">3 days ago</time></p><!--FORK--> </header> <p>If there's a microphone anywhere near you, assume it's hot and sending whatever you're saying to the world. Seriously.</p> <p><em>...</em></p> <section> <h1>Comments</h1> - <article itemprop="comment" itemscope itemtype="http://schema.org/UserComments" id="c1"> - <link itemprop="url" href="#c1"> + <article<!--FORK--> id="c1"><!--FORK--> <footer> - <p>Posted by: <span itemprop="creator" itemscope itemtype="http://schema.org/Person"> - <span itemprop="name">George Washington</span> - </span></p> - <p><time itemprop="commentTime" datetime="2009-10-10">15 minutes ago</time></p> + <p>Posted by: <!--FORK-->George Washington<!--FORK--></p> + <p><time<!--FORK--> datetime="2009-10-10">15 minutes ago</time></p> </footer> <p>Yeah! Especially when talking about your lobbyist friends!</p> </article> - <article itemprop="comment" itemscope itemtype="http://schema.org/UserComments" id="c2"> - <link itemprop="url" href="#c2"> + <article<!--FORK--> id="c2"><!--FORK--> <footer> - <p>Posted by: <span itemprop="creator" itemscope itemtype="http://schema.org/Person"> - <span itemprop="name">George Hammond</span> - </span></p> - <p><time itemprop="commentTime" datetime="2009-10-10">5 minutes ago</time></p> + <p>Posted by: <!--FORK-->George Hammond<!--FORK--></p> + <p><time<!--FORK--> datetime="2009-10-10">5 minutes ago</time></p> </footer> <p>Hey, you have the same first name as me.</p> </article> @@ -21448,20 +21434,6 @@ </div> - <div class=example> - - <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> - <!--FORK--> <div class=example> Index: the-time-element.html =================================================================== RCS file: /sources/public/html5/spec/the-time-element.html,v retrieving revision 1.185 retrieving revision 1.186 diff -u -d -r1.185 -r1.186 --- the-time-element.html 25 Sep 2012 02:14:25 -0000 1.185 +++ the-time-element.html 25 Sep 2012 19:14:05 -0000 1.186 @@ -605,20 +605,6 @@ </div> - <div class="example"> - - <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> - <!--FORK--> <div class="example"> Index: the-nav-element.html =================================================================== RCS file: /sources/public/html5/spec/the-nav-element.html,v retrieving revision 1.184 retrieving revision 1.185 diff -u -d -r1.184 -r1.185 --- the-nav-element.html 25 Sep 2012 02:14:23 -0000 1.184 +++ the-nav-element.html 25 Sep 2012 19:14:05 -0000 1.185 @@ -375,13 +375,13 @@ links are present, but only one of those places is considered a navigation section.</p> - <pre><body itemscope itemtype="http://schema.org/Blog"> + <pre><body<!--FORK-->> <header> <h1>Wake up sheeple!</h1> <p><a href="news.html">News</a> - <a href="blog.html">Blog</a> - <a href="forums.html">Forums</a></p> - <p>Last Modified: <span itemprop="dateModified">2009-04-01</span></p> + <p>Last Modified: <!--FORK-->2009-04-01<!--FORK--></p> <nav> <h1>Navigation</h1> <ul> @@ -392,24 +392,22 @@ </nav> </header> <div> - <article itemprop="blogPosts" itemscope itemtype="http://schema.org/BlogPosting"> + <article<!--FORK-->> <header> - <h1 itemprop="headline">My Day at the Beach</h1> + <h1<!--FORK-->>My Day at the Beach</h1> </header> - <div itemprop="articleBody"> + <div<!--FORK-->> <p>Today I went to the beach and had a lot of fun.</p> <em>...more content...</em> </div> <footer> - <p>Posted <time itemprop="datePublished" datetime="2009-10-10">Thursday</time>.</p> + <p>Posted <time<!--FORK--> datetime="2009-10-10">Thursday</time>.</p> </footer> </article> <em>...more blog posts...</em> </div> <footer> - <p>Copyright © - <span itemprop="copyrightYear">2010</span> - <span itemprop="copyrightHolder">The Example Company</span> + <p>Copyright ©<!--FORK--> <!--FORK-->2010<!--FORK--> <!--FORK-->The Example Company<!--FORK--> </p> <p><a href="about.html">About</a> - <a href="policy.html">Privacy Policy</a> - @@ -421,9 +419,7 @@ contents of the page other than the header and footer, and all the contents of the blog entry other than its header and footer.</p> - <p>You can also see microdata annotations in the above example that - use the schema.org vocabulary to provide the publication date and - other metadata about the blog post.</p> +<!--FORK--> </div>
Received on Tuesday, 25 September 2012 19:14:13 UTC