Forum Bugs

Grid display Order has no effect

lynxSven
When i try to use the CSS values:

display: grid
order: 1 .... n

and try to create a pdf with prince, the lines are not sorted anymore.
It seems like Prince don't support the order values yet.

Tried to reproduce with version 13.5.


Expected result:
The values should be sorted.
  1. index.html0.6 kB
    the index file(download CSS File aswell)
  2. index.pdf17.9 kB
    The Prince result
  3. style.css0.2 kB
mikeday
Prince does not support CSS grid yet, only flexbox, floats, absolute positioning, tables, and multicol.