mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove some commented-out methods that were removed from spec
This commit is contained in:
parent
51d41c5161
commit
22a2c8788b
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ interface ParentNode {
|
||||||
[Throws]
|
[Throws]
|
||||||
void append((Node or DOMString)... nodes);
|
void append((Node or DOMString)... nodes);
|
||||||
|
|
||||||
//Element? query(DOMString relativeSelectors);
|
|
||||||
//[NewObject]
|
|
||||||
//Elements queryAll(DOMString relativeSelectors);
|
|
||||||
[Pure, Throws]
|
[Pure, Throws]
|
||||||
Element? querySelector(DOMString selectors);
|
Element? querySelector(DOMString selectors);
|
||||||
[NewObject, Throws]
|
[NewObject, Throws]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue