Encountering an issue on Safari version 10.0.2 - when hovering over, I am trying to change the color of the text within a span tag. However, the span does not cover the entire text and the last letter in the sentence gets cut off, causing the color not to be applied to the last letter(s). Removing word-spacing seems to resolve the issue.
Any insights into why this functionality is not working as expected?
Please see attached screenshot
<div id="mainDiv">
<span>The best preparation for tomorrow is doing your best today.</span>
</div>