mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
...{All} to ParentNode. Exposes createDocumentFragment and
createComment on Document. Stubs out the document.body setter.
Also adds ParentNode back :^).
4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
interface Comment : CharacterData {
|
|
|
|
}
|