What fresh hell is THIS now? - Patrick Lauke
<button><div></div></button>
? http://codepen.io/Michiel/pen/YwYEJo
2.4.6 Headings and Labels: Headings and labels describe topic or purpose. (Level AA)
<h4 role="button">
doesn't make sense, <h4><button>
would make more sense anyway.
<h4 role="button" tabindex="0">
is better than nothing I guess =)
aria-busy
for that: https://www.w3.org/TR/wai-aria-1.1/#aria-busy
aria-busy
combined with an alert? https://www.w3.org/TR/wai-aria-1.1/#alert
role="button"
the element is no longer a heading.
<h4 role="button" tabindex="0">
is not better than nothing.
s/standard/guideline/
, rather
clip
is also recommended by WebAIM: http://webaim.org/techniques/css/invisiblecontent/#techniques
width: 1px; height: 1px; overflow: hidden;
it should be fine.
position: absolute
that shouldn't be a problem.
background: transparent
.
word-wrap: break-word
on visually hidden text? That makes no sense.
word-wrap: none
to the rescue =P
<button><span>Some crappy button with crappy icon font icon</span></button>
just install it in JAWS
Right, like I can afford to buy JAWS :P