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
Open Firefox devtools and choose the accessibility tab.
Choose to check for all issues
Expected behavior
No errors/warnings
Actual behavior
Many errors/warnings. But the one I don't know how to fix in particular, is the one on o-ctrl-input that says Clickable elements must be focusable and should have interactive semantics.
The text was updated successfully, but these errors were encountered:
Overview of the problem
Oruga version: 0.5.5
Vuejs version: 2.6
OS/Browser: Ubuntu/Firefox 99.0
Description
Hi! I'm working on improving accessibility and run into something I'm not sure how to fix myself. I'm using Firefox's checker and it errors on "Clickable elements must be focusable and should have interactive semantics", the component being
o-ctrl-input
.Steps to reproduce
Expected behavior
No errors/warnings
Actual behavior
Many errors/warnings. But the one I don't know how to fix in particular, is the one on
o-ctrl-input
that saysClickable elements must be focusable and should have interactive semantics
.The text was updated successfully, but these errors were encountered: