- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 Nov 2009 07:13:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv21410 Modified Files: forms.html Log Message: Update W3C copy boilerplate. [updated by splitter] Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.651 retrieving revision 1.652 diff -u -d -r1.651 -r1.652 --- forms.html 27 Oct 2009 22:36:38 -0000 1.651 +++ forms.html 7 Nov 2009 07:13:18 -0000 1.652 @@ -1,8316 +0,0 @@ -<!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>4.10 Forms — HTML 5</title><style type="text/css"> - pre { margin-left: 2em; white-space: pre-wrap; } - h2 { margin: 3em 0 1em 0; } - h3 { margin: 2.5em 0 1em 0; } - h4 { margin: 2.5em 0 0.75em 0; } - h5, h6 { margin: 2.5em 0 1em; } - h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; } - h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; } - p { margin: 1em 0; } - hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; } [...8286 lines suppressed...] - </div><div class="impl"> - - <h4 id="event-dispatch"><span class="secno">4.10.19 </span>Event dispatch</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> - - <p>When the user agent is to <dfn id="broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</dfn> or - <dfn id="broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> - events</dfn> from a <code><a href="#the-form-element">form</a></code> element <var title="">form</var>, it must run the following steps:</p> - - <ol><li><p>Let <var title="">controls</var> be a list of all the <a href="#category-reset" title="category-reset">resettable</a> elements whose <a href="#form-owner">form - owner</a> is <var title="">form</var>.</p></li> - - <li>If the user agent was to <a href="#broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</a>, let <var title="">event name</var> be <code title="event-forminput">forminput</code>. Otherwise the user agent - was to <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a>; let <var title="">event name</var> be <code title="event-formchange">formchange</code>.</li> - - <li><p>For each element in <var title="">controls</var>, in - <a href="infrastructure.html#tree-order">tree order</a>, <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named - <var title="">event name</var> at the element.</p></li> - - </ol></div></body></html> \ No newline at end of file
Received on Saturday, 7 November 2009 07:13:22 UTC