[dom] Document.documentURI and Document.URL attributes behaviour (#118)

Document has associated URL (https://dom.spec.whatwg.org/#concept-document-url), which is some URL from URL spec. But this internal state is directly represented as DOMString or is a more complex structure? I ask because Document.documentURI and Document.URL attributes must return the URL, without any serialization, what is oposite to "6.6. URL APIs elsewhere" (https://url.spec.whatwg.org/#url-apis-elsewhere). 

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

Received on Tuesday, 24 November 2015 10:52:16 UTC