mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Use [URL] extended attribute for HTMLVideoElement.poster
This commit is contained in:
committed by
Andreas Kling
parent
8ad3479e0e
commit
67d05b0104
@@ -10,7 +10,7 @@ interface HTMLVideoElement : HTMLMediaElement {
|
||||
[CEReactions, Reflect] attribute unsigned long height;
|
||||
readonly attribute unsigned long videoWidth;
|
||||
readonly attribute unsigned long videoHeight;
|
||||
[CEReactions, Reflect] attribute USVString poster;
|
||||
[CEReactions, Reflect, URL] attribute USVString poster;
|
||||
[CEReactions, Reflect=playsinline] attribute boolean playsInline;
|
||||
|
||||
};
|
||||
|
||||
@@ -13,6 +13,7 @@ object.data final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
script.src final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
source.src final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
track.src final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
video.poster final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
video.src final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
q.cite final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
blockquote.cite final URL path segment: %EF%BF%BDa%EF%BF%BDb%EF%BF%BD
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
{ "script": "src" },
|
||||
{ "source": "src" },
|
||||
{ "track": "src" },
|
||||
{ "video": "poster" },
|
||||
{ "video": "src" },
|
||||
{ "q": "cite" },
|
||||
{ "blockquote": "cite" },
|
||||
|
||||
Reference in New Issue
Block a user