[css-houdini-drafts] [css-typed-om] Normalizing 'top' as CSSPositionValue

darrnshn has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] Normalizing 'top' as CSSPositionValue ==
Following the [algorithm](https://drafts.css-houdini.org/css-typed-om-1/#positionvalue-normalization), `top` is a single keyword, so we go into [this case](https://drafts.css-houdini.org/css-typed-om-1/#from-single-keyword) with value `top` and bias `horizontal`. With these parameters, we would skip all the if statements and land on the else (step 6): If value is not the keyword "center", then this process fails. Since `top` is not `center`, we fail.

Did I interpret this right? I'm guessing this is not intended...

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

Received on Tuesday, 28 November 2017 06:41:19 UTC

OSZAR »