mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Update src/href attributes to be a USVString
The following IDLs have the src/href attributes typed as a DOMString while in the spec the attribute has been updated to be a USVString: - HTMLIFrameElement - HTMLImageElement - HTMLInputElement - HTMLLinkElement - HTMLMediaElement - HTMLScriptElement
This commit is contained in:
@@ -61,7 +61,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
[CEReactions, SetterThrows]
|
||||
attribute unsigned long size;
|
||||
[CEReactions]
|
||||
attribute DOMString src;
|
||||
attribute USVString src;
|
||||
[CEReactions]
|
||||
attribute DOMString step;
|
||||
[CEReactions]
|
||||
|
||||
Reference in New Issue
Block a user