WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Table captions and page headings

for

From: Jared Smith
Date: Aug 15, 2015 11:05AM


Another approach is to use aria-labelledby to reference the heading
from the table. This should provide the same functionality as the
table caption without losing the added usefulness of the heading.
You'll need to test to make sure this functions correctly.

Jared