80 likes | 199 Vues
Join Jeremy Solarz from the Web Performance Group as he delves into strategies for writing efficient CSS, particularly for right-to-left layouts. Learn how the style system matches rules, optimizing performance by focusing on key selectors and avoiding common pitfalls. Through examples and best practices, such as understanding the importance of selector efficiency and leveraging tools like CSSLint, you'll gain insights to improve your web projects. Don't miss this opportunity to enhance your web development skills for better performance.
E N D
Web Performance CSS Right to Left Jeremy Solarz @jeremysolarz Web Performance Group @ Meetup
https://developer.mozilla.org/en-US/docs/CSS/Writing_Efficient_CSS?redirectlocale=en-US&redirectslug=Writing_Efficient_CSS#How_the_Style_System_Matches_Ruleshttps://developer.mozilla.org/en-US/docs/CSS/Writing_Efficient_CSS?redirectlocale=en-US&redirectslug=Writing_Efficient_CSS#How_the_Style_System_Matches_Rules “The style system matches rules by starting with the key selector, then moving to the left (looking for any ancestors in the rule’s selector). As long as the selector’s subtree continues to check out, the style system continues moving to the left until it either matches the rule, or abandons because of a mismatch.” Web Performance Group @ Meetup
Example http://stevesouders.com/efws/css-selectors/descendant.php Web Performance Group @ Meetup
Reflow in Mozilla http://www.youtube.com/watch?feature=player_embedded&v=ZTnIxIA5KGw http://snook.ca/archives/html_and_css/css-parent-selectors Web Performance Group @ Meetup
Now we know… • Why CSS at the top • Don’t use div#id, h1 div, etc. • The “key selector” is key • Think about your jQuery selectors ;) Web Performance Group @ Meetup
Online Simplifying CSS Selectors, http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/ Google Efficient CSS, https://developers.google.com/speed/docs/best-practices/rendering#UseEfficientCSSSelectors Google best practices, https://developers.google.com/speed/docs/best-practices/rendering?hl=de CSSLint, http://csslint.net/ Web Performance Group @ Meetup 6
? Web Performance Group @ Meetup
Last words Please review the meetup on, http://www.meetup.com/Vienna-Web-Performance-Group/events/100038222/ Next Meetup: 20.03.2013 Web Performance Group @ Meetup