Re: Change to Attr interface in light of XPath

On Tue, Feb 18, 2014 at 5:20 PM, Jonas Sicking <jonas@sicking.cc> wrote:
> attributenode.parentNode has always returned null. In all versions of
> the spec and in all implementations. What you want is
> attributenode.ownerElement. I'm surprised that it's been removed from
> the new spec. I agree that it needs to be put back.

Why?

It returns undefined in all implementations. (I didn't test this and
just went by your word initially, reverting that now.)


-- 
http://annevankesteren.nl/

Received on Tuesday, 18 March 2014 17:33:51 UTC