Regressions from 1.1 - (View article)
weblogs.mozillazine.org/hyatt/
There have been some excellent discoveries of some minor regressions from 1.1 to 1.2. For those who are curious, here are some of the highlights. (1) A bug with display:block in generated content. Reported here. This particular bug was caused by a rearchitecture to unify anonymous blocks created by the render tree when wrapping normal inline flows and the anonymous blocks created for generated content. I forgot to patch the code that coalesced inlines within anonymous blocks to ignore pseudo-element anonymous blocks, and so all the inline children end up *inside* the anonymous :before block. I have a fix. (2) A regression from... [More]