Short URL: http://html5.org/r/2160
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2160 | WF2: The beginnings of processing models... | 2008-09-08 23:51 |
Index: source =================================================================== --- source (revision 2159) +++ source (revision 2160) @@ -24514,21 +24514,33 @@ null if there isn't one.</p> - <h4>Processing model</h4> + <h4>Processing models</h4> - <p class="big-issue">See <a href="http://www.whatwg.org/specs/web-forms/current-work/#extend-form-controls">WF2</a> for now</p> + <h5>Constraint checking</h5> + <p class="big-issue">...</p> <h5>Form submission</h5> - <p class="big-issue">See <a href="http://www.whatwg.org/specs/web-forms/current-work/#form-submission">WF2</a> for now</p> + <p>When a form <var title="">form</var> is <dfn + title="concept-form-submit">submitted</dfn> from an element <var + title="">submitter</var> (typically a button), the user agent must + run the following steps:</p> - <p class="big-issue" id="sandboxSubmitBlocked">If a form is in a - browsing context whose <span>sandboxed forms browsing context - flag</span> is set, it must not be submitted.</p> + <ol> + <li id="sandboxSubmitBlocked"><p>If <var title="">form</var> is in + a <code>Document</code> that has no associated <span>browsing + context</span> or whose <span>browsing context</span> has its + <span>sandboxed forms browsing context flag</span> set, then abort + these steps without doing anything.</p></li> + <li><p class="big-issue">...</p></li> + </ol> + + + <h3>Scripting</h3> <p>Scripts allow authors to add interactivity to their documents.</p>