You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite often it's only a requirement to have accessibility on desktop browsers (usually only IE) so it would be useful to be able to disable the 'auto-on' feature for touch devices as accessibility on iOS can trigger bugs that don't appear on the desktop version.
For example, I had an iOS accessibility bug with articleBlockSlider on a recent project where focus would always jump to the first component in the ABS on page load - but only on iOS. Obviously in an ideal world I'd fix the underlying issue with ABS, but since there was no iOS accessibility requirement for this project it was far easier (and cheaper!) just to disable accessibility for touch devices ;-)
The text was updated successfully, but these errors were encountered:
Quite often it's only a requirement to have accessibility on desktop browsers (usually only IE) so it would be useful to be able to disable the 'auto-on' feature for touch devices as accessibility on iOS can trigger bugs that don't appear on the desktop version.
For example, I had an iOS accessibility bug with articleBlockSlider on a recent project where focus would always jump to the first component in the ABS on page load - but only on iOS. Obviously in an ideal world I'd fix the underlying issue with ABS, but since there was no iOS accessibility requirement for this project it was far easier (and cheaper!) just to disable accessibility for touch devices ;-)
The text was updated successfully, but these errors were encountered: