[html5] r2392 - [c] (0) Fix 'interactive content' definitions for forms stuff

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 10 13:05:20 PST 2008


Author: ianh
Date: 2008-11-10 13:05:19 -0800 (Mon, 10 Nov 2008)
New Revision: 2392

Modified:
   index
   source
Log:
[c] (0) Fix 'interactive content' definitions for forms stuff

Modified: index
===================================================================
--- index	2008-11-07 05:32:48 UTC (rev 2391)
+++ index	2008-11-10 21:05:19 UTC (rev 2392)
@@ -16,7 +16,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 7 November 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 10 November 2008</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -9392,9 +9392,9 @@
      scripts that will execute when the document has finished
      parsing</a>.
  
-     <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
@@ -23250,7 +23250,7 @@
 
   <dl class=element><dt>Categories</dt>
    <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
-   <dd><a href=#interactive-content-0>Interactive content</a>.</dd>
+   <dd>If the <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is <em>not</em> in the <a href=#hidden-state title=attr-input-type-hidden>Hidden</a> state: <a href=#interactive-content-0>Interactive content</a>.</dd>
    <dd><a href=#category-listed title=category-listed>Listed</a>, <a href=#category-label title=category-label>labelable</a>, <a href=#category-submit title=category-submit>submittable</a>, and <a href=#category-reset title=category-reset>resettable</a> <a href=#form-associated-element>form-associated element</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
@@ -26706,7 +26706,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href=#phrasing-content-0>phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd><a href=#phrasing-content-0>Phrasing content</a>.</dd>
+   <dd><a href=#phrasing-content-0>Phrasing content</a>, but there must be no <a href=#interactive-content-0>interactive content</a> descendant.</dd>
    <dt>Element-specific attributes:</dt>
    <dd><code title=attr-fs-action><a href=#attr-fs-action>action</a></code></dd>
    <dd><code title=attr-fe-autofocus><a href=#attr-fe-autofocus>autofocus</a></code></dd>

Modified: source
===================================================================
--- source	2008-11-07 05:32:48 UTC (rev 2391)
+++ source	2008-11-10 21:05:19 UTC (rev 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>




More information about the Commit-Watchers mailing list