WhiteSpaceSignificantAdjacentTokens
A set of significant adjacent token types where WhiteSpace is between.
This means that adding or removing whitespace between two tokens of these types can change the meaning of the CSS.
For example, div.class is different from div .class.
This set is used to determine when whitespace should be preserved or removed during CSS parsing.