- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Aug 2008 09:53:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4500
Modified Files:
Overview.html
Log Message:
Define what it means for a prefix to be in scope for innerHTML in XML. (credit: sp) (whatwg r2126)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1297
retrieving revision 1.1298
diff -u -d -r1.1297 -r1.1298
--- Overview.html 29 Aug 2008 09:35:13 -0000 1.1297
+++ Overview.html 29 Aug 2008 09:53:38 -0000 1.1298
@@ -9451,6 +9451,14 @@
well as declaring the default namespace (if any) that is in scope on
that element in the DOM.</p>
+ <p>A namespace prefix is in scope if the DOM Core <code
+ title="">lookupNamespaceURI()</code> method on the element would return
+ a non-null value for that prefix.</p>
+
+ <p>The default namespace is the namespace for which the DOM Core <code
+ title="">isDefaultNamespace()</code> method on the element would return
+ true.</p>
+
<li>
<p>The user agent must <span>feed the parser</span> just created the
string being assigned into the <code title=dom-innerHTML-XML><a
Received on Friday, 29 August 2008 09:54:14 UTC