WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Making mobile view available to all as way of constraining a11y testing costs

for

From: Jonathan Avila
Date: Jan 5, 2018 4:37PM


> [Patrick wrote] Do you have actual examples where this happens?

This Hampton Inn site is not responsive but provides an example of when you zoom in and scrollbars appear text is pushed off to the right. When you scroll over to read the text the white text in the banner links can't be read because it no longer appears on a blue background but on a white background. In this case the container is a fixed width. I haven't diagnosed specifically what is happening but I'd imagine that this could happen to a responsive site that was not truly fluid. A responsive site can simply be a set of breakpoints on fixed width elements.

http://hamptoninn3.hilton.com/

I haven't reviewed the site for accessibility -- but just happened to see this particular issue and the issue seemed relevant to the discussion.

Jonathan

-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of Patrick H. Lauke
Sent: Thursday, January 4, 2018 6:18 PM
To: <EMAIL REMOVED>
Subject: Re: [WebAIM] Making mobile view available to all as way of constraining a11y testing costs

On 04/01/2018 23:05, Jonathan Avila wrote:
>> This strategy is just a way of dealing with the reality that, in an auditing context, there are limited resources available for testing, and a seemingly growing number of breakpoints as the largest possible viewport size increases. What do you think?
>
> Because I use low resolution on desktop or some browser zoom I find myself almost always entering mobile breakpoints on my desktop . In my experience page zoom not only changes the viewport with but also the scale factor. So the text size of sites is different at a width of 533 then it would be by zooming to say 150% that gets me to 533 (number made up) but also has a scale factor of 1.5.

I'm sure we've had this conversation many times before, but: using page zoom effectively changes how many physical/screen pixels make up a CSS pixel. So yes, full-page zoom will result in everything being bigger by that factor, and the reported viewport width being smaller by that same factor.

> Thus there is a larger opportunity for non-fluid responsive sites to have issues such as text that is cutoff or overflows over other text or text over a different background without sufficient contrast.

Do you have actual examples where this happens? Because it's not really a given that responsive sites would cause more or less cutoffs/overflowing, since every measure (be it a measure set in pixels, or ems, or whatever) is scaled exactly the same way.

> A truly fluid site would not have these issues but in my experience most sites really aren't truly fluid but instead are a series of breakpoints.

Do you have actual examples of a "truly fluid" site versus a "non-fluid responsive" site?

P
--
Patrick H. Lauke

www.splintered.co.uk | https://github.com/patrickhlauke http://flickr.com/photos/redux/ | http://redux.deviantart.com
twitter: @patrick_h_lauke | skype: patrick_h_lauke