craft icon indicating copy to clipboard operation
craft copied to clipboard

Template meta tag being flagged as not accessible due to maximum-scale=1.0, user-scalable=no

Open kellyannmcnamara01 opened this issue 4 months ago • 1 comments

Summary

Our QA teams have flagged that the meta tag containing maximum-scale=1.0, user-scalable=no are not in alignment with accessible practices due to disallowing scaling

Ref

https://github.com/craftcms/craft/blob/88d0f544fed5943e5f3ab5593de5d20bc689cf1f/templates/index.twig#L7

Ideal adjustment

<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />


Hey Brandon, Thanks for putting this template together! I am sure there is good reasoning for the meta tag to include maximum-scale=1.0, user-scalable=no so please disregard if the majority of users need it. We will just add it to our internal check list to adjust otherwise

:v: -k

kellyannmcnamara01 avatar Aug 18 '25 21:08 kellyannmcnamara01