[dom] Node#baseURI need not be nullable (#131)

https://dom.spec.whatwg.org/#interface-node
https://dom.spec.whatwg.org/#dom-node-baseuri

Given the definition, it can never return null (not even the empty string?) and need not be nullable.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/131

Received on Friday, 18 December 2015 12:44:14 UTC