Skip to content

Accessibility issues on the maintenance page #296

@SophieWeb

Description

@SophieWeb

When using this plugin, the maintenance page in its simple version has three issues:

  • zooming is blocked through the <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> property : user-scalable-no should be removed, maximum-scale should be either removed or set to 2.0 for example
  • no language is set on the page. It should use the site’s language attributes
  • the page has no landmark. It can be fixed either by addind a <main> wrapper or adding role="main" to the <div class="wrap">

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