View Single Post
Old 10-13-2018, 09:43 AM   #56
Contravariant
Junior Member
Contravariant began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2018
Device: Kobo Aura H2O
For people having trouble selecting ruby elements, I've found that adding the CSS rule

Code:
rt, rtc, rp { user-select: none; }
helps by preventing the e-reader from selecting the furigana.

Sometimes it still struggles with the word boundaries for some reason, but with this it is at least possible to get it to recognise ruby element having multiple <rt> tags.

Last edited by Contravariant; 10-13-2018 at 09:45 AM.
Contravariant is offline   Reply With Quote