-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Is your feature request related to a problem? Please describe.
Form inputs should have 16px font size or iOS will zoom the page so that the font would appear as if 16px. This zoom does not reverse once deselected
Describe the solution you'd like
Text, TextArea and Select font sizes should be 16px
Describe alternatives you've considered
There are css fixes to raise the font size based on the device/capabilities but changing the default is preferable so all users see the same view. Blocking the user from being able to zoom, which is a trick to prevent iOS zooming, is considered a critical accessibility flaw
Additional context
For accessibility, the user should be able to zoom by at least 100%
"maximum-scale is a number which is 2 or more."
https://www.w3.org/WAI/standards-guidelines/act/rules/b4f0c3/proposed/
Metadata
Metadata
Assignees
Labels
Type
Projects
Status