Descriptionfont-weight is special because the allowed value list includes things
that look like numbers. The client-side css parser applies numeric value
checks before literal value checks, so font-weight:200 is always elided.
This fixes that by moving the literal value check before the numeric
value check.
This fixes
https://code.google.com/p/google-caja/issues/detail?id=1771
Patch Set 1 #
MessagesTotal messages: 3
|
||||||||||||||||||||||||||||