CSS selector cascading/specificity not working as expected
Details I'm working in FirefoxDeveloperEdition and experiencing unexpected selector prioritization. I've read through the Smashing Magazine article "CSS Specificity: Things You Should Know" and, insofar as I can tell, have constructed the CSS selectors as they ought be in order to achieve the intended level of specificity for each. However, the wrong declaration is being cancelled out. What's the issue, here? Have I not quite wrapped by head around the workings of selector specificity? Is this a bug? Or, something else? Project Code (simplified) /index.html <head> <link href="css/style.css"> <