- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Jul 2008 00:46:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv18407
Modified Files:
Overview.src.html
Log Message:
1.956 make innerHTML on XML documents not do the xmlns='' thing. (whatwg r1766)
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -d -r1.280 -r1.281
--- Overview.src.html 2 Jul 2008 21:35:20 -0000 1.280
+++ Overview.src.html 3 Jul 2008 00:46:08 -0000 1.281
@@ -344,7 +344,17 @@
<li>In the “Dynamic markup insertion in HTML”
subsection, an instance of the phrase “script that
will execute as soon as the parser resumes” was
- changed to <q> pending external script</q>.</li>
+ changed to <q>pending external script</q>.</li>
+ <li>In the “Dynamic markup insertion in XML”
+ subsection, a portion of the text was updated to now
+ read, <q><em class=highlight>For the innerHTML
+ attribute on HTMLElement objects,</em> if any of
+ the elements in the serialization are in no
+ namespace, the default namespace in scope for
+ those elements must be explicitly declared as the
+ empty string. <em class=highlight>(This doesn’t
+ apply to the innerHTML attribute on HTMLDocument
+ objects.)</em></q></li>
</ul>
</section>
</section>
Received on Thursday, 3 July 2008 00:46:47 UTC