Skip to content

Commit

Permalink
[] (0) Add a requirement on specifications (not a conf class, I know.…
Browse files Browse the repository at this point in the history
…..) 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

git-svn-id: http://svn.whatwg.org/webapps@5795 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 21, 2011
1 parent 8d172aa commit adf5566
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
10 changes: 8 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 20 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -53568,7 +53568,13 @@ <h4 id=names:-the-itemprop-attribute><span class=secno>5.2.3 </span>Names: the <
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>
Expand Down
10 changes: 8 additions & 2 deletions index
Expand Up @@ -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 &mdash; Last Updated 20 January 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -53550,7 +53550,13 @@ document.body.appendChild(outer);</pre>
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>
Expand Down
7 changes: 7 additions & 0 deletions source
Expand Up @@ -60389,6 +60389,13 @@ document.body.appendChild(outer);</pre>

</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
Expand Down

0 comments on commit adf5566

Please sign in to comment.