RE: SVG labelling issue with ARIA



>-----Original Message-----
>From: Chaals McCathie Nevile [mailto:chaals@yandex-team.ru]
>
>SVG issue https://github.com/w3c/svgwg/issues/116 is an i18n issue:
>
>if you use e.g.
>
><rect width="100" height="100" aria-labeledby="fr-title-1 en-title-1 es-title-
>1">
>   <title lang="fr" id="fr-title-1">Assez carré</title>
>   <title lang="en" id="en-title-1">Sort of square</title>
>   <title lang="es" id="es-title-1">Es quadrilateral por lo menos</title> </rect>
>The multilingual selection model won't work with the ARIA name calculation,
>as written today.
>

Correct. What you'll receive is a concatenation of all of the title text. I suppose you could use a single label reference, and a script could update the idref depending on the language in use, but even if this worked, it would be much more complicated than it ought to be.

SVG should solve this problem. If that doesn't happen, ARIA could add yet another property to carry multilingual labels - but not within the scope of ARIA 1.1 core.


________________________________

This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited.


Thank you for your compliance.

________________________________

Received on Thursday, 21 April 2016 13:44:32 UTC