Skip to content

Commit

Permalink
adding 3 wcag to wcagCompliance (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
LRPerzus authored May 22, 2024
1 parent 2c917ca commit a373380
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions static/ejs/partials/components/wcagCompliance.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
'WCAG 1.3.1': 'https://www.w3.org/TR/WCAG21/#info-and-relationships',
// 'WCAG 1.3.4': 'https://www.w3.org/TR/WCAG21/#orientation', - TODO: review for veraPDF
'WCAG 1.3.5': 'https://www.w3.org/TR/WCAG21/#use-of-color',
'WCAG 1.4.1': 'https://www.w3.org/TR/WCAG21/#use-of-color',
'WCAG 1.4.2': 'https://www.w3.org/TR/WCAG21/#audio-control',
'WCAG 1.4.3': 'https://www.w3.org/TR/WCAG21/#contrast-minimum',
'WCAG 1.4.4': 'https://www.w3.org/TR/WCAG21/#resize-text',
// 'WCAG 1.4.10': 'https://www.w3.org/TR/WCAG21/#reflow', - TODO: review for veraPDF
'WCAG 1.4.12': 'https://www.w3.org/TR/WCAG21/#text-spacing',
'WCAG 2.1.1': 'https://www.w3.org/TR/WCAG21/#pause-stop-hide',
'WCAG 2.2.1': 'https://www.w3.org/TR/WCAG21/#timing-adjustable',
'WCAG 2.2.2': 'https://www.w3.org/TR/WCAG21/#pause-stop-hide',
'WCAG 2.4.1': 'https://www.w3.org/TR/WCAG21/#bypass-blocks',
'WCAG 2.4.2': 'https://www.w3.org/TR/WCAG21/#page-titled',
'WCAG 2.4.4': 'https://www.w3.org/TR/WCAG21/#link-purpose-in-context',
Expand Down Expand Up @@ -75,7 +78,7 @@
</div>
<div class="modal-body">
<div>
Only 16 WCAG 2.1 Success Criteria can be checked reasonably through automated testing:
Only 19 WCAG 2.1 Success Criteria can be checked reasonably through automated testing:
</div>
<div class="accordion my-3" id="wcagLinksAccordion">
<div class="accordion-item">
Expand All @@ -88,7 +91,7 @@
aria-expanded="false"
aria-controls="wcagLinksAccordionContent"
>
16 WCAG Success Criteria (A & AA)
19 WCAG Success Criteria (A & AA)
</button>
</div>
<div
Expand Down

0 comments on commit a373380

Please sign in to comment.