dai11y 01/07/2021
Practical accessibility, part 2: Name (almost) everything It’s not enough to just use semantic markup to, say, create a list in HTML (the “what”), and mark it up with a role=”menu” (the “how it’s supposed to work”). We also often need to label the list, to explain “why” it’s there. For example, an aria-label=”Main menu”… [Read More]