Please make your examples accessible
Author: 7mary4Created Mar 1, 2019Updated Mar 4, 2019
This is a great course and people will use your examples as a best practice. Please ensure your examples are accessible. For instance, the first exercise has an input that depends on the placeholder attribute instead of a label.
<input class="textfield" placeholder="add todo">
Providing accessible examples will ensure the next generation of developers include it in their work.
Source: microsoft/frontend-bootcamp