act-rules / act-rules.github.io

Accessibility conformance testing rules for HTML
https://act-rules.github.io/
Other
136 stars 67 forks source link

New rule: Summary element has non-empty accessible name #2202

Open WilcoFiers opened 1 month ago

WilcoFiers commented 1 month ago

New rule to test that summary elements have an accessible name.

I don't think this is covered by any other rule today, since summary elements do not have a semantic role.

Need for Call for Review: 2 weeks


How to Review And Approve

giacomo-petri commented 2 weeks ago

In Firefox, the ::marker CSS pseudo-element is part of the accessibility tree, which means the accessible name cannot be left empty in Firefox.

Should we address this, clarifying that the "triangle" icon is not enough?