aria
aria copied to clipboard
"Translatable Attributes" incomplete?
Translatable Attributes https://www.w3.org/TR/wai-aria-1.3/#translatable-attributes
The HTML specification states that other specifications can define translatable attributes. The language and directionality of each attribute value is the same as the language and directionality of the element.
The attributes currently listed are:
Should this list include these:
- aria-braillelabel
- aria-brailleroledescription
- comment
Thanks for raising this.
For the braille properties, see https://github.com/w3c/aria/issues/1316 and https://github.com/w3c/aria/pull/2043
Roles (such as comment) are not attributes in the sense of this section of the spec.
Hi @aphillips
Do the above comments resolve your concern?
Don't forget aria-description.
#2043 appears to address this. Thank you.