mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Implement document.URL & document.documentURI
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:
parent
0777f211df
commit
43416ef91f
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