cds-snc / ircc-rescheduler

🙅🗓
https://vancouver.rescheduler-dev.cds-snc.ca/
MIT License
24 stars 7 forks source link

Generate unique id attributes for cancel button svg titles #485

Closed pcraig3 closed 5 years ago

pcraig3 commented 5 years ago

Flagged by axe: ids should be unique on a page and we were using duplicates for the element inside of the "Remove day" button svg.</p> <p>Looked into writing a pa11y test for this, but it was not going to be straightforward, so just going to add the fix by itself.</p> <h2>screenshot from axe browser extension</h2> <p><img referrerpolicy="no-referrer" src="https://user-images.githubusercontent.com/2454380/46091352-a996b100-c180-11e8-95cd-72f9f808a541.png" alt="image 2" /></p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>