Bug 218038
Summary: | AX: pseudo-element alt property not working | ||
---|---|---|---|
Product: | WebKit | Reporter: | szz999999 |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | jcraig, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
szz999999
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: "";
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/70535172>
James Craig
*** This bug has been marked as a duplicate of bug 159022 ***