mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 14:42:50 +02:00
LibWeb: Change attribute type to USVString where applicable
Also mark USVString attributes as containing a URL, where applicable. (cherry picked from commit 1369fc5069598644842defabbfbf3d30d2f3e647)
This commit is contained in:
committed by
Nico Weber
parent
ffa5a7747e
commit
df8eec7786
@@ -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 DOMString src;
|
||||
[CEReactions, Reflect] 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