- From: poot <cvsmail@w3.org>
- Date: Mon, 14 Sep 2009 20:41:06 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Weird typos. (whatwg r3847) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3013&r2=1.3014&f=h http://html5.org/tools/web-apps-tracker?from=3846&to=3847 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3013 retrieving revision 1.3014 diff -u -d -r1.3013 -r1.3014 --- Overview.html 14 Sep 2009 11:29:00 -0000 1.3013 +++ Overview.html 14 Sep 2009 11:40:43 -0000 1.3014 @@ -37396,11 +37396,11 @@ attribute indicates the kind of command: either a normal command with an associated action, or a state or option that can be toggled, or a selection of one item from a list of items.<p>The attribute is an <a href="#enumerated-attribute">enumerated attribute</a> with three - keywords and states. The keyword "<dfn id="attr-command-type-keyword-command" title="attr-command-type-keyword-command"><code>command</code></dfn>" - maps to the <a href="#attr-command-type-state-command" title="attr-command-type-state-command">Command</a> state, the + keywords and states. The "<dfn id="attr-command-type-keyword-command" title="attr-command-type-keyword-command"><code>command</code></dfn>" + keyword maps to the <a href="#attr-command-type-state-command" title="attr-command-type-state-command">Command</a> state, the <dfn id="attr-command-type-keyword-checkbox" title="attr-command-type-keyword-checkbox"><code>checkbox</code></dfn>" - maps to the <a href="#attr-command-type-state-checkbox" title="attr-command-type-state-checkbox">Checkbox</a>, and the - "<dfn id="attr-command-type-keyword-radio" title="attr-command-type-keyword-radio"><code>radio</code></dfn>" + keyword maps to the <a href="#attr-command-type-state-checkbox" title="attr-command-type-state-checkbox">Checkbox</a> state, and + the "<dfn id="attr-command-type-keyword-radio" title="attr-command-type-keyword-radio"><code>radio</code></dfn>" keyword maps to the <a href="#attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</a> state. The <i>missing value default</i> is the <a href="#attr-command-type-state-command" title="attr-command-type-state-command">Command</a> state.<dl><dt>The <dfn id="attr-command-type-state-command" title="attr-command-type-state-command">Command</dfn> state</dt>
Received on Monday, 14 September 2009 11:41:44 UTC