label on button elms should have an "unsupported" message
See original GitHub issueShould the button-name rule include the label/for markup pattern for pass criteria?
<label for="labelfor">Name</label> <button id="labelfor"></button>
Expectation: No violation reported
Actual: reports violation “Buttons must have discernible text”
Motivation:
- Use of label/for on button element is valid html markup pattern that is not recognized.
- Provide accurate reporting of violations
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Diff - chromium/src - Google Git
... Test Errors: 1/1 tests had failed assertions. ... bug is -// addressed, and usage should be replaced with -// SettingsAccessibilityTest.
Read more >Citrix Fixes and Known Issues – App Layering - JGSpiers.com
When creating a Connector and selecting a Virtual Machine Template, upon clicking the "TEST" button you receive error "The virtual machine ...
Read more >Questions API Release Log - Learnosity Reference
Improvement: applied the Learnosity Design System (LDS) buttons to Question Editor's modal buttons. These will now be more consistent in presentation.
Read more >Known issues in IBM Engineering Workflow Management 7.0 ...
The following problems in this release do not currently have workarounds: Known issues in translated versions of ELM 7.0 documentation; Extensions should ......
Read more >Dell EMC NetWorker Administration Guide
The NetWorker Remote Exec Service should have a status of Started. ... Note: If the Start button does not appear but you see...
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
@kangax I ran axe using your example but it’s returning a violation for the
button=name
rule. I would think a button with an svg and no text should give a violation.A year ago, nope. If you have more recent data that suggests otherwise, that would be interesting news.