Quote:
Originally Posted by JSWolf
But in this case, it can look the same. It just means the ePub3 solution is not going to be as simple. However, the solution that would work for both ePub2 and ePub3 actually is better as it would not rely on any embedded font.
It just mean you have to use spans which will work in more cases then the embedded font solution.
|
Yes, that's what I said. The "fallback" for this solution (i.e. <span>ing) doesn't result in any loss. It creates less elegant code (and is more cumbersome to apply), but there's no loss... so if I'm going to <span> anyway as a nominal fallback, I might as well make it the principal code because incorporating the nicer/easier code is redundant.
In this case.