- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Oct 2008 05:55:31 +0900 (JST)
- To: public-html-diffs@w3.org
xref typos (whatwg r2373) 4.10.4.1.14 Checkbox state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1545.html#checkbox-state radio button group http://people.w3.org/mike/diffs/html5/spec/Overview.1.1545.html#radio-button-group http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1544&r2=1.1545&f=h http://html5.org/tools/web-apps-tracker?from=2372&to=2373 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1544 retrieving revision 1.1545 diff -u -d -r1.1544 -r1.1545 --- Overview.html 28 Oct 2008 20:07:13 -0000 1.1544 +++ Overview.html 28 Oct 2008 20:52:55 -0000 1.1545 @@ -20518,7 +20518,7 @@ value it had before the <a href=#pre-click-activation-steps>pre-click activation steps</a> were run. The <a href=#activation-behavior>activation behavior</a> is to <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-change>change</code> at the - element.<p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and its <span title=concept-fe-checkedness>checkedness</span> is false, then the + element.<p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and its <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> is false, then the element is <a href=#suffering-from-being-missing>suffering from being missing</a>.<div class=bookkeeping> <p>The following common <code><a href=#the-input-element>input</a></code> element content @@ -20606,7 +20606,7 @@ simple event</a> called <code title=event-change>change</code> at the element.<p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and all of the <code><a href=#the-input-element>input</a></code> elements in the <i><a href=#radio-button-group>radio button group</a></i> have a - <span title=concept-fe-checkedness>checkedness</span> that is + <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> that is false, then the element is <a href=#suffering-from-being-missing>suffering from being missing</a>.<div class=bookkeeping>
Received on Tuesday, 28 October 2008 20:56:08 UTC