Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken elements rendering in Accessibility Compliance page for Ignite UI Angular #5965

Open
georgianastasov opened this issue Oct 11, 2024 · 0 comments

Comments

@georgianastasov
Copy link
Contributor

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

  1. Go to Accessibility Compliance page
  2. Scroll down to the tables that display accessibility compliance statuses.
  3. 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

000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant