Shinyu Murakami
Shinyu Murakami
CSS Grid Layout is supported by browsers now and vivliostyle.js should enable this feature. Spec: https://www.w3.org/TR/css-grid-1/
Add support for Selectors Level 4. spec: https://www.w3.org/TR/selectors-4/ Especially, the following pseudo classes added in Selectors Level 4 will be very useful. - [The Matches-Any Pseudo-class: `:is()`](https://www.w3.org/TR/selectors-4/#matches) - [The Specificity-adjustment...
Text-spacing is not applied on the ::footnote-call pseudo element. Test case: https://gist.githubusercontent.com/MurakamiShinyu/ff9ec83cd7b9909ada1604aa7f21e963/raw/footnote-text-spacing.html Test with Vivliostyle Viewer (v2.14.1): https://vivliostyle.github.io/viewer/v2.14.1/#src=https://gist.githubusercontent.com/MurakamiShinyu/ff9ec83cd7b9909ada1604aa7f21e963/raw/footnote-text-spacing.html In this test case, the text "『「" and "」』" that are put...
https://github.com/vivliostyle/vivliostyle.js/pull/814#issuecomment-965019637: > Known bugs: > > * `space-start` and `space-end` are not honored when a line break occurs between adjacent punctuations if `space-adjacent` is not specified. > > …
As listed in the [Features supported by Vivliostyle](https://docs.vivliostyle.org/#/supported-css-features#css-page-floats), CSS Page Floats is implemented in current Vivliostyle.js. However, there are gaps between the current implementation, the recent [editor's draft](https://drafts.csswg.org/css-page-floats/), the [css-page-floats...
spec: https://drafts.csswg.org/selectors-4/#has-pseudo
Example: ```html ``` ```css .test { margin: 10px; border: solid 5px gray; padding: 200px; } ``` JSBin: https://jsbin.com/vowemer Test with Vivliostyle Viewer: https://vivliostyle.vercel.app/#src=https://jsbin.com/vowemer
The pr [#746 (fix: Text disappears at page break when footnote or page float is given on before pseudo element)](https://github.com/vivliostyle/vivliostyle.js/pull/746) fixed the problem on text disappearance (#740) but layout problem...
Currently Vivliostyle.js can load unzipped EPUB. Should also support normal (non-unzipped) EPUB.
_From @zopyx on January 20, 2016 14:15_ Is there support for running elements? https://www.print-css.rocks/lesson-running-elements.html _Copied from original issue: vivliostyle/vivliostyle-formatter-issues#26_