mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-08 16:12:23 +02:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
interface HTMLStyleElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString media;
|
|
|
|
[Reflect] attribute DOMString type;
|
|
|
|
};
|