Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[] (0) WF2: The beginnings of processing models...
git-svn-id: http://svn.whatwg.org/webapps@2160 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
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> | ||
|
||
<ol> | ||
|
||
<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> | ||
<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> | ||
|
||
|
||
|