What fresh hell is THIS now? - Patrick Lauke
aria-controls
and aria-expanded
would not be paired with aria-haspopup
and vice versa. Can such a view fit within the ARIA paradigm? When wouldn’t this be so?
[scottohara] i understand that to be the aria-haspopup to be an element that shows up on top of other content (like a drop down in a navigation) where as aria expanded could be content that exists within the normal document flow.
is my understanding of this situation correct?
aria-controls
or aria-expanded
? I did not seem to be able to announce either using VoiceOver for Mac.
aria-expanded
just fine for me
<a role="tab" />
<button>
, not that it should make a difference.