1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 20:12:11 +00:00
seirdy.one/content/notes/resize-and-reflow.md

16 lines
1.1 KiB
Markdown
Raw Normal View History

2022-06-08 06:38:44 +00:00
---
title: "Resize and reflow"
date: 2022-06-07T23:38:39-07:00
replyURI: "https://yatil.net/blog/resize-text-reflow"
2022-06-08 06:41:59 +00:00
replyTitle: "WCAG SC 1.4.4 Resize Text and 1.4.10 Reflow"
2022-06-08 06:38:44 +00:00
replyType: "BlogPosting"
replyAuthor: "Eric Eggert"
2022-11-18 01:02:22 +00:00
replyAuthorURI: "https://yatil.net/"
2022-06-08 06:38:44 +00:00
---
This is a good article on the difference between SC 1.4.4 and 1.4.10. However, I don't think these criteria go far enough:
2022-07-24 18:31:23 +00:00
Even narrower viewports exist. KaiOS devices tend to have 240&nbsp;px viewports; smartwatches tend to have half the width of a phone while emulating a phone width (Apple Watches can be instructed not to do this with a proprietary `meta` tag). Of course, making sites watch-compatible is a stretch, but support for feature phones running KaiOS should be reasonable. I wrote about this more in <cite>[Best practices for inclusive textual websites]({{<relref "/posts/website-best-practices">}})</cite>.
2022-06-08 06:38:44 +00:00
Another thing worth remembering is that users can change default fonts or override sire-set fonts. Don't just test with default default fonts; test with something wider. These criteria should specify some font metrics or (royalty free) representative wide fonts to use for testing.