spec/Overview.html 1.1590 2418 xref error (whatwg r2418)

xref error (whatwg r2418)

4.10.4 The input element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1590.html#the-input-element
control
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1590.html#dom-label-control
labels
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1590.html#dom-lfe-labels
htmlFor
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1590.html#dom-label-htmlfor

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1589&r2=1.1590&f=h
http://html5.org/tools/web-apps-tracker?from=2417&to=2418

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1589
retrieving revision 1.1590
diff -u -d -r1.1589 -r1.1590
--- Overview.html 18 Nov 2008 07:40:56 -0000 1.1589
+++ Overview.html 18 Nov 2008 07:58:28 -0000 1.1590
@@ -18877,14 +18877,14 @@
   <a href=#form-owner>form owner</a>.<p>The <dfn id=dom-label-htmlfor title=dom-label-htmlFor><code>htmlFor</code></dfn> DOM
   attribute must <a href=#reflect>reflect</a> the <code title=attr-label-for><a href=#attr-label-for>for</a></code> content attribute.<p>The <dfn id=dom-label-control title=dom-label-control><code>control</code></dfn> DOM
   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.<h4 id=the-input-element><span class=secno>4.10.4 </span>The <dfn><code>input</code></dfn> element</h4><dl class=element><dt>Categories</dt>
+  control</a>, if any, or null if there isn't one.</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.<h4 id=the-input-element><span class=secno>4.10.4 </span>The <dfn><code>input</code></dfn> element</h4><dl class=element><dt>Categories</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
    <dd>If the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state: <a href=#interactive-content-0>Interactive content</a>.</dd>
    <dd><a href=#category-listed title=category-listed>Listed</a>, <a href=#category-label title=category-label>labelable</a>, <a href=#category-submit title=category-submit>submittable</a>, and <a href=#category-reset title=category-reset>resettable</a> <a href=#form-associated-element>form-associated element</a>.</dd>

Received on Tuesday, 18 November 2008 08:01:55 UTC