mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Make Document a Node.
This commit is contained in:
parent
b1c068b203
commit
4e47d59165
10 changed files with 94 additions and 96 deletions
|
@ -24,7 +24,7 @@ enum VisibilityState { "hidden", "visible" };
|
|||
|
||||
/* http://dom.spec.whatwg.org/#interface-document */
|
||||
[Constructor]
|
||||
interface Document /*: Node*/ { //XXXjdm Requires servo/#623
|
||||
interface Document : Node {
|
||||
/*[Throws]
|
||||
readonly attribute DOMImplementation implementation;*/
|
||||
// readonly attribute DOMString URL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue