html5/spec Overview.html,1.1364,1.1365

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

Modified Files:
	Overview.html 
Log Message:
WF2: <input type=''>. Also, some minor fixes relating to <label>. (whatwg r2192)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1364
retrieving revision 1.1365
diff -u -d -r1.1364 -r1.1365
--- Overview.html	16 Sep 2008 08:05:19 -0000	1.1364
+++ Overview.html	16 Sep 2008 20:48:16 -0000	1.1365
@@ -7569,7 +7569,7 @@
    title="">name</var>, and must return a live <code>NodeList</code>
    containing all the <code><a href="#a">a</a></code>, <code><a
    href="#applet">applet</a></code>, <code><a
-   href="#button">button</a></code>, <code><a href="#form">form</a></code>,
+   href="#button0">button</a></code>, <code><a href="#form">form</a></code>,
    <!-- frame? frameset?
   XXX--><code><a href="#iframe">iframe</a></code>,
    <code><a href="#img">img</a></code>, <code><a
@@ -7777,7 +7777,7 @@
   readonly attribute <a href="#domstringmap0">DOMStringMap</a> <a href="#dataset" title=dom-dataset>dataset</a>;
 
[...1634 lines suppressed...]
 
     <p class=note>The parser will reference the <var title="">context</var>
@@ -58029,7 +58269,7 @@
 
   <pre
    class=idl>[XXX] interface <a href="#htmlbodyelement">HTMLBodyElement</a> {
-           attribute DOMString <a href="#text3" title=dom-body-text>text</a>;
+           attribute DOMString <a href="#text4" title=dom-body-text>text</a>;
            attribute DOMString <a href="#bgcolor0" title=dom-body-bgColor>bgColor</a>;
            attribute DOMString <a href="#background0" title=dom-body-background>background</a>;
            attribute DOMString <a href="#link0" title=dom-body-link>link</a>;
@@ -58037,7 +58277,7 @@
            attribute DOMString <a href="#alink" title=dom-body-aLink>aLink</a>;
 };</pre>
 
-  <p>The <dfn id=text3 title=dom-body-text><code>text</code></dfn> DOM
+  <p>The <dfn id=text4 title=dom-body-text><code>text</code></dfn> DOM
    attribute of the <code><a href="#body0">body</a></code> element must <a
    href="#reflect">reflect</a> the element's <code
    title=attr-body-text>text</code> content attribute.

Received on Tuesday, 16 September 2008 20:48:53 UTC