- From: poot <cvsmail@w3.org>
- Date: Tue, 3 Aug 2010 09:50:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <option> and <input type=checkbox/radio> can match :default (whatwg r5229) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4163&r2=1.4164&f=h http://html5.org/tools/web-apps-tracker?from=5228&to=5229 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4163 retrieving revision 1.4164 diff -u -d -r1.4163 -r1.4164 --- Overview.html 3 Aug 2010 00:34:10 -0000 1.4163 +++ Overview.html 3 Aug 2010 00:46:36 -0000 1.4164 @@ -40256,6 +40256,12 @@ <li><code><a href="#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#submit-button-state" title="attr-input-type-submit">Submit Button</a> or <a href="#image-button-state" title="attr-input-type-image">Image Button</a> state, and that are their form's <a href="#default-button">default button</a></li> + + <li><code><a href="#the-input-element">input</a></code> elements to which the <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code> attribute applies and + that have a <code title="attr-input-checked"><a href="#attr-input-checked">checked</a></code> + attribute</li> + + <li><code><a href="#the-option-element">option</a></code> elements that have a <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code> attribute</li> <!-- <li><code>command</code> elements that have a <code title="attr-command-default">default</code> attribute</li>
Received on Tuesday, 3 August 2010 00:47:38 UTC