[TYPO3-dev] Improvements to standard Table Element
Martin Kutschker
Martin.Kutschker at n0spam-blackbox.net
Mon Jan 14 14:23:13 CET 2008
Steffen Kamper schrieb:
>
> it is allowed at any place ([1]). Difference is
> table header cell (th) - used for header information
> table data cell (td) - used for table data
>
> There is no limitation about placement in tables.
Wouldn't make sense anyway. If constrain THs to THEAD than you can have
only column headers. You need them at the start of a TR to get row headers.
Is it possible in a DTD to allow an element only as the first child element
(<TR><TH>...) or after another element (...</TH><TH>...)? With it you could
force a row header to the left. But that breaks for Arabic and other
languages written right-to-left.
Masi
More information about the TYPO3-dev
mailing list