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 19: What is current?

Before
<a
  href="#content"

>
  Status
</a>
After
<a
  href="#content"
  aria-current="page"
>
  Status
</a>