ladybird/Userland/Libraries/LibWeb/DOM/CDATASection.idl
2023-11-11 08:51:51 +01:00

7 lines
131 B
Plaintext

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