> > > 3) "Use the th (table header) to describe a column or row in a table > > with relational information." > > The pb is in the Information Panel. > > <table summary="List of included documents" > > id="xwikiincludeddocuments"> <tbody> <tr><td><a href="/xwiki/bin/view/ > > Main/Dashboard">Main.Dashboard</a></td> <td class="xwikibuttonlink"><a > > href="/xwiki/bin/edit/Main/Dashboard">Edit</a></td></tr> </tbody> </ > > table> > > We need to decide if we consider it's valid or not. If the table is > > not a data table then it could be valid, as mentioned here: > > http://www.w3.org/TR/WCAG10-HTML-TECHS/#tables-layout > > I have tried to find alternatives (like not using a table, adding > > headers) but none looks good to me. Should we consider our code is ok? > > How about a plain list? The edit text could be replaced with a pencil > icon via CSS, and a simple [edit] text right after the document name > without style. >
or we could add the "# included documents:" in the <th> instead of in the < dt > _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

