- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Oct 2008 20:52:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10335
Modified Files:
Overview.html
Log Message:
xref typos (whatwg r2373)
Index: Overview.html
===================================================================
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:53:06 UTC