csstools / sanitize.css

A best-practices CSS foundation
https://csstools.github.io/sanitize.css
Creative Commons Zero v1.0 Universal
5.21k stars 314 forks source link

Add `text-size-adjust` #220

Closed sanmai-NL closed 3 years ago

sanmai-NL commented 3 years ago

-webkit-text-size-adjust is not supported by Chrome Android. Add text-size-adjust to support Chrome Android 54+. This defect results in a webhint fault, which is a common CI gate.

jonathantneal commented 3 years ago

Thank you, @sanmai-NL! I hope to release this fix later in (my) today.

jonathantneal commented 3 years ago

To be clear, tho, this bug only affects iOS and does not affect Android. We have fixed a bug for a tool, and not for a user.