[html5] r5795 - [] (0) Add a requirement on specifications (not a conf class, I know...) re prop [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 20 16:51:39 PST 2011
Author: ianh
Date: 2011-01-20 16:51:38 -0800 (Thu, 20 Jan 2011)
New Revision: 5795
Modified:
complete.html
index
source
Log:
[] (0) Add a requirement on specifications (not a conf class, I know...) re property names in microdata, so they don't get confused with URLs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11237
Modified: complete.html
===================================================================
--- complete.html 2011-01-20 23:58:07 UTC (rev 5794)
+++ complete.html 2011-01-21 00:51:38 UTC (rev 5795)
@@ -221,7 +221,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 20 January 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 21 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -53568,7 +53568,13 @@
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 <a href=#space-character title="space character">space
+ characters</a>.</p>
+
+ <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>
Modified: index
===================================================================
--- index 2011-01-20 23:58:07 UTC (rev 5794)
+++ index 2011-01-21 00:51:38 UTC (rev 5795)
@@ -225,7 +225,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 20 January 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 21 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -53550,7 +53550,13 @@
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 <a href=#space-character title="space character">space
+ characters</a>.</p>
+
+ <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>
Modified: source
===================================================================
--- source 2011-01-20 23:58:07 UTC (rev 5794)
+++ source 2011-01-21 00:51:38 UTC (rev 5795)
@@ -60389,6 +60389,13 @@
</ul>
+ <p>Specifications that introduce <span title="defined property
+ name">defined property names</span> that are not <span
+ title="absolute URL">absolute URLs</span> 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>
+
<p>When an element with an <code
title="concept-itemprop">itemprop</code> attribute <span title="the
properties of an item">adds a property</span> to multiple <span
More information about the Commit-Watchers
mailing list