[html5] r5342 - [e] (0) mention nesting forms Fixing http://www.w3.org/Bugs/Public/show_bug.cgi? [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 24 16:45:56 PDT 2010
Author: ianh
Date: 2010-08-24 16:45:55 -0700 (Tue, 24 Aug 2010)
New Revision: 5342
Modified:
complete.html
index
source
Log:
[e] (0) mention nesting forms
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9731
Modified: complete.html
===================================================================
--- complete.html 2010-08-24 22:59:50 UTC (rev 5341)
+++ complete.html 2010-08-24 23:45:55 UTC (rev 5342)
@@ -44784,6 +44784,9 @@
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>
+ <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>
+
<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>.</p>
Modified: index
===================================================================
--- index 2010-08-24 22:59:50 UTC (rev 5341)
+++ index 2010-08-24 23:45:55 UTC (rev 5342)
@@ -44709,6 +44709,9 @@
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>
+ <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>
+
<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>.</p>
Modified: source
===================================================================
--- source 2010-08-24 22:59:50 UTC (rev 5341)
+++ source 2010-08-24 23:45:55 UTC (rev 5342)
@@ -50124,6 +50124,9 @@
title="attr-fae-form"><code>form</code></dfn> attribute specified to
override this.</p>
+ <p class="note">This feature allows authors to work around the lack
+ of support for nested <code>form</code> elements.</p>
+
<p>If a <span>form-associated element</span> has a <code
title="attr-fae-form">form</code> attribute specified, then that
attribute's value must be the ID of a <code>form</code> element in
More information about the Commit-Watchers
mailing list