[html5] r5447 - [e] (0) avoid hiding metadata / DRY Fixing http://www.w3.org/Bugs/Public/show_bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 8 00:05:08 PDT 2010


Author: ianh
Date: 2010-09-08 00:05:04 -0700 (Wed, 08 Sep 2010)
New Revision: 5447

Modified:
   complete.html
   index
   source
Log:
[e] (0) avoid hiding metadata / DRY
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10160

Modified: complete.html
===================================================================
--- complete.html	2010-09-08 06:56:09 UTC (rev 5446)
+++ complete.html	2010-09-08 07:05:04 UTC (rev 5447)
@@ -55910,11 +55910,12 @@
    "Jack Bauer":</p>
 
    <pre><section id="jack" itemscope itemtype="http://microformats.org/profile/hcard">
- <h1 itemprop="fn">Jack Bauer</h1>
- <div itemprop="n" itemscope>
-  <meta itemprop="given-name" content="Jack">
-  <meta itemprop="family-name" content="Bauer">
- </div>
+ <h1 itemprop="fn">
+  <span itemprop="n" itemscope>
+   <span itemprop="given-name">Jack</span>
+   <span itemprop="family-name">Bauer</span>
+  </span>
+ </h1>
  <img itemprop="photo" alt="" src="jack-bauer.jpg">
  <p itemprop="org" itemscope>
   <span itemprop="organization-name">Counter-Terrorist Unit</span>

Modified: index
===================================================================
--- index	2010-09-08 06:56:09 UTC (rev 5446)
+++ index	2010-09-08 07:05:04 UTC (rev 5447)
@@ -55890,11 +55890,12 @@
    "Jack Bauer":</p>
 
    <pre><section id="jack" itemscope itemtype="http://microformats.org/profile/hcard">
- <h1 itemprop="fn">Jack Bauer</h1>
- <div itemprop="n" itemscope>
-  <meta itemprop="given-name" content="Jack">
-  <meta itemprop="family-name" content="Bauer">
- </div>
+ <h1 itemprop="fn">
+  <span itemprop="n" itemscope>
+   <span itemprop="given-name">Jack</span>
+   <span itemprop="family-name">Bauer</span>
+  </span>
+ </h1>
  <img itemprop="photo" alt="" src="jack-bauer.jpg">
  <p itemprop="org" itemscope>
   <span itemprop="organization-name">Counter-Terrorist Unit</span>

Modified: source
===================================================================
--- source	2010-09-08 06:56:09 UTC (rev 5446)
+++ source	2010-09-08 07:05:04 UTC (rev 5447)
@@ -62976,11 +62976,12 @@
    "Jack Bauer":</p>
 
    <pre><section id="jack" itemscope itemtype="http://microformats.org/profile/hcard">
- <h1 itemprop="fn">Jack Bauer</h1>
- <div itemprop="n" itemscope>
-  <meta itemprop="given-name" content="Jack">
-  <meta itemprop="family-name" content="Bauer">
- </div>
+ <h1 itemprop="fn">
+  <span itemprop="n" itemscope>
+   <span itemprop="given-name">Jack</span>
+   <span itemprop="family-name">Bauer</span>
+  </span>
+ </h1>
  <img itemprop="photo" alt="" src="jack-bauer.jpg">
  <p itemprop="org" itemscope>
   <span itemprop="organization-name">Counter-Terrorist Unit</span>




More information about the Commit-Watchers mailing list