mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
auto merge of #1583 : brunoabinader/servo/document-url, r=Ms2ger
Specs: http://dom.spec.whatwg.org/#dom-document-url http://dom.spec.whatwg.org/#dom-document-documenturi This is a sub-task for #1428.
This commit is contained in:
commit
572959c3e6
7 changed files with 64 additions and 14 deletions
|
@ -26,8 +26,8 @@ enum VisibilityState { "hidden", "visible" };
|
|||
[Constructor]
|
||||
interface Document : Node {
|
||||
readonly attribute DOMImplementation implementation;
|
||||
// readonly attribute DOMString URL;
|
||||
// readonly attribute DOMString documentURI;
|
||||
readonly attribute DOMString URL;
|
||||
readonly attribute DOMString documentURI;
|
||||
// readonly attribute DOMString compatMode;
|
||||
// readonly attribute DOMString characterSet;
|
||||
readonly attribute DOMString contentType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue