Bug 210357 - AX: Heading role description cannot be overridden
Summary: AX: Heading role description cannot be overridden
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Safari 13
Hardware: Mac macOS 10.15
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-10 14:25 PDT by Dominik Moritz
Modified: 2020-04-10 14:25 PDT (History)
1 user (show)

See Also:


Attachments
Demo webpage (119 bytes, text/html)
2020-04-10 14:25 PDT, Dominik Moritz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Moritz 2020-04-10 14:25:14 PDT
Created attachment 396124 [details]
Demo webpage

When using VO on a website with the code below, VO says "heading level 2, hello webkit" instead of "title". I would expect aria-roledescription to have precedence. 


<p<>
    Webkit Bug demo:
</p>

<svg>
    <text role="heading" aria-roledescription="title">Hello Webkit</text>
</svg>
Comment 1 Radar WebKit Bug Importer 2020-04-10 14:25:26 PDT
<rdar://problem/61604544>