mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Change attribute type to USVString where applicable
Also mark USVString attributes as containing a URL, where applicable.
This commit is contained in:
committed by
Andreas Kling
parent
335d51d678
commit
1369fc5069
@@ -17,7 +17,7 @@ interface HTMLTrackElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions, Enumerated=TrackKindAttribute, Reflect] attribute DOMString kind;
|
||||
[CEReactions, Reflect] attribute DOMString src;
|
||||
[CEReactions, Reflect, URL] attribute USVString src;
|
||||
[CEReactions, Reflect] attribute DOMString srclang;
|
||||
[CEReactions, Reflect] attribute DOMString label;
|
||||
[CEReactions, Reflect] attribute boolean default;
|
||||
|
||||
Reference in New Issue
Block a user