Open elmimmo opened 10 years ago
I’ve included this in #22, but I am fine with making this a separate issue as well (this is a bit more understandable and contained as an issue). ADE also crashes with things like box-sizing
but I’ve yet to develop an exhaustive list.
Same for ch
.
Will crash with shorthands like
border: 1ch solid currentColor;
but not with
border-width: 1ch;
border-style: solid;
border-color: currentColor;
Also, applies to the RMSDK itself (not only ADE since apps/readers using the legacy one for ePub 2 crash as well).
So this bug possibly applies to all the units it doesn't support + shorthand properties.
Adobe Digital Editions 1.7.2 and 2.0.1 crash when the book's CSS uses viewport-relative sizes like
vh
orvw
on certain CSS property, but not when used on others.It crashes with either shorthands of
margin
andpadding
, like:but not with their expanded versions:
I have not explored other combinations.