Revert "Make Document a Node." for breaking Acid1

This reverts commit 4e47d59165.

Conflicts:

	src/components/script/dom/domparser.rs
This commit is contained in:
Patrick Walton 2013-10-24 15:08:09 -07:00
parent bce5285506
commit baba35adc9
10 changed files with 96 additions and 94 deletions

View file

@ -24,7 +24,7 @@ enum VisibilityState { "hidden", "visible" };
/* http://dom.spec.whatwg.org/#interface-document */
[Constructor]
interface Document : Node {
interface Document /*: Node*/ { //XXXjdm Requires servo/#623
/*[Throws]
readonly attribute DOMImplementation implementation;*/
// readonly attribute DOMString URL;