What’s the difference between reflow and repaint?

This posting seems to cover the reflow vs repaint performance issues Reflows & Repaints: CSS Performance making your JavaScript slow? As for definitions, from that post: A repaint occurs when changes are made to an elements skin that changes visibly, but do not affect its layout. Examples of this include outline, visibility, background, or color. … Read more