- From: poot <cvsmail@w3.org>
- Date: Fri, 23 Sep 2011 19:38:59 -0400
- To: public-html-diffs@w3.org
hixie: Avoid firing 'click' twice per click on a <command>, oops.
(whatwg r6586)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5279&r2=1.5280&f=h
http://html5.org/tools/web-apps-tracker?from=6585&to=6586
===================================================================
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:39:01 UTC