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