html5/spec Overview.html,1.3265,1.3266

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

Modified Files:
	Overview.html 
Log Message:
<input type=hidden>.value was classified incorrectly. (whatwg r4107)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3265
retrieving revision 1.3266
diff -u -d -r1.3265 -r1.3266
--- Overview.html	12 Oct 2009 00:59:49 -0000	1.3265
+++ Overview.html	12 Oct 2009 01:33:30 -0000	1.3266
@@ -28573,7 +28573,7 @@
 <!-- <td class="no"> &middot;      Button -->
 
     <tr class="impl"><th> <code title="dom-input-value"><a href="#dom-input-value">value</a></code>
-     <td class="yes"> <a href="#dom-input-value-value" title="dom-input-value-value">value</a> <!-- Hidden -->
+     <td class="yes"> <a href="#dom-input-value-default" title="dom-input-value-default">value</a> <!-- Hidden -->
      <td class="yes"> <a href="#dom-input-value-value" title="dom-input-value-value">value</a> <!-- Text -->
 <!-- <td class="yes"> <span title="dom-input-value-value">value</span>      Search -->
 <!-- <td class="yes"> <span title="dom-input-value-value">value</span>      URL -->
@@ -29035,7 +29035,7 @@
    <p>The
    <code title="dom-input-value"><a href="#dom-input-value">value</a></code>
    IDL attribute applies to this element and is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:

Received on Monday, 12 October 2009 01:33:37 UTC