Skip to main content

Talk: Practically Accessible

This talk consists of multiple slides, each contained within its own section. Each section has a link at the end to the next section.

Slide 22: A 30-second fix

Before
a, button, input[type!="hidden"] {
  outline: none;
}
After
a, button, input[type!="hidden"] {
  /* please just don't */
}