Specificity rules for comma delineated lists
When using Cascading Style Sheets I have observed the order of specificity as follows: 1st Laws : In-line Styles 2nd Laws : Number of ID Selectors 3rd Laws : Number of Class Selectors 4th Laws : Number of Element Selectors So, items with in-line styles came first, followed by declarations with one or more ID selectors, followed by declarations with one or more class selectors, followed by declarations with one or more element selectors. With more IDs, classes and elements meaning more precedence, respectively. From this viewpoint I was unable to comprehend where comma delineated lists of IDs,