Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Issues
  • #745
Closed
Open
Issue created Feb 27, 2019 by Administrator@rootContributor

maximum-scale advice is not entirely true

Created by: tmcw

Summary

On a device with iOS >= 10

  • Focus the input on this page, which includes maximum-scale=1 https://max-scale-test-2lgyfhbw3.now.sh/
  • Focus the input on this page, which does not https://max-scale-test-2lgyfhbw3.now.sh/index-no.html

Expected result

Reading the page about maximum-scale, I'd expect that maximum-scale does not have effect, so the pages should behave the same.

Actual result

maximum-scale does have an effect: it prevents the page from zooming into the focused input. The Apple post referenced in the a11yproject article is vague about what actually changed, but I suspect that what they're saying that "maximum scale does not forbid user zooming" rather than "maximum scale has no effect". maximum-scale does have at least one effect - it changes the behavior of Safari when an input is zoomed.

Additional Information

This demo works on my iPhone XR, as well as all the devices in Simulator.app that I tested.

Additional Information

Unfortunately I can't see any way to both preserve the behavior of not zooming on focusing - which, for our application, is an impediment to the user experience and unnecessary because we're using large font sizes - and also abide by this accessibility rule, which - as far as I can tell, is a little oversold. Via both the a11yproject page and Apple's site, I expected maximum-scale to be actually ignored, and it isn't.

Assignee
Assign to
Time tracking