- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 09:06:50 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Disallow <label> to be used with <input type=hidden>. (whatwg r5432) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4332&r2=1.4333&f=h http://html5.org/tools/web-apps-tracker?from=5431&to=5432 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4332 retrieving revision 1.4333 diff -u -d -r1.4332 -r1.4333 --- Overview.html 7 Sep 2010 23:24:02 -0000 1.4332 +++ Overview.html 7 Sep 2010 23:59:35 -0000 1.4333 @@ -26798,7 +26798,7 @@ <!-- when updating this also update the category index --> <ul class="brief category-list"><li><code><a href="#the-button-element">button</a></code></li> - <li><code><a href="#the-input-element">input</a></code></li> + <li><code><a href="#the-input-element">input</a></code> (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)</li> <li><code><a href="#the-keygen-element">keygen</a></code></li> <li><code><a href="#the-meter-element">meter</a></code></li> <li><code><a href="#the-output-element">output</a></code></li> @@ -27410,7 +27410,8 @@ <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#phrasing-content">Phrasing 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">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> + <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="#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> + <dd>If the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#hidden-state" title="attr-input-type-hidden">Hidden</a> state: <a href="#category-listed" title="category-listed">Listed</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">phrasing content</a> is expected.</dd> <dt>Content model:</dt> @@ -68872,6 +68873,7 @@ Eric Rescorla, Eric Semling, Erik Arvidsson, + Erik Rose, Evan Martin, Evan Prodromou, Evert,
Received on Wednesday, 8 September 2010 00:00:18 UTC