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?
@ramsey that's what I'm trying to discover 😃