- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 19 Jul 2005 13:30:35 +0000 (UTC)
On Tue, 19 Jul 2005, Anne van Kesteren wrote:
>
> <table>
> <tr>
> <th>amount<th>type
> <tr id="order" repeat="template" repeat-start="1">
> <td>foo<th>bar
> </table>
>
> ... becomes:
>
> <table>
> <tr>
> <td>foo<th>bar
> <tr>
> <th>amount<th>type
> <tr id="order" repeat="template" repeat-start="1">
> <td>foo<th>bar
> </table>
Yes. Use <thead>.
> Same thing happens I guess when you have additional rows with
> repeat="{integer}" set.
Not sure what you mean here.
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 19 July 2005 06:30:35 UTC