lgtm except for the wrong definition of <translation-value>
https://codereview.appspot.com/11963043/diff/1/src/com/google/caja/lang/css/css-extensions-defs.json
File src/com/google/caja/lang/css/css-extensions-defs.json (right):
https://codereview.appspot.com/11963043/diff/1/src/com/google/caja/lang/css/css-extensions-defs.json#newcode776
src/com/google/caja/lang/css/css-extensions-defs.json:776: "source":
"http://dev.w3.org/csswg/css-transforms/#svg-transform-value"
this is the wrong section, this is talking about deprecated syntax in
the svg transform attribute and confusingly uses a "<translation-value>"
that's different from the css meaning of <translation-value>.
css <translation-value> should have the signature
"<percentage> | <length>"
and it's described here:
http://dev.w3.org/csswg/css-transforms/#transform-functions
https://codereview.appspot.com/11963043/
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.