//Snippet from paper-checkbox
<div id="checkbox" class$="[[_computeCheckboxClass(checked, invalid)]]">
Resulting output:
Error: Error: AX_HTML_02 (An element's ID must be unique in the DOM) failed on the following elements (1 - 2 of 2):
#checkbox
#checkbox
See https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_html_02 for more information.
Context.<anonymous> at /bower_components/web-component-tester/data/a11ySuite.js:66
Workaround - I'm excluding that rule from executing like so:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
a11ysuite complains about duplicate ids across shadow boundaries...
Resulting output:
Workaround - I'm excluding that rule from executing like so: