Are you reading in epub or are you converting to kepub before sending to your Kobo. <bdi> is only in HTML5 which means you need an epub3 ebook and a renderer that is epub3 capable.
OTOH, you are using direction in your CSS which is deprecated and will be flagged as an error by epubcheck in an epub3 ebook. Epub3 uses dir, bdi and bdo instead.
|