Bad serialization of 'scale' property computed value |
||
Issue descriptionChrome Version: 70.0.3538.77 (Official Build) (64-bit) OS: Linux What steps will reproduce the problem? (1) Visit <http://software.hixie.ch/utilities/js/live-dom-viewer/saved/6346> and check the "Log" section What is the expected result? * The first two entries should say "2", because it's a 2d scale, and "2" is the shortest serialization that produces the same result. "Shortest serialization with same behavior" is a general rule for serializing CSS properties. * The third entry should say "2 2 1", because it's a 3d scale, and you need all three entries to indicate that. Even tho it looks the same as the 2d scale, it activates our 3d machinery and thus is observably different. What happens instead? All three entries say "2 2", which is overly verbose for a 2d scale and *underly* verbose for a 3d scale.
,
Nov 3
Discussed in https://github.com/w3c/fxtf-drafts/issues/313
,
Nov 5
|
||
►
Sign in to add a comment |
||
Comment 1 by ericwilligers@chromium.org
, Nov 3