mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 324 forks source link

Accessibility of <details> for Firefox on Android #2469

Closed jjsarton closed 1 year ago

jjsarton commented 1 year ago

Before submitting a bug report

Step to reproduce

1) create a simple page with h1, details and further simple html elements.

...
<h1>Header</h1>
<details>
 </summary>summary</summary>
 <p>Some summary text</p>
</details>
<h2>Title level 2</h2>
<p>Some main text</p>
...

2) try this on Android with talkBack

Actual behavior

The h1, h2 and p element can be reached The details (summary) is nor seen as having the "focus" as for the other elements.

Expected behavior

Don't ignore details ...

Additional informations

Tested with Firefox 107.2.0 I don't know what the Multi-Account Container is!

Provide a copy of Troubleshooting Information page (optional)

No response

dannycolin commented 1 year ago

Hi,

To report a bug for Firefox for Android, the right GitHub repository is https://github.com/mozilla-mobile/fenix.