[html5] r4153 - [e] (0) update sample markup in comment

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 16 13:59:21 PDT 2009


Author: ianh
Date: 2009-10-16 13:59:20 -0700 (Fri, 16 Oct 2009)
New Revision: 4153

Modified:
   complete.html
   index
   source
Log:
[e] (0) update sample markup in comment

Modified: complete.html
===================================================================
--- complete.html	2009-10-16 20:57:14 UTC (rev 4152)
+++ complete.html	2009-10-16 20:59:20 UTC (rev 4153)
@@ -43945,7 +43945,7 @@
   * splitting the 'content' part of a property into multiple sub-bits,
     as in:
 
-     <span property="tel" content-in-bits>
+     <span itemprop="tel" item-content-in-bits>
        Telephone:
        <span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
      </span>
@@ -43953,9 +43953,9 @@
     maybe vocabs that need this can use a sub vocabulary specifically
     for this:
 
-     <span property="tel" item="bits">
+     <span itemprop="tel" itemscope itemtype="http://bits.example/">
        Telephone:
-       <span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
+       <span itemprop=bit>+44</span> (0) <span itemprop=bit>1223 123 123</span>
      </span>
 
 -->

Modified: index
===================================================================
--- index	2009-10-16 20:57:14 UTC (rev 4152)
+++ index	2009-10-16 20:59:20 UTC (rev 4153)
@@ -43774,7 +43774,7 @@
   * splitting the 'content' part of a property into multiple sub-bits,
     as in:
 
-     <span property="tel" content-in-bits>
+     <span itemprop="tel" item-content-in-bits>
        Telephone:
        <span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
      </span>
@@ -43782,9 +43782,9 @@
     maybe vocabs that need this can use a sub vocabulary specifically
     for this:
 
-     <span property="tel" item="bits">
+     <span itemprop="tel" itemscope itemtype="http://bits.example/">
        Telephone:
-       <span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
+       <span itemprop=bit>+44</span> (0) <span itemprop=bit>1223 123 123</span>
      </span>
 
 -->

Modified: source
===================================================================
--- source	2009-10-16 20:57:14 UTC (rev 4152)
+++ source	2009-10-16 20:59:20 UTC (rev 4153)
@@ -48906,7 +48906,7 @@
   * splitting the 'content' part of a property into multiple sub-bits,
     as in:
 
-     <span property="tel" content-in-bits>
+     <span itemprop="tel" item-content-in-bits>
        Telephone:
        <span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
      </span>
@@ -48914,9 +48914,9 @@
     maybe vocabs that need this can use a sub vocabulary specifically
     for this:
 
-     <span property="tel" item="bits">
+     <span itemprop="tel" itemscope itemtype="http://bits.example/">
        Telephone:
-       <span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
+       <span itemprop=bit>+44</span> (0) <span itemprop=bit>1223 123 123</span>
      </span>
 
 -->




More information about the Commit-Watchers mailing list