Maps4HTML / Maps4HTML-Workshop-2020

A public repository to develop the program for a workshop to be held online, at selected times over two weeks, September 21-October 2nd 2020
https://www.w3.org/2020/maps/
8 stars 11 forks source link

All links to PDFs explicit #148

Closed koalie closed 3 years ago

koalie commented 3 years ago

... this way when focused, or looked at by the screen readers broswer, or list links functions - the screen reader user will see the entire link text. Feedback via Josh O'Connor of W3C.

RealJoshue108 commented 3 years ago

Thanks @koalie - Hi Peter @prushforth - yeah, by making the link text more descriptive - they will be more accessible to screen reader users. So Change:

A summary of <a href="https://www.w3.org/2020/maps/supporting-material-uploads/presentations/Nicolo_Carpignoli-Maps-for-the-Web.pdf">requirements</a> for accessible Web maps was presented by Nicolò Carpignoli [...]

to

A summary of <a href="https://www.w3.org/2020/maps/supporting-material-uploads/presentations/Nicolo_Carpignoli-Maps-for-the-Web.pdf">requirements for accessible Web maps</a> was presented by Nicolò Carpignoli [...]

and follow this kind of pattern for the other links.

Also as Coralie notes - we need to remove the hard coded (PDF) from the link as the CSS pseudo class is adding it.

image