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 18, 2020 4:36AM


Of course I meant 1.4.10, not 1.4.4.

Steve

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

Since 1.4.4 specifies that the testing must be conducted at a specific viewport width or height, you would have to obtain mobile devices with screens of the relevant size unless you have a device with a split screen capability that allows you to set the viewport dimensions for an app.

We have more than 115 mobile devices, but apart from legacy devices such as the iPad 2, none of them have a height or width of 1280 or 1024 pixels except a few of the Samsung Galaxy Tab models. Even these are several years old. I don't know how you would search for other devices based on their screen size.

Steve


-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of Murphy, Sean
Sent: 18 April 2020 07:46
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Do you test 1.4.4 Resize Text for native apps?

I agree with all the statements on this topic. We had the same discussion internally and we are looking at this resize and re-flow issue for native apps. The consensus is to use the native iOS accessibility features.

We are still in the research side for reflow

Sean


Get Outlook for iOS<https://aka.ms/o0ukef> From: WebAIM-Forum < <EMAIL REMOVED> > on behalf of Jonathan Avila < <EMAIL REMOVED> >
Sent: Saturday, April 18, 2020 11:35:14 AM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: Re: [WebAIM] Do you test 1.4.4 Resize Text for native apps?

[External Email] This email was sent from outside the organisation - be cautious, particularly with links and attachments.

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.)