mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-22 20:00:31 +00:00
...{All} to ParentNode. Exposes createDocumentFragment and
createComment on Document. Stubs out the document.body setter.
Also adds ParentNode back :^).
3 lines
39 B
Text
3 lines
39 B
Text
interface Comment : CharacterData {
|
|
|
|
}
|