Adam Winer wrote:
> Hrm, this still isn't right. You only put scope="row"
> there to indicate that a header cell is a row header.
> It shouldn't just be put blindly on the first TD in
> each row.
Hmm, that's how I'm reading:
Similarly, the first column of every table should include information
identifying information about each row in the table. Each of the cells
in that first column are created by either <TH> or <TD> tags. Include
the following attribute in these cells:
scope="row"
Perhaps this isn't right for the GridRenderer, but this seems correct
for the DataTable.
>
> -- Adam
>
>
> Ryan Lubke wrote:
>> Adam Winer wrote:
>>> Ryan,
>>>
>>> scope="row", per my understanding and per:
>>>
>>> http://www.w3.org/TR/WCAG10-HTML-TECHS/#identifying-table-rows-columns
>>> ... isn't something you set on <tr> (where it'd be redundant).
>>>
>>> You use it on a <th> to indicate whether it's a column
>>> or row header.
>> Ok, take two is available.
>>>
>>> -- Adam
>>>
>>> Ryan Lubke wrote:
>>>> Change bundle attached to the issue.
>>>>
>>>> https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=341
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
>>>> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
>>> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
>> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>