mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement NonDocumentTypeChildNode::*ElementSibling()
This commit is contained in:
parent
f8d0237956
commit
3d68a46fee
12 changed files with 44 additions and 141 deletions
|
@ -26,3 +26,4 @@ interface CharacterData : Node {
|
|||
};
|
||||
|
||||
CharacterData implements ChildNode;
|
||||
CharacterData implements NonDocumentTypeChildNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue