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
I don't find any information in the Acc Name specification about the extent to which the enumeration characters of lists should be output as names.
HTML AAM specifies for certain platforms that at least the content of the type attribute is taken into account when determining the name. Unfortunately, there is no information about what applies to enumeration characters,
created via list-style-type,
which are displayed by default,
which are displayed at ul instead of ol.
Currently, for example, JAWS outputs all enumeration characters, regardless of HTML element (ol or ul) and regardless of the type of creation (type or list-style-type).
My personal opinion:
enumeration characters of ol should be considered in the name, because they transmit information
enumeration characters in ul should not be included in the name as they are purely decorative.
This would also mean that e.g. list-style-type=decimal at ul would be an error.
I don't find any information in the Acc Name specification about the extent to which the enumeration characters of lists should be output as names.
HTML AAM specifies for certain platforms that at least the content of the
type
attribute is taken into account when determining the name. Unfortunately, there is no information about what applies to enumeration characters,list-style-type
,ul
instead ofol
.Currently, for example, JAWS outputs all enumeration characters, regardless of HTML element (
ol
orul
) and regardless of the type of creation (type
orlist-style-type
).My personal opinion:
ol
should be considered in the name, because they transmit informationul
should not be included in the name as they are purely decorative.This would also mean that e.g.
list-style-type=decimal
atul
would be an error.See also: w3c/aria#961
The text was updated successfully, but these errors were encountered: