Automated checks report: x icons are coded as no value
See original GitHub issueDescribe the bug
Icons on the automated checks report are coded as “no value” under Images -> Image function requirement
To Reproduce Steps to reproduce the behavior:
- Go to https://www.washington.edu/accesscomputing/AU/before.html
- Open FastPass
- Run Automated checks
- Export the report by click on the “Export result” button
- Open the download file
- Open the assessment (on the automated checks report file)
- If prompted, start a new assessment
- Go to Images test
- Under Image function requirement, look at the Instances list
- Enable the visual helper
- Observe
- On the Instances list: all the listed instances show Coded as: (no value) and Accessible name: (no value)
- On the report: the visual helper highlight:
- On the Summary section, the icons for failed, passed and not applicable status
- Under Failed instances, each of the failed icons for each one of the failed rules
Expected behavior
Every image on the report (icon or otherwise) should be properly coded
Screenshots
Extension (please complete the following information)
- OS: Windows 10.0.17763 Build 17763
- Version: Canary 2019.7.11.26
- Browser Chrome 75.0.3770.100 (Official Build) (64-bit)
- Target Page https://www.washington.edu/accesscomputing/AU/before.html
Are you willing to submit a PR?
Yes
Did you search for similar existing issues?
No
Additional context
- Interesting enough, the icons on each result section (Failed instances, Passed checks, Not applicable checks) are not highlighted by the visual helper (and thus, don’t show up on the Instance list)
- This may be a false positive as the svg icons are place under a
<div aria-hidden="true">
container (although, is not a direct child of said<div>
)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Tips on displaying icons based on field values in Power BI
To show icons based on cell values, you can turn on icons for your table or matrix just like any other conditional formatting...
Read more >Conditional Formatting Using Icons In Power BI - Excelerator BI
In this post, we'll show you how to set up conditional formatting icons in Power BI. This will help you to quickly and...
Read more >Tag Quality and Overlays - Ignition User Manual 8.0
If a Tag's quality is not Good (192), the value generally should not be trusted, and an overlay is shown to make the...
Read more >Apply conditional table formatting in Power BI - Microsoft Learn
To show icons based on cell values, select Conditional formatting for the field, and then select Icons from the drop-down menu. In the...
Read more >Material Symbols and Icons - Google Fonts
Material Symbols are our newest icons consolidating over 2500 glyphs in a single font file with a wide range of design variants.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@iamrafan On my first review of the issue, I though I found an element with
aria-hidden="true"
containing the icons but you’re right, there is none. So good news is this is not a false positive and the fix is actually quite simple! PR #959 is waiting for review to fix this issue.Thanks for double checking on this!
The team requires additional author feedback; please review their replies and update this issue accordingly. Thank you for contributing to Accessibility Insights!