mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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:
parent
1e983d86c0
commit
c46508e497
16 changed files with 127 additions and 73 deletions
|
@ -6,7 +6,7 @@
|
|||
[HTMLConstructor]
|
||||
interface HTMLLinkElement : HTMLElement {
|
||||
[CEReactions]
|
||||
attribute DOMString href;
|
||||
attribute USVString href;
|
||||
[CEReactions]
|
||||
attribute DOMString? crossOrigin;
|
||||
[CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue