Open ljharb opened 2 years ago
The implementation needs to be rewritten from scratch to handle possible pairs or singles, and to trim all leading and trailing whitespace, and to collapse all whitespace segments into a single space.
I'm now wondering if no-invalid-html-attribute and no-unknown-property are basically duplicates of each other.
no-invalid-html-attribute
no-unknown-property
The implementation needs to be rewritten from scratch to handle possible pairs or singles, and to trim all leading and trailing whitespace, and to collapse all whitespace segments into a single space.