Actually, I take that back, running your epub through kindlegen also results in non working links. The problem can be resolved with either of the two workarounds I suggested, swapping the tag order or removing the class attribute.
As best as I can determine, the underlying problem is that the epub uses custom CSS for the <sup> tag, which includes position:relative which the kindle does not support.
|