Is the ordering of attribute values ever semantically or logically important.
For example, is there ever a practical difference between:
`<p class="a b">`
and
`<p class="b a">`
#HTML #CSS #JavaScript #WebDev
@Edent Doesn’t order of class names affect the cascade?
@Edent EG: https://codepen.io/Chris-Ellis/pen/YPzmMwZ