What fresh hell is THIS now? - Patrick Lauke
[garcialo] Wait, is adding aria-label to links something people are doing now? Doesn’t that conflict with the link text?
overrides link text
aria-label
to a link to give more context (that it would open a new window), but you can't do that...
*:active:focus{outline:none !important;}
, but focus styling still appears on mouseup
1.4.3 Contrast (Minimum): The visual presentation of text and images of text has a contrast ratio of at least 4.5:1, except for the following: (Level AA)
aria-popup
being a big no-no, even though it looks so right. My use case is a button that launches a language switcher.
aria-haspopup
because of NVDA reading it as having a submenu? I’m not sure, but I thought that was going to be fixed by allowing specific strings to be passed in, e.g. aria-haspopup="dialog"
: https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup. I can’t test on NVDA right at this moment though
button
to mapbox component that allows the user to switch to the satellite view. i'm receiving pushback on making the text more descriptive (i.e. "switch to satellite view") so i'm wondering if i should add the more descriptive text as a title
or aria-label
attribute?