You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The definition of tristate attribute value type states:
The default value for this value type is false unless otherwise specified.
There are only two states of this type: the "aria-checked" state and the "aria-pressed" state. Both of them have "undefined" as a default value.
The tristate type is like applicable (true/false/undefined) type, but with additional "mixed" value. Applicable type's default is "undefined".
So I suggest to change that confusing definition, which must be:
"The default value for this value type is undefined unless otherwise specified.
The text was updated successfully, but these errors were encountered:
aristov
changed the title
Tristate: default value should be "undefined"
Tristate value type: default value should be "undefined"
May 26, 2018
aristov
added a commit
to aristov/aria
that referenced
this issue
May 26, 2018
aristov
changed the title
Tristate value type: default value should be "undefined"
Tristate value type: the default value should be "undefined"
May 26, 2018
The definition of tristate attribute value type states:
There are only two states of this type: the "aria-checked" state and the "aria-pressed" state. Both of them have "undefined" as a default value.
The tristate type is like applicable (true/false/undefined) type, but with additional "mixed" value. Applicable type's default is "undefined".
So I suggest to change that confusing definition, which must be:
"The default value for this value type is undefined unless otherwise specified.
The text was updated successfully, but these errors were encountered: