Not sure if the <TH> is needed.  See this (Compliant Example):
https://www.webaccessibility.com/best_practices.php?best_practice_id=361

Did you run a 508 compliance scan, and it failed?  If so, technically it is
compliant.


2012/2/3 Hu, Jasmine <jasmine...@verizon.com>

> **
> I tried. Since headerScope="col" has been used, so it doesn't allow
> headerScope="row" any more.
> If I remove headerScope="col" and uses headerScope="row". From the second
> row or below, it still generates <TR> instead of <TH>
>
> This is very annoying. I wonder who knows the class that implements this.
> So I may be able to get in and update the source code for display tag.
> This creates problem in the future, but for now, it could work.
>
> I am very new to display tag, I was bring in for 508 work.
>
> Thanks for replying!
>
>
>  ------------------------------
> *From:* Hu, Jasmine
> *Sent:* Friday, February 03, 2012 9:49 AM
> *To:* 'displaytag-user@lists.sourceforge.net'
> *Subject:* Need help with scope="row"
>
>  <display:column title=*"Ticket Number&nbsp;&nbsp;"* sortable=*"true"*
> sortProperty=*"ticketNumber"* style=*"displaytag"* headerScope=*"col"*
> scope=*"row"*>
>
> This only generates <td scope="row">. After testing with 508, the
> navigation result of the table is not acceptabile.
>
> How can I achieve <TH scope="row">?
>
>
> <tr>
> <th *scope="col"*>Name</th>
> <th* scope="col"*>Age</th>
> <th *scope="col"*>Birthday</th>
> </tr>
>
> <tr>
> <th *scope="row"*>Jackie</th>
> <td>5</td>
> <td>April 5</td>
> </tr>
>
>
> Sincerely,
> **
> **
> *Jasmine Hu*
> E1-2-557
> 22001 Loudoun County Parkway
> Ashburn, VA 20147
> USA
>
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to