Re: baseURI / xml:base

On 8/9/13 9:07 AM, Anne van Kesteren wrote:
> Cloning any node (e.g. Text or Element) will copy the baseURI.

Er... it will?  I don't see any code to that effect, other than the 
obvious: the baseURI getter considers the owner document, so just 
cloning a node (which preserves the ownerDocument) will give you a node 
with the same base URI: that of the document.

> However, nobody else does that.

Might I ask for the testcase you were using to test behavior here?

-Boris

Received on Friday, 9 August 2013 13:37:37 UTC