mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Implement [Unscopable] (fixes #11583)
This commit is contained in:
parent
0f1f99a4bf
commit
3529803975
8 changed files with 96 additions and 35 deletions
|
@ -17,9 +17,9 @@ interface ParentNode {
|
|||
[Pure]
|
||||
readonly attribute unsigned long childElementCount;
|
||||
|
||||
[Throws]
|
||||
[Throws, Unscopable]
|
||||
void prepend((Node or DOMString)... nodes);
|
||||
[Throws]
|
||||
[Throws, Unscopable]
|
||||
void append((Node or DOMString)... nodes);
|
||||
|
||||
[Pure, Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue