[html5] r2395 - [e] (0) Clarify that resetting a form doesn't fire 'input' events.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Nov 11 16:56:31 PST 2008
Author: ianh
Date: 2008-11-11 16:56:31 -0800 (Tue, 11 Nov 2008)
New Revision: 2395
Modified:
header-whatwg
index
source
Log:
[e] (0) Clarify that resetting a form doesn't fire 'input' events.
Modified: header-whatwg
===================================================================
--- header-whatwg 2008-11-12 00:22:33 UTC (rev 2394)
+++ header-whatwg 2008-11-12 00:56:31 UTC (rev 2395)
@@ -17,6 +17,7 @@
#configUI { position: absolute; top: 10em; right: 1em; width: 11em; font-size: small; text-align: center; }
#configUI p { padding: 0.3em; background: #EEEEEE; color: black; border: inset thin; }
#configUI input[type=button] { display: block; margin: auto; }
+ @media print { #configUI { display: none; } }
</style>
<link rel="stylesheet" href="status.css">
<script src="status.js"></script>
Modified: index
===================================================================
--- index 2008-11-12 00:22:33 UTC (rev 2394)
+++ index 2008-11-12 00:56:31 UTC (rev 2395)
@@ -11,6 +11,7 @@
#configUI { position: absolute; top: 10em; right: 1em; width: 11em; font-size: small; text-align: center; }
#configUI p { padding: 0.3em; background: #EEEEEE; color: black; border: inset thin; }
#configUI input[type=button] { display: block; margin: auto; }
+ @media print { #configUI { display: none; } }
</style><link href=status.css rel=stylesheet><script src=status.js></script><script src=dfn.js></script><body class=draft onload=initAnnotations()>
<div class=head>
@@ -28821,7 +28822,10 @@
<p>Each <a href=#category-reset title=category-reset>resettable</a> element
defines its own <dfn id=concept-form-reset-control title=concept-form-reset-control>reset
- algorithm</dfn>.</p>
+ algorithm</dfn>. Changes made to form controls as part of these
+ algorithms do not count as changes caused by the user (and thus,
+ e.g., do not cause <code title=event-input>input</code> events to
+ fire).</p>
Modified: source
===================================================================
--- source 2008-11-12 00:22:33 UTC (rev 2394)
+++ source 2008-11-12 00:56:31 UTC (rev 2395)
@@ -32623,7 +32623,10 @@
<p>Each <span title="category-reset">resettable</span> element
defines its own <dfn title="concept-form-reset-control">reset
- algorithm</dfn>.</p>
+ algorithm</dfn>. Changes made to form controls as part of these
+ algorithms do not count as changes caused by the user (and thus,
+ e.g., do not cause <code title="event-input">input</code> events to
+ fire).</p>
More information about the Commit-Watchers
mailing list