Bugzilla – Bug 333
Fix 'interactive content' definitions for forms stuff
Last modified: 2009-11-23 17:17:06 CET
Index: source =================================================================== --- source (revision 2391) +++ source (revision 2392) @@ -9906,9 +9906,9 @@ scripts that will execute when the document has finished parsing</span>. - <span class="XXX">This isn't compatible with IE for inline + <p class="XXX">This isn't compatible with IE for inline deferred scripts, but then what IE does is pretty hard to pin down - exactly. Do we want to keep this like it is? Be more compatible?</span> + exactly. Do we want to keep this like it is? Be more compatible?</p> <!--XXX http://www.websiteoptimization.com/speed/tweak/defer/test/ internal deferred scripts execute before any external scripts execute, or before the LOAD if there are none @@ -25937,7 +25937,7 @@ <dl class="element"> <dt>Categories</dt> <dd><span>Phrasing content</span>.</dd> - <dd><span>Interactive content</span>.</dd> + <dd>If the <code title="attr-input-type">type</code> attribute is <em>not</em> in the <span title="attr-input-type-hidden">Hidden</span> state: <span>Interactive content</span>.</dd> <dd><span title="category-listed">Listed</span>, <span title="category-label">labelable</span>, <span title="category-submit">submittable</span>, and <span title="category-reset">resettable</span> <span>form-associated element</span>.</dd> <dt>Contexts in which this element may be used:</dt> <dd>Where <span>phrasing content</span> is expected.</dd> @@ -29988,7 +29988,7 @@ <dt>Contexts in which this element may be used:</dt> <dd>Where <span>phrasing content</span> is expected.</dd> <dt>Content model:</dt> - <dd><span>Phrasing content</span>.</dd> + <dd><span>Phrasing content</span>, but there must be no <span>interactive content</span> descendant.</dd> <dt>Element-specific attributes:</dt> <dd><code title="attr-fs-action">action</code></dd> <dd><code title="attr-fe-autofocus">autofocus</code></dd>