- From: poot <cvsmail@w3.org>
- Date: Wed, 25 Aug 2010 08:52:00 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: mention nesting forms (whatwg r5342) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4260&r2=1.4261&f=h http://html5.org/tools/web-apps-tracker?from=5341&to=5342 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4260 retrieving revision 1.4261 diff -u -d -r1.4260 -r1.4261 --- Overview.html 24 Aug 2010 22:59:55 -0000 1.4260 +++ Overview.html 24 Aug 2010 23:46:00 -0000 1.4261 @@ -33850,7 +33850,8 @@ with its <span class="impl">nearest</span> ancestor <code><a href="#the-form-element">form</a></code> element<span class="impl"> (as described below)</span>, but may have a <dfn id="attr-fae-form" title="attr-fae-form"><code>form</code></dfn> attribute specified to - override this.<p>If a <a href="#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then that + override this.<p class="note">This feature allows authors to work around the lack + of support for nested <code><a href="#the-form-element">form</a></code> elements.<p>If a <a href="#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then that attribute's value must be the ID of a <code><a href="#the-form-element">form</a></code> element in the element's owner <code><a href="#document">Document</a></code>.<div class="impl">
Received on Tuesday, 24 August 2010 23:46:53 UTC