vivliostyle
Advanced tools
Comparing version 2019.1.100-pre.20190225120754 to 2019.1.100-pre.20190225143823
@@ -31,2 +31,9 @@ # Features supported by Vivliostyle | ||
- Supported in all browsers | ||
- `min()` and `max()` functions can be used inside `calc()` function. | ||
- Limitation: Percentage value in `calc()` is not calculated correctly. | ||
- [`env()` function](https://drafts.csswg.org/css-env/) | ||
- Supported in all browsers | ||
- Implemented only `env(pub-title)` and `env(doc-title)` that are not yet defined in the css-env draft spec but useful for making page header. | ||
- `env(pub-title)`: publication title = EPUB, Web publication, or primary entry page HTML title. | ||
- `env(doc-title)`: document title = HTML title, which may be chapter or section title in a publication composed of multiple HTML documents | ||
@@ -176,2 +183,3 @@ ## Selectors | ||
- Supported in all browsers | ||
- Vivliostyle specific media type `vivliostyle` is enabled in addition to `print` media. | ||
- Supported media features | ||
@@ -178,0 +186,0 @@ - [`(min-|max-)width`](https://www.w3.org/TR/css3-mediaqueries/#width) |
{ | ||
"name": "vivliostyle", | ||
"version": "2019.1.100-pre.20190225120754", | ||
"version": "2019.1.100-pre.20190225143823", | ||
"description": "Library for web sites with rich paged viewing and EPUB support, shared with Vivliostyle Formatter & Browser", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
7765769