diff --git a/source b/source index 9d6d0e035de..bc429e58bd0 100644 --- a/source +++ b/source @@ -42745,6 +42745,25 @@ interface HTMLTableCellElement : HTMLElement { +
Autocapitalize-inheriting elements
+ +
+ +

Denotes elements that inherit the autocapitalize + attribute from their form owner.

+ + + + +
+

Some elements, not all of them form-associated, @@ -43380,8 +43399,8 @@ interface HTMLLabelElement : HTMLElement {

Flow content.
Phrasing content.
If the type attribute is not in the Hidden state: Interactive content.
-
If the type attribute is not in the Hidden state: Listed, labelable, submittable, and resettable form-associated element.
-
If the type attribute is in the Hidden state: Listed, submittable, and resettable form-associated element.
+
If the type attribute is not in the Hidden state: Listed, labelable, submittable, resettable, and autocapitalize-inheriting form-associated element.
+
If the type attribute is in the Hidden state: Listed, submittable, resettable, and autocapitalize-inheriting form-associated element.
If the type attribute is not in the Hidden state: Palpable content.
Contexts in which this element can be used:
Where phrasing content is expected.
@@ -49547,7 +49566,7 @@ You cannot submit this form when the field is incorrect.
Flow content.
Phrasing content.
Interactive content.
-
Listed, labelable, and submittable form-associated element.
+
Listed, labelable, submittable, and autocapitalize-inheriting form-associated element.
Palpable content.
Contexts in which this element can be used:
Where phrasing content is expected.
@@ -49744,7 +49763,7 @@ interface HTMLButtonElement : HTMLElement {
Flow content.
Phrasing content.
Interactive content.
-
Listed, labelable, submittable, and resettable form-associated element.
+
Listed, labelable, submittable, resettable, and autocapitalize-inheriting form-associated element.
Palpable content.
Contexts in which this element can be used:
Where phrasing content is expected.
@@ -50756,7 +50775,7 @@ interface HTMLOptionElement : HTMLElement {
Flow content.
Phrasing content.
Interactive content.
-
Listed, labelable, submittable, and resettable form-associated element.
+
Listed, labelable, submittable, resettable, and autocapitalize-inheriting form-associated element.
Palpable content.
Contexts in which this element can be used:
Where phrasing content is expected.
@@ -51262,7 +51281,7 @@ Daddy"></textarea>
Categories:
Flow content.
Phrasing content.
-
Listed, labelable, and resettable form-associated element.
+
Listed, labelable, resettable, and autocapitalize-inheriting form-associated element.
Palpable content.
Contexts in which this element can be used:
Where phrasing content is expected.
@@ -52009,7 +52028,7 @@ out of 233 257 824 bytes available</meter></p>
Categories:
Flow content.
Sectioning root.
-
Listed form-associated element.
+
Listed and autocapitalize-inheriting form-associated element.
Palpable content.
Contexts in which this element can be used:
Where flow content is expected.
@@ -74362,7 +74381,8 @@ body { display:none } data-x="editing host">editing host to control autocapitalization behavior for the hosted editable region, on an input or textarea element to control the behavior for inputting text into that element, or on a form element to control the default - behavior for that form's input and textarea elements.

+ behavior for all autocapitalize-inheriting elements + associated with the form element.

The autocapitalize attribute never causes autocapitalization to be enabled for input elements whose element, and its value is not the empty string, return the state of the attribute.

-
  • If element is an input or textarea element and has a - non-null form owner, return the own autocapitalization hint of +

  • If element is an autocapitalize-inheriting element and has a non-null + form owner, return the own autocapitalization hint of element's form owner.

  • Return default.

  • @@ -117558,6 +117579,18 @@ interface External { — + + Autocapitalize-inheriting elements + + button; + fieldset; + input; + output; + select; + textarea + + — + Labelable elements