Boris Zbarsky wrote:
with the caveat being that dynamic changes would be a bit of a pain.

Well, I seem to have at least some of the same pain with just the table stuff. For example:

  <div>a<span style="display: table-cell">b</span>
        <span style="display: table-cell">c</span>d</div>

followed by a script that removes the two <span>s from the DOM. When that's done, we should have rendering like:

   a d

whereas currently we have:

   ad

Gecko 1.9.1 has the former, because it ships the whitespace out to before the table altogether... Fun stuff!

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to