- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 03 Aug 2010 00:46:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv30331 Modified Files: Overview.html Log Message: <option> and <input type=checkbox/radio> can match :default (whatwg r5229) Index: Overview.html =================================================================== 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:46:52 UTC