Bug 252681
| Summary: | AX: Don't expose aria-roledescription value on role="generic" elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | valerie young <spectranaut> |
| 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: | All | ||
| OS: | All | ||
valerie young
This is follow up to: https://bugs.webkit.org/show_bug.cgi?id=174248
According to the spec, aria-roledescription should not be surfaced in this scenario:
<p role="generic" aria-roledescription="foo">content</p>k
However, in webkit, AXRoleDescription is exposed as 'foo'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105736182>