[html5] r3100 - [e] (0) note future extension ideas for microdata
whatwg at whatwg.org
whatwg at whatwg.org
Thu May 14 16:12:00 PDT 2009
Author: ianh
Date: 2009-05-14 16:11:59 -0700 (Thu, 14 May 2009)
New Revision: 3100
Modified:
index
source
Log:
[e] (0) note future extension ideas for microdata
Modified: index
===================================================================
--- index 2009-05-14 23:08:42 UTC (rev 3099)
+++ index 2009-05-14 23:11:59 UTC (rev 3100)
@@ -40602,6 +40602,29 @@
<h2 id=microdata><span class=secno>5 </span><dfn>Microdata</dfn></h2>
+<!-- v2
+
+ * <ref property="foo" content="id"> to import the item with id="id"
+ into the current microdata block
+
+ * splitting the 'content' part of a property into multiple sub-bits,
+ as in:
+
+ <span property="tel" content-in-bits>
+ Telephone:
+ <span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
+ </span>
+
+ maybe vocabs that need this can use a sub vocabulary specifically
+ for this:
+
+ <span property="tel" item="bits">
+ Telephone:
+ <span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
+ </span>
+
+-->
+
<h3 id=introduction-2><span class=secno>5.1 </span>Introduction</h3>
<h4 id=the-basic-syntax><span class=secno>5.1.1 </span>The basic syntax</h4>
Modified: source
===================================================================
--- source 2009-05-14 23:08:42 UTC (rev 3099)
+++ source 2009-05-14 23:11:59 UTC (rev 3100)
@@ -45806,6 +45806,29 @@
<h2><dfn>Microdata</dfn></h2>
+<!-- v2
+
+ * <ref property="foo" content="id"> to import the item with id="id"
+ into the current microdata block
+
+ * splitting the 'content' part of a property into multiple sub-bits,
+ as in:
+
+ <span property="tel" content-in-bits>
+ Telephone:
+ <span content-bit>+44</span> (0) <span content-bit>1223 123 123</span>
+ </span>
+
+ maybe vocabs that need this can use a sub vocabulary specifically
+ for this:
+
+ <span property="tel" item="bits">
+ Telephone:
+ <span property=bit>+44</span> (0) <span property=bit>1223 123 123</span>
+ </span>
+
+-->
+
<h3>Introduction</h3>
<h4>The basic syntax</h4>
More information about the Commit-Watchers
mailing list