Issue | Conformance | Description |
---|---|---|
Page zoom is restricted | AA | The |
If it isn't possible to zoom in, visitors with low vision may be unable to read your content. According to WCAG, visitors should be allowed to increase text size from their browser to at least 200%. This issue may be found on every page in your website. Fixing this issue and republishing your site will improve your score substantially.
This fix requires editing HTML Code.
Good News! You only need to make this change once. This change will propagate to every page on your site after you re-publish the pages.
Locate the code to fix
When viewing a page report in Siteimprove, the default view shows page content. When you click on the
Show HTML button, Siteimprove will highlight the issue location in the code.
Defining viewport parameters is set in the <meta>
tags in the site template.
Instructions
In Cascade CMS, go to the page identified in the page report. In the sample above, the “presentation template” page is selected.
Click the …more drop down menu and select Show Regions. The Region Assignments sidebar appears.
The Region Assignments provide a map of each region created in a template. We have already identified the page zoom issue in the head files. Click Head Files. The block “head-files” appears.
Each mapped region is hyperlinked to the asset. Click the head-files block to go to the asset in your site.
Note the breadcrumb trail for the head-files block. It is located inside the _cascade folder for your site. Files in the _cascade folder control a specific region on every page in your site. Making a change to this asset will require you to re-publish your pages in your site for the changes to take effect.On the XML Block: head-files page, click Edit.
Fixing the issue