mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-11 12:33:45 +03:00
984182bd53
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. |
||
---|---|---|
.. | ||
accessible-text.js | ||
implicit-role.js | ||
LICENSE | ||
README.md |
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