mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement NonElementParentNode for DocumentFragment
This commit is contained in:
parent
3f5b3053b9
commit
dc125f9eb1
3 changed files with 14 additions and 9 deletions
|
@ -8,4 +8,5 @@
|
|||
interface DocumentFragment : Node {
|
||||
};
|
||||
|
||||
DocumentFragment implements NonElementParentNode;
|
||||
DocumentFragment implements ParentNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue