Re: [whatwg/dom] Why can't Node's nodeValue use [TreatNullAs=EmptyString]? (#259)

Because Node variants are nullable and: "This means that even an attribute of type DOMString? must not use [TreatNullAs], since null is a valid value of that type."
http://heycam.github.io/webidl/#TreatNullAs
https://github.com/whatwg/dom/pull/36#issuecomment-104808297


---
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/259#issuecomment-222865587

Received on Wednesday, 1 June 2016 01:06:10 UTC