- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 00:25:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9010 Modified Files: Overview.html Log Message: Gotta make sure that the element itself has no declarations otherwise who knows what that actually means... (whatwg r3950) Index: Overview.html =================================================================== 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:25:26 UTC