Comment by lavela
13 hours ago
Shouldn't a CSS engine just ignore directives it doesn't know? At least it shouldn't fail without an error.
13 hours ago
Shouldn't a CSS engine just ignore directives it doesn't know? At least it shouldn't fail without an error.
Yes, every single CSS standard ever has required that.
Came here to say exactly that: CSS was designed to be friendly and just ignore any line it doesn’t understand. It’s the whole point of browsers and progressive improvements.