Skip to content

Commit

Permalink
[gow] (2) Define what it means for a prefix to be in scope for innerH…
Browse files Browse the repository at this point in the history
…TML in XML. (credit: sp)

git-svn-id: http://svn.whatwg.org/webapps@2126 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 29, 2008
1 parent e57fbd8 commit 8115604
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index
Expand Up @@ -9443,6 +9443,14 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -7455,6 +7455,14 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
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>
Expand Down

0 comments on commit 8115604

Please sign in to comment.