fix(role): name <meter> and <progress> from an associated label#41911
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Hi, I'm the Playwright bot and I took a first look at the CI failures here. 🔴 The failing test is caused by this PR
DetailsCaused by this PR
Pre-existing flake / infra
That one failure is real and expected; fix the assertion and CI should go green. Triaged by the Playwright bot - agent run |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Hi, I'm the Playwright bot and I took a look at the CI failures. 🟢 CI is clear — the one real failure is already fixed, the rest is a known flakeThe DetailsFixed (was caused by this PR)
Pre-existing flake / infra
Triaged by the Playwright bot - agent run |
`<meter>` and `<progress>` are labelable, but the html-aam per-element name step only ran the associated-labels branch for `TEXTAREA`/`SELECT`/`INPUT` (plus `BUTTON`/`OUTPUT`)
Test results for "MCP"7792 passed, 1269 skipped Merge workflow run. |
Test results for "tests 1"7 flaky50185 passed, 1190 skipped Merge workflow run. |
<meter>and<progress>are labelable, but the html-aam per-element name step only ran the associated-labels branch forTEXTAREA/SELECT/INPUT(plusBUTTON/OUTPUT)fixes #41891