Re: Resolving URIs in shadow trees

Jon Ferraiolo:
> Yes, you are correct. The search for matching IDs should always include 
> currentElement.ownerDocument.getElementById(), even in shadow trees.
> 
> Maybe the rules is that first you call getElementById() on the <shadowTree> 
> and then if no match is found then call it on ownerDocument. What do you 
> think?

Sounds reasonable to me.

-- 
  e-mail : cam (at) mcc.id.au    	icq : 26955922
     web : http://mcc.id.au/	        msn : cam-msn (at) aka.mcc.id.au
  office : +61399055779		     jabber : heycam (at) jabber.org

Received on Tuesday, 2 August 2005 10:00:30 UTC