WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Do you test 1.4.4 Resize Text for native apps?

for

From: Steve Green
Date: Apr 17, 2020 7:51PM


My interpretation is completely in line with Jonathan's comments.

Steve Green
Managing Director
Test Partners Ltd


-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Jonathan Avila
Sent: 18 April 2020 02:35
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Do you test 1.4.4 Resize Text for native apps?

The text size features in iOS and Android are an appropriate place to start for testing text resize in native mobile apps. The larger text features are not considered assistive technology and thus should be used (in my book)-- but the three finger Zoom/magnification feature is considered assistive technology and should not be used. Keep in mind that apps can also provide in app settings for text size or other methods such as pinch zoom within the app that could meet the resize criterion.

For info on how Apple text settings may correlate to 200% check out this article on typography (https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/typography/):

Jonathan

-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of glen walker
Sent: Friday, April 17, 2020 9:21 PM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: [WebAIM] Do you test 1.4.4 Resize Text for native apps?

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.


"Mobile Accessibility: How WCAG 2.0 and Other W3C/WAI Guidelines Apply to Mobile <https://www.w3.org/TR/mobile-accessibility-mapping/>" is a decent reference for applying WCAG to native apps.

Testing websites for 1.4.4 on a desktop is pretty easy. Just use the browser's zoom (Ctrl++ or Cmd++). Does anyone do something similar when testing native apps? And I mean the app as a whole, not specifically a UIWebView type object.

1.4.4 talks about *not* using assistive technology to zoom. On iOS, the "Larger Text" option is in the Accessibility settings. On Android, the "Font size and style" setting is under "Visibility enhancements" which is under "Accessibility". Those both sound like "assistive technology".

Does that mean if an a native app does not reflow nicely when you change the font size, then it's not an issue with regards to WCAG? (It's an issue for the user but sometimes companies need more incentive to fix problems other than "it's a problem for the user". Go figure.)