Bug 218038 - AX: pseudo-element alt property not working
Summary: AX: pseudo-element alt property not working
Status: RESOLVED DUPLICATE of bug 159022
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-21 10:37 PDT by szz999999
Modified: 2023-12-22 17:52 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description szz999999 2020-10-21 10:37:06 PDT
refer to: http://www.w3.org/TR/css-content-3/#alt 
alt with an empty string is supposed to signal to VO the content property value is decorative.  However, the following is not working in VO

button::before {
  content: "\25BA";
  alt: "";
}
Comment 1 Radar WebKit Bug Importer 2020-10-21 10:37:16 PDT
<rdar://problem/70535172>
Comment 2 James Craig 2023-12-22 17:52:35 PST

*** This bug has been marked as a duplicate of bug 159022 ***