[Webkit-unassigned] [Bug 283154] New: AX: text-combine-upright:all causes VoiceOver to read "object replacement character" rather than the actual text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 14 20:10:32 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=283154
Bug ID: 283154
Summary: AX: text-combine-upright:all causes VoiceOver to read
"object replacement character" rather than the actual
text
Product: WebKit
Version: Safari 18
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tyler_w at apple.com
CC: andresg_22 at apple.com,
webkit-bug-importer at group.apple.com
<!DOCTYPE HTML>
<html>
<body>
<style>
html {
writing-mode: vertical-rl;
font: 24px serif;
}
.num { text-combine-upright: all; }
</style>
<p lang="zh-Hant">
<span class="num">1051</span>
</p>
</body>
</html>
VoiceOver should read "1051" but reads "object replacement character".
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241115/ebc5096e/attachment.htm>
More information about the webkit-unassigned
mailing list