Description<style>p { animation-name: foo; }</style>
throws a SomethingWidgy error in es53.
That's very unfriendly, because the guest-code developer ends up
getting a "Server Error" message with no diagnostic details,
and it's not at all obvious what to do next to fix it.
Since css rules are loaded dynamically at run-time, we can't really
know at compile-time what all the rule atoms are, so encountering an
unrecognized atom doesn't really merit a SomethingWidgy error.
Instead, this CL just fails the match, which makes CSS validator
emit a warning about a bad value, drop the value, and proceed.
And the guest-code developer can find the warning easily.
Patch Set 1 #
Total comments: 2
MessagesTotal messages: 3
|
||||||||||||||||||||||||||||