Re: [REVIEW REQUESTED][ARIA] Table roles

Follow-up:

On 04/02/2015 11:44 AM, Joanmarie Diggs wrote:

> On 04/02/2015 10:56 AM, Alexander Surkov wrote:

[...]

> So what happens in native tables which lack ARIA and use the caption
> element?
> 
>> In case of ARIA I guess people do
>>
>> <div role="label" id="label">
>> <div role="table" aria-labelledby="label">
>> </div>

Captions are not limited to short content. Consider the example here:
http://www.w3.org/TR/html5/tabular-data.html#the-caption-element

If someone does that in HTML, that paragraph is not the "label" or
"name" of the table. And that is a bunch of text that should not just be
spewed out in one breath to the user. And it should be navigable.

What if an author does the equivalent, but using ARIA instead?

--joanie

Received on Thursday, 2 April 2015 16:20:40 UTC