MapML icon indicating copy to clipboard operation
MapML copied to clipboard

Need to specify how map-a links are accessible to screenreaders

Open prushforth opened this issue 1 year ago • 1 comments

Currently the text content of a map-a tag is the geometry value for a feature, or some part of it. This is great for sighted users, but will be inaccessible to screenreader users.

We need a way to allow human-readable text to provide the link text, probably via an attribute. The HTML area element uses the alt attribute.

prushforth avatar Apr 30 '24 02:04 prushforth

The global HTML attribute title and ARIA aria-label should suffice, no need to specify alt for links.

Linking https://github.com/Maps4HTML/MapML/issues/181.

Malvoz avatar Aug 10 '24 00:08 Malvoz