[Webkit-unassigned] [Bug 187013] AX: WKWebView should support increasing text size for accessibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 15 16:38:12 PDT 2022


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

James Craig <jcraig at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jcraig at apple.com
         Resolution|---                         |WONTFIX

--- Comment #1 from James Craig <jcraig at apple.com> ---
Standard web text does not not reflect the system font size because not all web views are coded well enough to contain it well. More recently iOS added app-specific font sizes, because the same is true of native apps, not all support dynamic type equivalently. iOS Safari added a domain-specific font size controller in the URL field.

For your app, you can either adjust the web content to use the legacy vendor-prefixed CSS keywords (like -apple-system-body) or implement your own font size controller similar to what iOS Safari has done in iOS 13 and later.

-- 
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/20220315/c2a9b7a2/attachment-0001.htm>


More information about the webkit-unassigned mailing list