question about row headings
Andy Altepeter <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
I've been wondering lately why at least the widgets-based renderer renders row headings with td's and not th's? I realize that changing this now would affect everyones public styles, but using td's for headings makes tables less accessible. I noticed csv sources render headings properly, like <thead><tr><th></th>...</tr></thead> Cheers, Andy