Update colour values to be compliant with WCAG 2.1 AA Contrast. - #55
Conversation
Garneauma
left a comment
There was a problem hiding this comment.
@simpsoja Can you check the list of labels in the content page to ensure it matches the list of report-type that are present in the CSS? For exmaple, it seems like in the CSS there is "[data-report-type='special-examinations']" but in the examples, it is "[data-report-type='special-examinations-of-crown-corporations']".
|
@Garneauma Thanks for flagging this. It looks like the content.html pages were not updated when we requested the label change earlier this year, from [data-report-type='special-examinations-of-crown-corporations'] to [data-report-type='special-examinations']. I’ve also added the two missing labels:
The content pages have been updated so the labels match the report types defined in the CSS. Let me know if you spot any issues. Thanks! |
Updates styling of a few UI elements to ensure they meet WCAG 2.1 AA contrast requirements. @Garneauma
Changes