[Webkit-unassigned] [Bug 249688] AX: Expose bold and italic font styling as text attributes for macOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 17:33:23 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=249688

--- Comment #4 from Tommy McHugh <thomas_mchugh at apple.com> ---
(In reply to chris fleizach from comment #3)
> do we not have keys for these already? 
> does iOS not use AXAttributedStringSetFont ?
iOS does use AXttributedStringSetFont and uses UIAccessibilityTokenBold/Italic. MacOS doesn't have an existing key so we could either add one like this patch currently does that follows macOS attribute naming style or we could just untarget the iOS code so that it compiles for macOS and iOS and expose the iOS keys as those are defined in this file for all platforms.

-- 
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/20221221/eefbc4a5/attachment.htm>


More information about the webkit-unassigned mailing list