May 2015 - Troubleshooting CSS
Tim Franklin (Twitter: @pureux)
- slides > Troubleshooting CSS.pptx (PowerPoint slide deck)
- css > troubleshooting.css (CSS demo file; view previous commits to see before/after)
- css > summon.css (addendum CSS demo file)
- default.htm (example cats page from Semantic UI, used in demo)
- SUMMON Is the CSS even being summoned by the page?
- STALE Is the CSS stale because of file caching?
- SELECTOR Does the selector match the element?
- SPECIFICITY Is a more specific selector overriding the property?
- SUPPORT Is the property supported by the browser (version/doc mode)?
- SATISFY Does the property satisfy the need independently?