View Single Post
Old 05-13-2020, 04:30 PM   #9
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,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
The World Wide Web Consortium recommends using dedicated bidi markup to describe RTL content, where markup is available and epub books with RTL styles will fail EPUBCheck.

For example,

Code:
body {direction: rtl;}
will trigger the following EPUBCheck error message:

Code:
ERROR(CSS-001): The 'direction' property must not be included in an EPUB Style Sheet.
@GarbageGhost
Try replacing all <body> tags with <body dir="rtl"> tags.
Doitsu is offline   Reply With Quote