mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
LibWeb: Expose ChildNode
methods on the DocumentType
IDL interface
This commit is contained in:
parent
7e8d71f7fc
commit
bd72ff5669
Notes:
sideshowbarker
2024-07-19 21:35:48 +09:00
Author: https://github.com/tcl3
Commit: bd72ff5669
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/705
1 changed files with 2 additions and 0 deletions
|
@ -8,3 +8,5 @@ interface DocumentType : Node {
|
|||
readonly attribute DOMString publicId;
|
||||
readonly attribute DOMString systemId;
|
||||
};
|
||||
|
||||
DocumentType includes ChildNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue