1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 22:24:57 +00:00
serenity/Userland/Libraries/LibWeb/DOM/CDATASection.idl
2023-11-11 08:51:51 +01:00

6 lines
131 B
Text

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