Henri Sivonen wrote:
On Oct 23, 2006, at 21:31, Ian Hickson wrote:
I don't know whether we'll keep the requirement that TFOOTs be above
TBODYs.

Do you mean moving all TFOOTs after TBODYs, so that the HTML 4.01 placement would be forbidden?

No, I think tfoot should be allowed either before or after tbodys, but not between them.

        ,    (    ( thead.elem?, tfoot.elem?, tbody.elem+ )

I think that should be changed to this

( thead.elem?, tfoot.elem? & tbody.elem+ )

If I've done that correctly, that should allow these:

<thead> <tfoot> <tbody> <tbody> ...
<thead> <tbody> <tbody> ... <tfoot>

But disallows this:

<thead> <tbody> <tfoot> <tbody>

--
Lachlan Hunt
http://lachy.id.au/

Reply via email to