Re: Do we need the restrictions on the <base> element?

Henrik Dvergsdal wrote:
> I wonder if this restriction is really necessary. Why not deprecate 
> <base> and replace it with a "base" attribute that sets the base for an 
> element and all its children?

Just like xml:base, right?  That makes DOM mutations much more expensive -- 
every time a node is moved in the DOM, all children that have any attributes 
that are URIs have to at least check to see whether the resources need to be 
refetched.  In practice, this is computationally expensive.

-Boris

Received on Sunday, 3 June 2007 19:19:39 UTC