[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:21 PDT 2022


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

--- Comment #2 from James Craig <jcraig at apple.com> ---
There's an example of the vendor-prefixed font size keywords in the demo file for reduced motion. View source here: https://webkit.org/blog-files/prefers-reduced-motion/prm.htm

html {
        font: 100% sans-serif;
        font: -apple-system-body;
}
body {
        font-size: 0.8em;
        line-height: 1.1;
}

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


More information about the webkit-unassigned mailing list