use USVStrings instead of DOMString for urls in Node and Document

This commit is contained in:
Thiago Pontes 2016-05-28 14:53:09 -04:00
parent 0173cabbb6
commit 766ad5e092
4 changed files with 16 additions and 13 deletions

View file

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