mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
// https://dom.spec.whatwg.org/#interface-cdatasection
|
|
[Exposed=Window]
|
|
interface CDATASection : Text {
|
|
};
|