- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Nov 2008 06:08:25 +0900 (JST)
- To: public-html-diffs@w3.org
Fix 'interactive content' definitions for forms stuff (whatwg r2392) Status of this document http://people.w3.org/mike/diffs/html5/spec/Overview.1.1564.html#status-of-this-document labels http://people.w3.org/mike/diffs/html5/spec/Overview.1.1564.html#dom-lfe-labels completed loading http://people.w3.org/mike/diffs/html5/spec/Overview.1.1564.html#completed-loading A vocabulary and associated APIs for HTML and XHTML http://people.w3.org/mike/diffs/html5/spec/Overview.1.1564.html#a-vocabulary-and-associated-apis-for-html-and-xhtml 4.10.4 The input element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1564.html#the-input-element Editor's Draft 10 November 2008 http://people.w3.org/mike/diffs/html5/spec/Overview.1.1564.html#editor-s-draft-date-zzz-9-june-2008 4.10.5 The button element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1564.html#the-button-element http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1563&r2=1.1564&f=h http://html5.org/tools/web-apps-tracker?from=2391&to=2392 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1563 retrieving revision 1.1564 diff -u -d -r1.1563 -r1.1564 --- Overview.html 7 Nov 2008 05:32:54 -0000 1.1563 +++ Overview.html 10 Nov 2008 21:05:25 -0000 1.1564 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->7 November 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->10 November 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 7 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 10 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -7737,9 +7737,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 @@ -18881,7 +18881,7 @@ form-associated elements</span>, on getting, must return that <code>NodeList</code> object.<h4 id=the-input-element><span class=secno>4.10.4 </span>The <dfn><code>input</code></dfn> element</h4><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> @@ -21651,7 +21651,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>
Received on Monday, 10 November 2008 21:09:03 UTC