css - iOS Safari focus not triggering on tap -
this issue ios9 safari. :focus
styling not triggering when button
or anchor tag tapped, not native focus outlines.
to investigate issue, have tried adding listener focus event on button, it's not triggering on tap. does, however, triggers when focus event manually triggered .focus()
. here screencast of have tried: ios safari missing focus event
is expected behaviour ios safari? don't require focus event? thought essential accessibility? cannot resort using :active
, cause not behave according needs.
Comments
Post a Comment