![]() ![]() |
4.1:H104200 Clearly identify the exchange of text language in Web content.Improper designBefore FrenchC'est la Viehere was no need for language selection. Therefore, when the visually disabled users read C'est la Vie using Braille or synthetic phoneme it will not change to French. Improper design:
<P>¡uThe French are optimistic, they often have the saying C'est la Vie hanging around their mouth¡v</P>
End of example Proper demonstrationWith the same word, if ask to have language selection before the C'est la Vie, the program need to be changed to<SPAN lang="fr">C'est la Vie </SPAN> . So when using the Braille or synthetic phoneme to read C'est la Vie, it will change to French. Proper example: <P>¡uThe French are optimistic, they often have the saying<SPAN lang="fr">C'est la Vie</SPAN>¡v</P> End of example |
![]() |