vivliostyle.js icon indicating copy to clipboard operation
vivliostyle.js copied to clipboard

Incorrect painting order for non-positioned floats

Open kwkbtr opened this issue 8 years ago • 0 comments

Non-positioned floats should be painted below positioned elements with stack level 0. (cf. CSS 2 - Layered presentation) However, with Vivliostyle, when a non-positioned float comes after a positioned element with stack level 0, the float is painted above the positioned element, since Vivliostyle uses absolute positioning to emulate floats.

Example of a failing test: css21/floats-clear/float-006.xht

kwkbtr avatar May 25 '16 12:05 kwkbtr