| Summary: | AX: WebKit computes incorrect label for embedded controls | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | andresg_22, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
James Craig
2023-04-26 14:17:40 PDT
That test currently only tests one of the variants. More automation will come, but the spec algorithm is here: https://w3c.github.io/accname/#comp_embedded_control See bullet starting with "C. Embedded Control: Otherwise, if the current node is a control embedded within the label…" WPT PR coming soon that shows failures for different types of controls. Mostly similar but a few implementation differences. PR preview for Safari results https://wpt.fyi/results/accname/name/comp_embedded_control.html?diff&filter=ADC&run_id=6249383282081792&run_id=5173468926050304 Once the PR lands, those additional failures will be visible here, too. https://wpt.fyi/results/accname/name/comp_embedded_control.html?label=experimental&label=master&aligned |