This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
da170997d5
ladybird
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
Comment.idl
4 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
LibWeb: Add Comment and DocumentFragment bindings, move querySelector... ...{All} to ParentNode. Exposes createDocumentFragment and createComment on Document. Stubs out the document.body setter. Also adds ParentNode back :^).
2020-08-17 15:14:30 -03:00
interface Comment : CharacterData {
LibWeb: Add constructors for Text, DocumentFragment and Comment These three nodes are the only nodes in the DOM spec with constructors.
2021-09-05 21:07:11 -03:00
constructor(optional DOMString data = "");
LibWeb: Expect IDL namespace to end with semicolon From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
2020-12-09 18:26:42 -03:00
};
Reference in a new issue
Copy permalink