- Gecko Reflow Visualization
- css-stacking-contexts-wtf
- critical-rendering-path
- why-do-browsers-match-css-selectors-from-right-to-left
- getting-started-with-the-webkit-layout-code
- improving-css-performance-fixed-position-elements
- BlinkOn 5: Paint and Compositing Deep Dive
- a-quick-overview-of-chromes-rendering-path
- render-blocking-css
- Rendering Performance
- houdini-maybe-the-most-exciting-development-in-css-youve-never-heard-of
- why-working-on-chrome-made-me-develop-a-tool-for-reading-source-code
- link-in-body
- howbrowserswork
- webkit-for-developers
- individual-addressability-of-css-things
- what-no-one-told-you-about-z-index
- gave-a-talk-about-css-jit
- 20-most-common-css-issues-and-their-solutions
- webkit-css-selector-jit-compiler
- how-exactly-does-script-defer-defer-work
- script-loading
- replacing-jet-engine-while-still-flying
- prefetching-preloading-prebrowsing
- toy-layout-engine-3-css
- csstriggers
- z-context
Last active
September 24, 2021 14:26
-
-
Save AimeeKnight/77b36738ec876965c6db5c6d39f4ef4f to your computer and use it in GitHub Desktop.
It's Not Dark Magic - Pulling Back the Curtains From Your Stylesheets References
I just checked "20-most-common-css-issues-and-their-solutions" because it sounded tasty. Unfortunately, the article is full of out-of-date information and poor grammar. Example: it suggests using a background image instead of border-radius for rounded corners. It seems to reference other articles but has no links.
Thanks Aimee for gathering all these resources. Very helpful!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great list Aimee, I really liked your article and this list. Pretty relevant stuff for those of us polishing our front-end skills.