- From: Darren Shen via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Nov 2017 06:41:03 +0000
- To: public-houdini-archive@w3.org
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