LibWeb: Use [URL] extended attribute for HTMLInputElement.src

This commit is contained in:
Tim Ledbetter 2024-11-26 15:46:31 +00:00 committed by Tim Ledbetter
parent 24069d55bf
commit cc0ad0d1ef
Notes: github-actions[bot] 2024-11-26 23:21:16 +00:00
3 changed files with 3 additions and 1 deletions

View file

@ -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;