List known validation errors/warnings
See original GitHub issueDescription
Once we’ve finished the WCAG 2.1 compliance work, we should consider increasing visibility of any known validation errors with our code due to accessibility, legacy etc fixes. This would help users to know which errors/warnings are known / expected.
An example would be the role
attribute we add to <header>
, <footer>
, <button>
for older browsers that don’t support HTML5 elements, and the src
on SVG issue.
Checklist
- Review and list existing / known issues -> resulting list
- Triage list with team to decide which ones need to be investigated / fixed and which ones should be documented in the Design System / somewhere as known issues.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Validation errors explained - Filing candidate reports - FEC
A warning message means that the error or problem identified by the validator will not prevent the filing from being processed. Failing messages....
Read more >Validation-Errors-Warnings - Research and Development
NOTE: When Data Validation is ON, the system is constantly validating, which makes response time slow.
Read more >Form Usability: Validations vs Warnings - Baymard Institute
There's a major difference between form validations and warnings. Form validations enforce a set of rules and won't allow the user to proceed, ......
Read more >INF Validation Errors and Warnings - Windows drivers
Starting in Visual Studio 2015 with WDK 10, when you build your driver, the following INF file errors can appear in the Error...
Read more >CST - Common Validation Errors and Warnings: 11-4-16
To assist you in handling the validation messages, we have compiled a list of the ten most common errors and the ten most...
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 FreeTop 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
Top GitHub Comments
Would be good to consider getting this published properly at some point, had reports from a user that it’s not very easy to use as a reference right now.
As discussed above the table is hard to use, especially with regards to horizontal scrolling. I’ve tried to add some inline styles / HTML to the table to limit the column widths to reduce the need to scroll horizontally but Github markdown strips out any inline styles /
col
attributes so I don’t see a way to control the column widths. We’re basically asking too much of the Github table format and should look to publish these differently.