|
@@ -13,7 +13,7 @@ interface HTMLScriptElement : HTMLElement {
|
|
|
// FIXME: [CEReactions] attribute boolean async;
|
|
|
[CEReactions, Reflect] attribute boolean defer;
|
|
|
[CEReactions, Reflect=crossorigin, Enumerated=CORSSettingsAttribute] attribute DOMString? crossOrigin;
|
|
|
- // FIXME: [CEReactions] attribute DOMString text;
|
|
|
+ [CEReactions] attribute DOMString text;
|
|
|
[CEReactions, Reflect] attribute DOMString integrity;
|
|
|
[CEReactions, Reflect=referrerpolicy] attribute DOMString referrerPolicy;
|
|
|
// FIXME: [SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
|