This document:Public document·View comments·Disposition of Comments·
Nearby:Accessibility Guidelines Working Group Other specs in this tool Accessibility Guidelines Working Group's Issue tracker
Quick access to LC-2912 LC-2916 LC-2917 LC-2918 LC-2919 LC-2920 LC-2939 LC-2950 LC-2951 LC-2952 LC-2953 LC-2954 LC-2955 LC-2956 LC-2957 LC-2958 LC-2959 LC-2960 LC-2961 LC-2963
Previous: LC-2958 Next: LC-2950
https://github.com/w3c/wcag/pull/33 Changing accessible name from rendered/visible text generally causes accessibility issues. Especially, changing accessible name completely different one from rendered/visible text causes serious accessibility issues. ARIA 1.0 Recommendation provides some examples of similar issues. In a note of |aria-hidden| http://www.w3.org/TR/2014/REC-wai-aria-20140320/states_and_properties#aria-hidden Note: Authors are advised to use extreme caution and consider a wide range of disabilities when hiding visibly rendered content from assistive technologies. For example, a sighted, dexterity-impaired individual may use voice-controlled assistive technologies to access a visual interface. If an author hides visible link text "Go to checkout" and exposes similar, yet non-identical link text "Check out now" to the accessibility API, the user may be unable to access the interface they perceive using voice control. Similar problems may also arise for screen reader users. For example, a sighted telephone support technician may attempt to have the blind screen reader user click the "Go to checkout" link, which they may be unable to find using a type-ahead item search ("Go to…"). As Example 1 of ARIA7 changes accessible name from "Read more..." to "Storms hit east coast", people who use voice control or who are blind and communicating with sighted person may face issues. Thus we should get rid of Example 1 of ARIA7. takenspc ARIA7 Remove Example 1