Skip to content

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

@kellyannmcnamara01

Description

@kellyannmcnamara01

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

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />

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

✌️ -k

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions