I am experiencing a unique issue with the WebKit renderer. It seems that when a text node contains a descender or ascender that extends beyond the selection box of the text node, and the position of the text node changes, WebKit fails to repaint the correct region.
I have created an example using Open Sans font.
On Chrome running on Windows 7, the descender on the letter J
is being cut off during the animation. I have found a workaround by adding margin to the text node, but this solution feels like a hack and disrupts the layout. I am curious if others have encountered this issue in different browsers and why it is happening.