- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 10 Sep 2010 00:41:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21307
Modified Files:
Overview.html
Log Message:
Make clearer that the parser wins this battle of form associations. (whatwg r5460)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4353
retrieving revision 1.4354
diff -u -d -r1.4353 -r1.4354
--- Overview.html 9 Sep 2010 23:28:19 -0000 1.4353
+++ Overview.html 10 Sep 2010 00:41:41 -0000 1.4354
@@ -311,7 +311,7 @@
<h1>HTML5</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-9-september-2010">Editor's Draft 9 September 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-10-september-2010">Editor's Draft 10 September 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -417,7 +417,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 9 September 2010 Editor's Draft.
+ This specification is the 10 September 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -34225,7 +34225,9 @@
<p>When a <a href="#form-associated-element">form-associated element</a>'s ancestor chain
changes, e.g. because it or one of its ancestors was <a href="#insert-an-element-into-a-document" title="insert an element into a document">inserted</a> or <a href="#remove-an-element-from-a-document" title="remove an element from a document">removed</a> from a
<code><a href="#document">Document</a></code>, then the user agent must <a href="#reset-the-form-owner">reset the form
- owner</a> of that element.</p>
+ owner</a> of that element. <span class="note">The <a href="#html-parser">HTML
+ parser</a> overrides this requirement when inserting form
+ controls.</span></p>
<p>When a <a href="#form-associated-element">form-associated element</a>'s <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is added, removed, or
has its value changed, then the user agent must <a href="#reset-the-form-owner">reset the form
@@ -56630,8 +56632,9 @@
and the newly created element doesn't have a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute, the user agent must
<a href="#concept-form-association" title="concept-form-association">associate</a> the newly
created element with the <code><a href="#the-form-element">form</a></code> element pointed to by the
- <a href="#form-element-pointer"><code title="">form</code> element pointer</a> before
- inserting it wherever it is to be inserted.</p>
+ <a href="#form-element-pointer"><code title="">form</code> element pointer</a> when the
+ element is inserted, instead of running the <a href="#reset-the-form-owner">reset the form
+ owner</a> algorithm.</p>
<hr><p>When the steps below require the UA to <dfn id="insert-a-foreign-element">insert a foreign
element</dfn> for a token, the UA must first <a href="#create-an-element-for-the-token">create an element
Received on Friday, 10 September 2010 00:41:47 UTC