Note that inline-block is not among the allowed display values in the ePub spec. This doesn't mean it's not valid, as the CSS spec says unknown/unsupported values should just be ignored, but it means you shouldn't rely on it being properly supported. In other words, perfectly compliant readers could simply ignore inline-block and you couldn't blame them.
|