<cite> not displaying as an inline element by default
A cross-platform XML/CSS based eBook reader
Brought to you by:
buggins
The (X)HTML <cite> tag is not displaying as an inline element by default. Cool Reader app is always breaking the line before it.
The problem can be solved via CSS [ cite { display: inline; font-style: italic; } ] but I think it is redundant and not the ideal solution.
I hope you will be able to fix it.
Thank you in advance,
See http://www.w3schools.com/tags/tag_cite.asp:
EPUB2 is not HTML5-based, so the behavior is correct.