This a11y_check is reporting that the button in question is an implicit button - it has no interactive role (like button or tab) thus an accessible is not created for it. When debugging, to run a11y_checks locally: `./mach test --enable-a11y-checks` and on Try they are in `swr-a11y_checks linux !wayland !tsan !asan !ccov !debug !devedition` jobs
Bug 1872957 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This a11y_check is reporting that the button in question is an implicit button - it has no interactive role (like button or tab) thus an accessible is not created for it. This creates an accessibility blocker that is an `access-s2` When debugging, to run a11y_checks locally: `./mach test --enable-a11y-checks` and on Try they are in `swr-a11y_checks linux !wayland !tsan !asan !ccov !debug !devedition` jobs