Skip to content

Commit

Permalink
[e] (0) markup and xref errors
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12603

git-svn-id: http://svn.whatwg.org/webapps@6354 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 3, 2011
1 parent 2bf9e90 commit afc9636
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -56837,7 +56837,7 @@ <h4 id=names:-the-itemprop-attribute><span class=secno>5.2.3 </span>Names: the <
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
<p>When an element with an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></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 Expand Up @@ -94578,7 +94578,7 @@ <h4 id=the-select-element-0><span class=secno>15.5.14 </span>The <code><a href=#
displaying the element's <code title=attr-optgroup-label><a href=#attr-optgroup-label>label</a></code> attribute.</p>

<p>An <code><a href=#the-option-element>option</a></code> element is expected to be rendered by
displaying the element's <code title=concept-option-label><a href=#concept-option-label>label</a></code>, indented under its
displaying the element's <a href=#concept-option-label title=concept-option-label>label</a>, indented under its
<code><a href=#the-optgroup-element>optgroup</a></code> element if it has one.</p>

<p>The <dfn id="width-of-the-select's-labels">width of the <code>select</code>'s labels</dfn> is the
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -56709,7 +56709,7 @@ document.body.appendChild(outer);</pre>
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
<p>When an element with an <code title=attr-itemprop><a href=#names:-the-itemprop-attribute>itemprop</a></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 Expand Up @@ -90151,7 +90151,7 @@ select { binding: <i title="">select</i>; }</pre>
displaying the element's <code title=attr-optgroup-label><a href=#attr-optgroup-label>label</a></code> attribute.</p>

<p>An <code><a href=#the-option-element>option</a></code> element is expected to be rendered by
displaying the element's <code title=concept-option-label><a href=#concept-option-label>label</a></code>, indented under its
displaying the element's <a href=#concept-option-label title=concept-option-label>label</a>, indented under its
<code><a href=#the-optgroup-element>optgroup</a></code> element if it has one.</p>

<p>The <dfn id="width-of-the-select's-labels">width of the <code>select</code>'s labels</dfn> is the
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -64095,7 +64095,7 @@ document.body.appendChild(outer);</pre>
characters</span>.</p>

<p>When an element with an <code
title="concept-itemprop">itemprop</code> attribute <span title="the
title="attr-itemprop">itemprop</code> attribute <span title="the
properties of an item">adds a property</span> to multiple <span
title="concept-item">items</span>, the requirement above regarding
the tokens applies for each <span title="concept-item">item</span>
Expand Down Expand Up @@ -107235,8 +107235,8 @@ select { binding: <i title="">select</i>; }</pre>
title="attr-optgroup-label">label</code> attribute.</p>

<p>An <code>option</code> element is expected to be rendered by
displaying the element's <code
title="concept-option-label">label</code>, indented under its
displaying the element's <span
title="concept-option-label">label</span>, indented under its
<code>optgroup</code> element if it has one.</p>

<p>The <dfn>width of the <code>select</code>'s labels</dfn> is the
Expand Down

0 comments on commit afc9636

Please sign in to comment.