Files
ladybird/Libraries/LibWeb/DOM/CDATASection.idl
2024-11-10 12:50:45 +01:00

7 lines
131 B
Plaintext

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