ladybird/Userland/Libraries/LibWeb/HTML/HTMLStyleElement.idl
2021-01-12 12:17:46 +01:00

8 lines
130 B
Plaintext

interface HTMLStyleElement : HTMLElement {
[Reflect] attribute DOMString media;
[Reflect] attribute DOMString type;
};