mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
// https://dom.spec.whatwg.org/#interface-cdatasection
|
|
[Exposed=Window]
|
|
interface CDATASection : Text {
|
|
};
|