mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
e2e6b03a45
Also throw in some missing reflected DOMString values
6 lines
151 B
Text
6 lines
151 B
Text
interface HTMLVideoElement : HTMLMediaElement {
|
|
|
|
[Reflect] attribute DOMString poster;
|
|
[Reflect=playsinline] attribute boolean playsInline;
|
|
|
|
}
|