playwright/tests/assets/axe-core
Dmitry Gozman 984182bd53
fix(role): embedded control inside the target element (#30403)
According to the spec, such controls should use the native value as long
as they have "aria-label". The relevant spec section is 2D.

However, there is an open issue that claims this should always apply,
and all browsers and wpt test actually do that:
https://github.com/w3c/accname/issues/64.

Fixes #28848.
2024-04-17 12:25:08 -07:00
..
accessible-text.js fix(role): embedded control inside the target element (#30403) 2024-04-17 12:25:08 -07:00
implicit-role.js test(role): add tests for implicit role calculation (#13132) 2022-03-28 15:22:50 -07:00
LICENSE test(role): add tests for implicit role calculation (#13132) 2022-03-28 15:22:50 -07:00
README.md chore: fix typos (#20473) 2023-01-30 09:53:28 +01:00

Tests derived from axe-core test suite: https://github.com/dequelabs/axe-core/tree/develop/test.

Includes:

  • LICENSE

Modified:

  • implicit-role.js contains test cases extracted from /test/commons/aria/implicit-role.js
  • accessible-text.js contains test cases extracted from /test/commons/aria/accessible-text.js