- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Jan 2011 00:51:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv32234
Modified Files:
Overview.html
Log Message:
Add a requirement on specifications (not a conf class, I know...) re property names in microdata, so they don't get confused with URLs. (whatwg r5795)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.html 20 Jan 2011 20:55:06 -0000 1.110
+++ Overview.html 21 Jan 2011 00:51:41 -0000 1.111
@@ -326,7 +326,7 @@
<h1>HTML Microdata</h1>
<h2 class="no-num no-toc" id="generatedID"></h2>
- <h2 class="no-num no-toc" id="editor-s-draft-20-january-2011">Editor's Draft 20 January 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-21-january-2011">Editor's Draft 21 January 2011</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -449,7 +449,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 20 January 2011 Editor's Draft.
+ This specification is the 21 January 2011 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!--YYY BOILERPLATE middle-w3c-html-module-status--><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -1191,7 +1191,11 @@
contains no U+002E FULL STOP characters (.) and no U+003A COLON
characters (:).</li>
- </ul><p>When an element with an <code title="concept-itemprop">itemprop</code> attribute <a href="#the-properties-of-an-item" title="the
+ </ul><p>Specifications that introduce <a href="#defined-property-name" title="defined property
+ name">defined property names</a> that are not <a href="#absolute-url" title="absolute URL">absolute URLs</a> must ensure all such
+ property names contain no U+002E FULL STOP characters (.), no U+003A
+ COLON characters (:), and no <span title="space character">space
+ characters</span>.<p>When an element with an <code title="concept-itemprop">itemprop</code> attribute <a href="#the-properties-of-an-item" title="the
properties of an item">adds a property</a> to multiple <a href="#concept-item" title="concept-item">items</a>, the requirement above regarding
the tokens applies for each <a href="#concept-item" title="concept-item">item</a>
individually.</p><!--
Received on Friday, 21 January 2011 00:51:45 UTC