[css-typed-om] Handle out-of-range values. |
||
Issue descriptionSee: https://github.com/w3c/css-houdini-drafts/issues/670 and https://github.com/w3c/css-houdini-drafts/issues/574 We need some behaviour for setting z-index to decimals and width to negative values.
,
Feb 21 2018
Resolved to wrapping negative values with calc. Still need a resolution for setting z-index to decimal: https://github.com/w3c/csswg-drafts/issues/2337
,
Feb 28 2018
Implemented wrapping for negative values. We're not shipping any properties that supports <integer>, so we can fix the decimal/integer issue when we do. Looks like https://github.com/w3c/csswg-drafts/issues/2337 was accepted.
,
Apr 18 2018
Decimal/integer rounding was fixed in https://chromium-review.googlesource.com/c/chromium/src/+/1001084 |
||
►
Sign in to add a comment |
||
Comment 1 by shend@chromium.org
, Feb 20 2018Status: Started (was: Available)