html5/spec Overview.html,1.1589,1.1590

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv24919

Modified Files:
	Overview.html 
Log Message:
xref error (whatwg r2418)

Index: Overview.html
===================================================================
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 07:58:40 UTC