[whatwg/dom] "The value attribute’s getter must return the va..." (#456)

https://dom.spec.whatwg.org/commit-snapshots/b2f429273e23d22acbcbdcdad46cd440ec131098/#interface-attr

> The value attribute’s getter must return the value\.

I am not convinced this part of the spec is right. It makes it look like Attr.value always returns the attribute's value. However, all browsers will return the owner element's attribute value if the Attr Node has an owner element.

It is unclear to me that the specification matches browsers.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/456

Received on Wednesday, 10 May 2017 03:48:20 UTC