- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Sep 2010 23:59:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18877 Modified Files: Overview.html Log Message: Disallow <label> to be used with <input type=hidden>. (whatwg r5432) Index: Overview.html =================================================================== 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 Tuesday, 7 September 2010 23:59:40 UTC