mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Use [URL] extended attribute for HTMLInputElement.src
This commit is contained in:
committed by
Tim Ledbetter
parent
24069d55bf
commit
cc0ad0d1ef
@@ -36,7 +36,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
[CEReactions, Reflect=readonly] attribute boolean readOnly;
|
||||
[CEReactions, Reflect] attribute boolean required;
|
||||
[CEReactions] attribute unsigned long size;
|
||||
[CEReactions, Reflect] attribute USVString src;
|
||||
[CEReactions, Reflect, URL] attribute USVString src;
|
||||
[CEReactions, Reflect] attribute DOMString step;
|
||||
[CEReactions] attribute DOMString type;
|
||||
[CEReactions, Reflect=value] attribute DOMString defaultValue;
|
||||
|
||||
Reference in New Issue
Block a user