[html5] r6586 - [giow] (1) Avoid firing 'click' twice per click on a <command>, oops. Fixing htt [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Sep 23 16:36:23 PDT 2011
Author: ianh
Date: 2011-09-23 16:36:21 -0700 (Fri, 23 Sep 2011)
New Revision: 6586
Modified:
complete.html
index
source
Log:
[giow] (1) Avoid firing 'click' twice per click on a <command>, oops.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13359
Modified: complete.html
===================================================================
--- complete.html 2011-09-23 23:19:38 UTC (rev 6585)
+++ complete.html 2011-09-23 23:36:21 UTC (rev 6586)
@@ -53343,9 +53343,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
@@ -53359,9 +53357,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>
Modified: index
===================================================================
--- index 2011-09-23 23:19:38 UTC (rev 6585)
+++ index 2011-09-23 23:36:21 UTC (rev 6586)
@@ -53210,9 +53210,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
@@ -53226,9 +53224,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>
Modified: source
===================================================================
--- source 2011-09-23 23:19:38 UTC (rev 6585)
+++ source 2011-09-23 23:36:21 UTC (rev 6586)
@@ -60071,9 +60071,7 @@
title="attr-command-checked">checked</code> attribute, the UA must
remove that attribute. Otherwise, the UA must add a <code
title="attr-command-checked">checked</code> attribute, with the
- literal value <code title="">checked</code>. The UA must then
- <span>fire a <code title="event-click">click</code> event</span> at the
- element.</p></dd>
+ literal value <code title="">checked</code>.</p></dd>
<dt>If the <code title="attr-command-type">type</code> attribute is
@@ -60092,9 +60090,8 @@
<p>Then, the element's <code
title="attr-command-checked">checked</code> attribute attribute
- must be set to the literal value <code title="">checked</code> and
- the user agent must <span>fire a <code title="event-click">click</code>
- event</span> at the element.</p></dd>
+ must be set to the literal value <code
+ title="">checked</code>.</p></dd>
<dt>Otherwise</dt>
More information about the Commit-Watchers
mailing list