...in either the HTML / CSS parser. In the strings file it appears as such... ``` "INVALID_CSS_RULE": "This CSS rule is not legal CSS.", ``` Guessing it's to catch something like... ``font-weight: shiny;`` cc @Pomax
...in either the HTML / CSS parser.
In the strings file it appears as such...
Guessing it's to catch something like...
font-weight: shiny;cc @Pomax