- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 09:25:32 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Gotta make sure that the element itself has no declarations otherwise who knows what that actually means... (whatwg r3950) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3111&r2=1.3112&f=h http://html5.org/tools/web-apps-tracker?from=3949&to=3950 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3111 retrieving revision 1.3112 diff -u -d -r1.3111 -r1.3112 --- Overview.html 22 Sep 2009 00:19:49 -0000 1.3111 +++ Overview.html 22 Sep 2009 00:25:11 -0000 1.3112 @@ -64686,8 +64686,9 @@ <p>For the purposes of this section, an internal general parsed entity is considered XML namespace-well-formed if a document - consisting of an element whose contents are the internal general - parsed entity would itself be XML namespace-well-formed.</p> + consisting of an element with no namespace declarations whose + contents are the internal general parsed entity would itself be XML + namespace-well-formed.</p> <p>If any of the following error cases are found in the DOM subtree being serialized, then the algorithm must raise an
Received on Tuesday, 22 September 2009 00:26:09 UTC