mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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]
|
||||
void append((Node or DOMString)... nodes);
|
||||
|
||||
//Element? query(DOMString relativeSelectors);
|
||||
//[NewObject]
|
||||
//Elements queryAll(DOMString relativeSelectors);
|
||||
[Pure, Throws]
|
||||
Element? querySelector(DOMString selectors);
|
||||
[NewObject, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue