mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
e2e6b03a45
Also throw in some missing reflected DOMString values
8 lines
211 B
Text
8 lines
211 B
Text
interface HTMLTrackElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString src;
|
|
[Reflect] attribute DOMString srclang;
|
|
[Reflect] attribute DOMString label;
|
|
[Reflect] attribute boolean default;
|
|
|
|
}
|