You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <span class="greencheck"></span class="greencheck"> and <span class="redcheck"></span class="redcheck"> elements in the tables under the Accessibility Compliance page do not render correctly. The <span> tags are broken and result in no visible green tick or red X icons being displayed where they are expected to indicate compliance status.
Scroll down to the tables that display accessibility compliance statuses.
Observe the broken <span> elements for both green checkmarks and red Xs in the "Success Criteria" column.
Result
Neither the compliance status symbols (green checkmarks) nor the non-compliance symbols (red Xs) are displaying properly due to broken HTML tags.
Expected result
The page should display green checkmarks for compliance and red Xs for non-compliance in the appropriate table rows, corresponding to accessibility compliance statuses.
Attachments
Here’s the reference line from the related pull request: #2073
The text was updated successfully, but these errors were encountered:
Description
The
<span class="greencheck"></span class="greencheck">
and<span class="redcheck"></span class="redcheck">
elements in the tables under the Accessibility Compliance page do not render correctly. The<span>
tags are broken and result in no visible green tick or red X icons being displayed where they are expected to indicate compliance status.Steps to reproduce
<span>
elements for both green checkmarks and red Xs in the "Success Criteria" column.Result
Neither the compliance status symbols (green checkmarks) nor the non-compliance symbols (red Xs) are displaying properly due to broken HTML tags.
Expected result
The page should display green checkmarks for compliance and red Xs for non-compliance in the appropriate table rows, corresponding to accessibility compliance statuses.
Attachments
Here’s the reference line from the related pull request:
#2073
The text was updated successfully, but these errors were encountered: