Hacker News new | ask | show | jobs
by ryannevius 3681 days ago
Are `class` attributes cached more efficiently than `style` attributes for some reason?
1 comments

I assume he/she means that CSS is cached as an http resource and can be reused in different pages, whereas style attributes are only cached as part of the page; ie using them adds page weight.