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
One last question before I collapse from exhaustion.
Is this conformant with the HTML spec?
That is, will browsers correctly sniff the MIME type parameters?
<video>
<source src=movie.webm type="video/webm; codecs="vp8, vorbis"">
</video>
Spec: https://mimesniff.spec.whatwg.org/#parameters