mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
b72e3a3eba
The accessible name computation spec has changed to explicitly mention this case: Step 2A. Hidden Not Referenced. If the current node is hidden and is: - Not part of an aria-labelledby or aria-describedby traversal, where the node directly referenced by that relation was hidden. - Nor part of a native host language text alternative element (e.g. label in HTML) or attribute traversal, where the root of that traversal was hidden. See https://w3c.github.io/accname/#computation-steps. Chromium, Firefox and Safari all agree with the spec. Fixes #29796. |
||
---|---|---|
.. | ||
html-reporter | ||
playwright | ||
playwright-browser-chromium | ||
playwright-browser-firefox | ||
playwright-browser-webkit | ||
playwright-chromium | ||
playwright-core | ||
playwright-ct-core | ||
playwright-ct-react | ||
playwright-ct-react17 | ||
playwright-ct-solid | ||
playwright-ct-svelte | ||
playwright-ct-vue | ||
playwright-ct-vue2 | ||
playwright-firefox | ||
playwright-test | ||
playwright-webkit | ||
protocol/src | ||
recorder | ||
trace/src | ||
trace-viewer | ||
web | ||
.eslintrc.js |