Re: [css2.1] nested table-row-groups

Anne van Kesteren wrote:
> Should the final outcome look something like:
> 
>  <'inline-table'
>   <foo>
>    <'table-row'>
>     <'table-cell'>
>      <'table'>
>       <bar>
>        <'table-row'>
>         <'table-cell'>
>          ...

Yes.  Same if you do:

div { display: table-cell; }

<div> <div/> <div>

> ... or not? This is insanely complex if you ask me...

Feel free to propose a better solution if you have one.  ;)

> See also: <https://bugzilla.mozilla.org/show_bug.cgi?id=290444>

That bug is invalid.

-Boris

Received on Friday, 15 April 2005 16:42:57 UTC