[Bug 20976] Define Node.baseURI properly

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20976

--- Comment #22 from Anne <annevk@annevk.nl> ---
So let's see. We make baseURI read-write on Document and ShadowRoot. We make
writing throw for other nodes. Whenever you resolve a URL you take the current
base URL in scope.

Would it make sense to keep baseURI readonly and introduce Document.baseURL /
ShadowRoot.baseURL as read-write?

Also, are we sure we want read-write for Document given <base>? It seems
somewhat confusing to have two independent points in control of a document's
base URL.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 12 November 2013 06:38:36 UTC