@@ -12,7 +12,7 @@ further_reading:
@@ -20,7 +20,7 @@ tags:
@@ -42,16 +42,16 @@ There isn't a tool like Dynamic Type in Android, so you'll need to scale the tex
In your HTML, make sure to use relative units for responsive design. Here's [a resource from The CSS Layout Workshop](https://thecssworkshop.com/lessons/relative-units) for applying them to your HTML via CSS. If you don't use relative units, people could end up having to use horizontal and vertical scrolling to view content, [which violates WCAG 1.4.10](https://www.w3.org/TR/WCAG21/#reflow).
Note that a person's pinch-to-zoom capability will be frustrated on mobile < iOS10 if you add `maximum-scale=1.0` to the `meta` element. This could [force a person to view your content without zooming](https://www.a11yproject.com/posts/2013-01-14-never-use-maximum-scale/), which could make that content unviewable to them.
Note that a person's pinch-to-zoom capability will be frustrated on mobile < iOS10 if you add `maximum-scale=1.0` to the `meta` element. This could [force a person to view your content without zooming](https://www.a11yproject.com/posts/2013-01-14-never-use-maximum-scale/), which could make that content unviewable to them.