With top, bottom, px being a keywords, set to display in red.
(Yes, 10.1 is 'invalid' for CSS, included for testing-completeness sake)h1 {
top: 10px;
top: 10.1px;
bottom: -10px
}
I believe it should either display px as highlighted or not, and not mixed, or there should be an option for adding - to valid numerals.