- From: poot <cvsmail@w3.org>
- Date: Mon, 07 May 2012 19:18:57 -0400
- To: public-html-diffs@w3.org
hixie: Don't associate using form='' if you're not in a document (whatwg r7092) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5648&r2=1.5649&f=h http://html5.org/tools/web-apps-tracker?from=7091&to=7092 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5648 retrieving revision 1.5649 diff -u -d -r1.5648 -r1.5649 --- Overview.html 7 May 2012 22:13:41 -0000 1.5648 +++ Overview.html 7 May 2012 23:18:47 -0000 1.5649 @@ -46065,7 +46065,8 @@ <li> <p>If the element has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> - content attribute, then run these substeps:</p> + content attribute and is itself <a href="#in-a-document" title="in a Document">in a + <code>Document</code></a>, then run these substeps:</p> <ol><li><p>If the first element <a href="#in-a-document" title="in a Document">in the <code>Document</code></a> to have an <a href="#concept-id" title="concept-id">ID</a> that is <a href="#case-sensitive" title="case-sensitive">case-sensitively</a> equal to the
Received on Monday, 7 May 2012 23:19:01 UTC