[whatwg] Re: [wf2] repetition model addition part
Ian Hickson
ian at hixie.ch
Tue Jul 19 06:30:35 PDT 2005
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. `._.-(,_..'--(,_..'`-.;.'
More information about the whatwg
mailing list