ladybird/Userland/Libraries/LibWeb/DOM/CDATASection.idl
2023-10-25 19:45:41 +02:00

4 lines
107 B
Text

// https://dom.spec.whatwg.org/#interface-cdatasection
[Exposed=Window]
interface CDATASection : Text {
};