w3c / aria

Accessible Rich Internet Applications (WAI-ARIA)
https://w3c.github.io/aria/
Other
621 stars 118 forks source link

"Translatable Attributes" incomplete? #2143

Closed aphillips closed 3 weeks ago

aphillips commented 2 months ago

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:

pkra commented 2 months ago

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.

daniel-montalvo commented 2 months ago

Hi @aphillips

Do the above comments resolve your concern?

stes-acc commented 2 months ago

Don't forget aria-description.

pkra commented 2 months ago

Don't forget aria-description.

That's also in the PR.

aphillips commented 2 months ago

2043 appears to address this. Thank you.