- From: poot <cvsmail@w3.org>
- Date: Sat, 17 Oct 2009 05:47:41 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: update sample markup in comment (whatwg r4153) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3301&r2=1.3302&f=h http://html5.org/tools/web-apps-tracker?from=4152&to=4153 =================================================================== 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:48:11 UTC