html5/spec Overview.html,1.3301,1.3302

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17156

Modified Files:
	Overview.html 
Log Message:
update sample markup in comment (whatwg r4153)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3301
retrieving revision 1.3302
diff -u -d -r1.3301 -r1.3302
--- Overview.html	16 Oct 2009 20:45:30 -0000	1.3301
+++ Overview.html	16 Oct 2009 20:47:28 -0000	1.3302
@@ -39218,7 +39218,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>
@@ -39226,9 +39226,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>
 
 --><h3 id="introduction-1"><span class="secno">5.1 </span>Introduction</h3><h4 id="overview"><span class="secno">5.1.1 </span>Overview</h4><p><i>This section is non-normative.</i><p>Sometimes, it is desirable to annotate content with specific

Received on Friday, 16 October 2009 20:47:35 UTC