diff --git a/index b/index index f29233c7515..24fbfd3b509 100644 --- a/index +++ b/index @@ -27224,24 +27224,29 @@ interface HTMLOptionElement : 4.10.13.2 Enabling and disabling form controls -

... disabled

- +

The disabled + content attribute is a boolean attribute.

-

... disabled content attribute

- -

... disabled DOM attribute

+

A form control is disabled + if its disabled attribute is + set, or if it is a descendant of a fieldset element + whose disabled attribute + is set.

Constraint validation: If an element is disabled, it is barred from constraint validation.

+

The disabled DOM + attribute must reflect the disabled content attribute.

+
4.10.13.3 A form control's value
-

... value

-

... checkedness

- +

Form controls have a value + and a checkedness. (The latter + is only used by input elements.) These are used to + describe how the user interacts with the control.

diff --git a/source b/source index 3cbbe8c892f..dd46c60681b 100644 --- a/source +++ b/source @@ -30569,25 +30569,31 @@ interface HTMLOptionElement : HTMLElement {
Enabling and disabling form controls
-

... disabled

- +

The disabled + content attribute is a boolean attribute.

-

... disabled content attribute

- -

... disabled DOM attribute

+

A form control is disabled + if its disabled attribute is + set, or if it is a descendant of a fieldset element + whose disabled attribute + is set.

Constraint validation: If an element is disabled, it is barred from constraint validation.

+

The disabled DOM + attribute must reflect the disabled content attribute.

+
A form control's value
-

... value

-

... checkedness

- +

Form controls have a value + and a checkedness. (The latter + is only used by input elements.) These are used to + describe how the user interacts with the control.