The spec says:
When comparing a CSS element type selector to the names of HTML elements in HTML documents, the CSS element type selector must first be converted to ASCII lowercase. The same selector when compared to other elements must be compared according to its original case. In both cases, to match, the values must be identical to each other (and therefore the comparison is case sensitive).
Is this mean CSS's syntax is lowercased, HTML's tag/attribute name is lowercased, and then a case-sensitive match is performed?If so,why not add a sentence to more clearly explain how it compare