- From: poot <cvsmail@w3.org>
- Date: Fri, 26 Mar 2010 16:04:31 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: minor optimisation that will hopefully make things slightly more comprehensible (whatwg r4872) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3899&r2=1.3900&f=h http://html5.org/tools/web-apps-tracker?from=4871&to=4872 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3899 retrieving revision 1.3900 diff -u -d -r1.3899 -r1.3900 --- Overview.html 26 Mar 2010 01:31:23 -0000 1.3899 +++ Overview.html 26 Mar 2010 07:04:13 -0000 1.3900 @@ -32265,8 +32265,9 @@ <ol><li><p>If the element's <a href="#form-owner">form owner</a> is not null, and the element's <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> content attribute is not present, and the element's <a href="#form-owner">form owner</a> - is one of the ancestors of the element after the change to the - ancestor chain, then do nothing, and abort these steps.</li> + is its nearest <code><a href="#the-form-element">form</a></code> element ancestor after the change + to the ancestor chain, then do nothing, and abort these + steps.</li> <li><p>Let the element's <a href="#form-owner">form owner</a> be null.</li>
Received on Friday, 26 March 2010 07:04:59 UTC