What fresh hell is THIS now? - Patrick Lauke
accessKeys
that are available in a page?
Shift + ?
but they are not 100% accessKeys, they are more like shortcuts
[spell] Hey, @svinkle. Here you go: <a xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/nevada-jobs">
<polygon class="st1" points="104.5,106.3 132.5,110.3 121,177 119.9,189.9 115.9,189.9 110.9,200.4 58.5,139 68.9,98.1 "> <title>Nevada</title> </polygon>
</a>
<title>
as it’s very unpredictable and has spotty support. Instead, use an aria-label
on each item.
aria-labelledby
to expose the title element everywhere. maybe IE11 doesn't support xlink:href ?
aria-labelledby
to expose the title element result in a double announcement for environments that support <title>
?