mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-13 22:01:53 +00:00
LibWeb: Use [URL]
extended attribute for HTMLInputElement.src
This commit is contained in:
parent
24069d55bf
commit
cc0ad0d1ef
Notes:
github-actions[bot]
2024-11-26 23:21:16 +00:00
Author: https://github.com/tcl3
Commit: cc0ad0d1ef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2600
Reviewed-by: https://github.com/gmta ✅
3 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue