[html5] r2126 - [gow] (2) Define what it means for a prefix to be in scope for innerHTML in XML. [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 29 02:54:03 PDT 2008


Author: ianh
Date: 2008-08-29 02:54:01 -0700 (Fri, 29 Aug 2008)
New Revision: 2126

Modified:
   index
   source
Log:
[gow] (2) Define what it means for a prefix to be in scope for innerHTML in XML. (credit: sp)

Modified: index
===================================================================
--- index	2008-08-29 09:35:36 UTC (rev 2125)
+++ index	2008-08-29 09:54:01 UTC (rev 2126)
@@ -9443,6 +9443,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

Modified: source
===================================================================
--- source	2008-08-29 09:35:36 UTC (rev 2125)
+++ source	2008-08-29 09:54:01 UTC (rev 2126)
@@ -7455,6 +7455,14 @@
     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>
 
    <li>




More information about the Commit-Watchers mailing list