- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Fri, 15 Apr 2005 11:42:46 -0500
- To: Anne van Kesteren <fora@annevankesteren.nl>
- CC: W3C CSS List <www-style@w3.org>
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