html5/spec Overview.html,1.5279,1.5280

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12201

Modified Files:
	Overview.html 
Log Message:
Avoid firing 'click' twice per click on a <command>, oops. (whatwg r6586)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5279
retrieving revision 1.5280
diff -u -d -r1.5279 -r1.5280
--- Overview.html	23 Sep 2011 23:22:05 -0000	1.5279
+++ Overview.html	23 Sep 2011 23:38:48 -0000	1.5280
@@ -40719,9 +40719,7 @@
 
    <dd><p>If the element has a <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute, the UA must
    remove that attribute. Otherwise, the UA must add a <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute, with the
-   literal value <code title="">checked</code>. The UA must then
-   <a href="#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the
-   element.</dd>
+   literal value <code title="">checked</code>.</dd>
 
 
    <dt>If the <code title="attr-command-type"><a href="#attr-command-type">type</a></code> attribute is
@@ -40735,9 +40733,7 @@
    that attribute.</p>
 
    <p>Then, the element's <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute attribute
-   must be set to the literal value <code title="">checked</code> and
-   the user agent must <a href="#fire-a-click-event">fire a <code title="event-click">click</code>
-   event</a> at the element.</dd>
+   must be set to the literal value <code title="">checked</code>.</dd>
 
 
    <dt>Otherwise</dt>

Received on Friday, 23 September 2011 23:38:52 UTC