Closed thejordanwood closed 2 months ago
@thejordanwood I believe if you add the following block of text to the top the page it will do all your requests:
---
title: Accessibility Conformance Report (ACR)
description: Guidance for prioritizing accessibility bugs based on degree of user impact on top tasks
---
Then remove the title # Accessibility Conformance Report (ACR)
from the page. Try that and let's see if it works. Note I copied the description from another page.
An Access... • element must have a lang attribute (https://dequeuniversity.com/rules/axe/4.8/html-has-lang?application=axeAPI) (html)
An Access... • A title should be provided for the document, using a non-empty title element in the head section. (html > head)
• The html element should have a lang or xml:lang attribute which describes the language of the document. (html)An Access... ✘ 128/129 URLs passed ```
@dmundra I think something happened here. The original VPAT link now shows a 404.
Now that I think about it, the new link should probably be https://accessibility.civicactions.com/ACR/ and /VPAT should redirect there.
Ah good catch @thejordanwood I can fix those. It appears that https://accessibility.civicactions.com/VPAT/ goes to a 404 but https://accessibility.civicactions.com/VPAT goes to the page. I will try to have both go to /ACR/
@dmundra It also looks like "Learn how an Accessibility Conformance Report (ACR) can improve your procurement process." appears on the page, when I meant for that to just be a meta description that doesn't show on the front end. Do you want me to open a new PR to fix that?
@dmundra It also looks like "Learn how an Accessibility Conformance Report (ACR) can improve your procurement process." appears on the page, when I meant for that to just be a meta description that doesn't show on the front end. Do you want me to open a new PR to fix that?
Ah I just noticed that. I think that is a feature of the layout. I can try a different layout and see if it removes it from the page. Sorry about that.
@dmundra No problem! If the different layout doesn't work, then we can just remove that line.
@dmundra