docs: definition of enabled state (#14409)

This commit is contained in:
Yury Semikhatsky 2022-05-25 12:05:17 -07:00 committed by GitHub
parent 919d3eaf42
commit d5c1a5a11f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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