Skip to content

Commit

Permalink
[e] (0) xref error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2418 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 18, 2008
1 parent db59d3e commit b1e36e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions index
Expand Up @@ -23209,14 +23209,14 @@ function AddCloud(data, x, y) { ... }</pre>
attribute must return the <code><a href=#the-label-element>label</a></code> element's <a href=#labeled-control>labeled
control</a>, if any, or null if there isn't one.</p>

<hr><p><span title="labelable form-associated element">Labelable
form-associated elements</span> have a <code>NodeList</code> object
associated with them that represents the list of <code><a href=#the-label-element>label</a></code>
elements, in <a href=#tree-order>tree order</a>, whose <a href=#labeled-control>labeled
control</a> is the element in question. The <dfn id=dom-lfe-labels title=dom-lfe-labels><code>labels</code></dfn> DOM attribute of
<span title="labelable form-associated element">labelable
form-associated elements</span>, on getting, must return that
<code>NodeList</code> object.</p>
<hr><p><a href=#category-label title=category-label>Labelable form-associated
elements</a> have a <code>NodeList</code> object associated with
them that represents the list of <code><a href=#the-label-element>label</a></code> elements, in
<a href=#tree-order>tree order</a>, whose <a href=#labeled-control>labeled control</a> is the
element in question. The <dfn id=dom-lfe-labels title=dom-lfe-labels><code>labels</code></dfn> DOM attribute of
<a href=#category-label title=category-label>labelable form-associated
elements</a>, on getting, must return that <code>NodeList</code>
object.</p>


<h4 id=the-input-element><span class=secno>4.10.4 </span>The <dfn><code>input</code></dfn> element</h4>
Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -25852,15 +25852,15 @@ function AddCloud(data, x, y) { ... }</pre>

<hr>

<p><span title="labelable form-associated element">Labelable
form-associated elements</span> have a <code>NodeList</code> object
associated with them that represents the list of <code>label</code>
elements, in <span>tree order</span>, whose <span>labeled
control</span> is the element in question. The <dfn
<p><span title="category-label">Labelable form-associated
elements</span> have a <code>NodeList</code> object associated with
them that represents the list of <code>label</code> elements, in
<span>tree order</span>, whose <span>labeled control</span> is the
element in question. The <dfn
title="dom-lfe-labels"><code>labels</code></dfn> DOM attribute of
<span title="labelable form-associated element">labelable
form-associated elements</span>, on getting, must return that
<code>NodeList</code> object.</p>
<span title="category-label">labelable form-associated
elements</span>, on getting, must return that <code>NodeList</code>
object.</p>


<h4>The <dfn><code>input</code></dfn> element</h4>
Expand Down

0 comments on commit b1e36e3

Please sign in to comment.