dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.75k stars 746 forks source link

Add summary-name rule #4510

Open WilcoFiers opened 1 week ago

WilcoFiers commented 1 week ago

Axe-core should be able to fail this. i think we need a new rule for it:

<details>
  <summary></summary>
  <p>Hello world</p>
</details>