[csswg-drafts] [css-values] Serialization of <number-percentage>?

birtles has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values] Serialization of <number-percentage>? ==
This is possible more of a Chrome bug than a spec issue but I thought I'd check: how should `brightness(0.5)` and `brightness(50%)` be serialized. As-is?

Given [this fiddle](https://jsfiddle.net/por9ypm6/) in Firefox and Edge the two values are serialized as-is, but in Chrome both become `brightness(0.5)`. Servo, I believe, does the same as Chrome here so I want to check that Chrome is in fact wrong before changing Servo.




Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1546 using your GitHub account

Received on Wednesday, 21 June 2017 08:19:11 UTC