Someone else with more knowledge about this can clarify, but my understanding is that EPUB 2 allows the HTML5 css properties "direction" and "unicode-bidi" for handling text direction, but EPUB3 instead uses the attributes "dir", "bdi" and "bdo" for the same purpose.
The
EPUB 3 Accessibility Guidelines states:
Quote:
direction - The direction property is not supported in EPUB 3. HTML5 markup, such as the bdi and bdo elements and dir attribute, should be used to express directionality
|