To meet accessibility requirements, we need to add the scope attribute to the HTML output for our tables.
Our tables are marked up in DocBook XML, CALS style. Every <th> needs to be <th scope="col"> The first <td> in a <tr> needs to be <td scope="row"> Any ideas on where to start on this. I guess I need to cusomize the html/table.xsl stylesheet. -- View this message in context: http://old.nabble.com/Accessibility%3A-adding-scope-attribute-to-HTML-output-tp32493408p32493408.html Sent from the docbook apps mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
