What fresh hell is THIS now? - Patrick Lauke
aria-checked
attribute the same as aria-checked="false"
? I'm working on a react app, and it's not even putting the attribute in my generated HTML if the JS condition is false...(unless I manually write myCondition ? 'true' : 'false'
)
aria-pressed
aria-checked
is on a menuitem (<li>
), and the aria-pressed
on a menu button
aria-pressed
aria-pressed
on toggle buttons only, but I need it to be aria-pressed="false"
for it to be recognised correctly
[m_j_robbins] I’d say 100% you should use H and P, and use role="presentation
on non-data tables
People used to say avoid <h> and <p> tags in email because they are harder to style consistently. But that’s just lazy.