diff --git a/source b/source index e8c4389d51c..cb9984cef5c 100644 --- a/source +++ b/source @@ -46242,7 +46242,8 @@ interface HTMLLabelElement : HTMLElement { [HTMLConstructor] constructor(); readonly attribute HTMLFormElement? form; - [CEReactions] attribute DOMString htmlFor; + [CEReactions] attribute DOMString for; + [CEReactions] attribute DOMString htmlFor; // legacy alias of .for readonly attribute HTMLElement? control; }; @@ -46348,8 +46349,9 @@ interface HTMLLabelElement : HTMLElement {
-

The htmlFor - IDL attribute must reflect the for content +

The for and + htmlFor + IDL attributes must reflect the for content attribute.

The control @@ -54870,7 +54872,8 @@ Daddy"></textarea> interface HTMLOutputElement : HTMLElement { [HTMLConstructor] constructor(); - [SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor; + [SameObject, PutForwards=value] readonly attribute DOMTokenList for; + [SameObject, PutForwards=value] readonly attribute DOMTokenList htmlFor; // legacy alias of .for readonly attribute HTMLFormElement? form; [CEReactions] attribute DOMString name; @@ -54993,7 +54996,8 @@ interface HTMLOutputElement : HTMLElement { getter steps are to return "output".

The htmlFor IDL attribute must reflect the for and htmlFor IDL attributes must reflect the for content attribute.

The willValidate, navigation.currentEntry.index) { - li.className = "forward"; + li.class = "forward"; } else { - li.className = "current"; + li.class = "current"; } li.textContent = entry.url; @@ -137923,7 +137927,8 @@ interface HTMLParamElement : HTMLElement {

partial interface HTMLScriptElement {
   [CEReactions] attribute DOMString charset;
   [CEReactions] attribute DOMString event;
-  [CEReactions] attribute DOMString htmlFor;
+  [CEReactions] attribute DOMString for;
+  [CEReactions] attribute DOMString htmlFor; // legacy alias of .for
 };

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

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

@@ -144905,6 +144911,7 @@ INSERT INTERFACES HERE Prateek Rungta, Pravir Gupta, Prayag Verma, + Psychpsyo, 李普君 (Pujun Li), Rachid Finge, Rafael Weinstein,