mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Add crossorigin attribute and implement step 14 of prepare a script
Add WPT test for HTMLScriptElement crossOrigin IDL attribute
This commit is contained in:
@@ -10,7 +10,7 @@ interface HTMLScriptElement : HTMLElement {
|
||||
attribute DOMString charset;
|
||||
// attribute boolean async;
|
||||
attribute boolean defer;
|
||||
// attribute DOMString crossOrigin;
|
||||
attribute DOMString? crossOrigin;
|
||||
[Pure]
|
||||
attribute DOMString text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user