mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
// https://dom.spec.whatwg.org/#interface-cdatasection
|
|
[Exposed=Window]
|
|
interface CDATASection : Text {
|
|
};
|