Correct way to interpret this css statement?

For further clarification the above rule equates to this:

.sidenote {property/values here ... }
 aside {property/values here...}

Therefore if all the property/values are the same you just comma separate them instead and have one set of rules.

.sidenote, aside {property/values for the comma separated list}

2 Likes