aria icon indicating copy to clipboard operation
aria copied to clipboard

"Translatable Attributes" incomplete?

Open aphillips opened this issue 1 year ago • 5 comments

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

aphillips avatar Mar 07 '24 19:03 aphillips

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.

pkra avatar Mar 08 '24 08:03 pkra

Hi @aphillips

Do the above comments resolve your concern?

daniel-montalvo avatar Mar 12 '24 16:03 daniel-montalvo

Don't forget aria-description.

stes-acc avatar Mar 13 '24 08:03 stes-acc

Don't forget aria-description.

That's also in the PR.

pkra avatar Mar 13 '24 08:03 pkra

#2043 appears to address this. Thank you.

aphillips avatar Mar 13 '24 15:03 aphillips