mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00: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 {
|
|
|
|
}
|