Hi,

I'm using DocBook XSL stylesheets to generate XHTML files. Those must
conform to the WAI-ARIA specification. I've noticed that by default HTML
files output by the DB XSL violate the specification. For example, the
specification forbids the use of list elements for formatting and DB XSL
use <dl><dt></dt></dl> constructs for index files and TOCs.

I have two questions. The first one is very general. Has any of you have
any experience with implementing support for WAI-ARIA in DB XSL? If so,
could you please share your experience?

Second question is technical. Where/what should I modify to fix the issue
mentioned above, i.e. change the rendering of indecies and TOCs
from <dl><dt></dt></dl> to <ul><li></li></ul> for example?

Thanks
Robert

Reply via email to