docs: definition of enabled state (#14409)
This commit is contained in:
parent
919d3eaf42
commit
d5c1a5a11f
|
|
@ -82,7 +82,7 @@ Element is considered stable when it has maintained the same bounding box for at
|
|||
|
||||
## Enabled
|
||||
|
||||
Element is considered enabled when it is not a `<button>`, `<select>`, `<input>` or `<textarea>` with a `disabled` property set.
|
||||
Element is considered enabled unless it is a `<button>`, `<select>`, `<input>` or `<textarea>` with a `disabled` property.
|
||||
|
||||
## Editable
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue