diff --git a/source b/source index cb9984cef5c..fe15e91ca2a 100644 --- a/source +++ b/source @@ -137927,8 +137927,7 @@ interface HTMLParamElement : HTMLElement {
partial interface HTMLScriptElement {
   [CEReactions] attribute DOMString charset;
   [CEReactions] attribute DOMString event;
-  [CEReactions] attribute DOMString for;
-  [CEReactions] attribute DOMString htmlFor; // legacy alias of .for
+  [CEReactions] attribute DOMString htmlFor;
 };

The HTMLParamElement : HTMLElement { must reflect the respective content attributes of the same name.

The for and htmlFor IDL attributes of the script element + data-x="dom-script-htmlFor">htmlFor IDL attribute of the script element must reflect the element's for content attribute.