Implement Node.baseURI

This commit is contained in:
Kevin Ball 2015-07-05 15:29:04 -07:00
parent 0fb6604cb3
commit dbbab3b113
4 changed files with 38 additions and 6 deletions

View file

@ -26,7 +26,7 @@ interface Node : EventTarget {
readonly attribute DOMString nodeName;
[Pure]
readonly attribute DOMString? baseURI;
readonly attribute DOMString baseURI;
[Pure]
readonly attribute Document? ownerDocument;