css-creating
css-creating copied to clipboard
[规范变更] 角度单位在 transforms 和 gradients 中可以省略 0 值单位
讨论:https://github.com/w3c/csswg-drafts/issues/1162 规范变更:https://github.com/w3c/csswg-drafts/commit/602789171429b2231223ab1e5acf8f7f11652eb3
Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=569703 Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1234357
Testcase:
http://media.junglecode.net/test/linear-gradient/linear-gradient.html
.chromebug {
background: linear-gradient(0, red, blue);
width: 200px;
height: 200px;
}