Re: [dom] Add [TreatNullAs=EmptyString] to Attr.nodeValue/textContent (#36)

Actually neither Attr.nodeValue nor Attr.textContent are nullable, but Node.nodeValue and Node.textContent are. If the Attr ones are made nullable again, it would have to be defined what getAttribute() returns after setting them to null.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/36#issuecomment-104935621

Received on Saturday, 23 May 2015 18:38:34 UTC