New issue
Advanced search Search tips

Issue 812913 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 545318



Sign in to add a comment

[css-typed-om] Handle out-of-range values.

Project Member Reported by shend@chromium.org, Feb 16 2018

Issue description

See: 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.
 

Comment 1 by shend@chromium.org, Feb 20 2018

Owner: shend@chromium.org
Status: Started (was: Available)

Comment 2 by shend@chromium.org, 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

Comment 3 by shend@chromium.org, 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.

Comment 4 by shend@chromium.org, Apr 18 2018

Status: Fixed (was: Started)
Decimal/integer rounding was fixed in https://chromium-review.googlesource.com/c/chromium/src/+/1001084

Sign in to add a comment