[TYPO3-content-rendering] working on accessible_tables - questions

Sebastian Kurfuerst sebastian at garbage-group.de
Wed Dec 14 20:22:39 CET 2005


Hi,

> What happens if it is turned on and you don't change your old table records?
Nothing. But I wouldn't like to force to use table headers - so there
needs to be a possibility for this case.

I'll write an upgrade wizard for the accessible_table extension which
moves accessible table settings to the core when everything works.

> >       * the <thead> tag IMO only makes sense when headerPos is set to
> >         "top" - is this correct? it was inserted all the time before.
> >       * the <th> tag is only set when headerPos is set to top. I think
> >         this makes sense as well?
> >       * tbody is currently only outputted when headerPos set to "top" -
> >         does it make sense to output it all the time? Problems with
> >         backwards compliancy when tbody is outputted around _all_
> >         tables? (That was the reason for me not to do this.)
> What are the options for headerPos? top/left? Then I agree, thead should 
> only surround the top-most (= horizontal header at the top) TRs that 
> make up the header. Doesn't make sense when your THs are the first cells 
> of each row (= vertical header to the left).
Yes, exactly.

> The same is true for TBODY, which BTW should not surround tables but 
> table rows.
Yes, it surrounds table rows.

Greets, Sebastian




More information about the TYPO3-project-content-rendering mailing list