vivliostyle.js
vivliostyle.js copied to clipboard
Some list formatting types get ignored
While trying to render Wikipedia articles such as Berlin, some lists are displayed with default styling instead of the styling specified by the page. Test page (using the vivliostyle.github.io installation with Chrome version 59.0.3071.86 (64-bit official build) on Ubuntu 16.04) - see the gallery in the Capital city section, implemented as an ul
with li { display: inline-block; }
. Vivliostyle renders it as if it were display: list-item
- each item on a separate row, with a dot to the left.
Thank you for the report. The cause of the problem is the same as #371.
Close. Same as:
- https://github.com/vivliostyle/vivliostyle.js/issues/371#issuecomment-1283462168