- From: poot <cvsmail@w3.org>
- Date: Mon, 12 Oct 2009 10:33:47 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <input type=hidden>.value was classified incorrectly. (whatwg r4107) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3265&r2=1.3266&f=h http://html5.org/tools/web-apps-tracker?from=4106&to=4107 =================================================================== 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"> · 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:34:16 UTC