View Single Post
Old 08-07-2024, 12:58 PM   #17
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,737
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by hayaku View Post
IE, unit : “rem” is an incorrect unit : padding: 0.25rem; when I have a CSS entry like "padding: 0.25rem;".
As KevinH has already pointed out, you'll only get this message when CSS2.1 (or lower) is selected as the CSS spec.
You can test this yourself with the online validator:
https://jigsaw.w3.org/css-validator/

If you're working on epub3 books, you'll need to change the following plugin preferences:

Code:
  "css_epub2_validation_spec": "css21",
  "css_epub3_validation_spec": "css3",
For more information, see the very first topic.
Doitsu is offline   Reply With Quote