[css-houdini-drafts] [css-typed-om] Drop CSSPositionValue

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

== [css-typed-om] Drop CSSPositionValue ==
CSSPositionValue is a leftover from the earliest drafts of Typed OM. It assumes that every position can be represented as a pair of physical offsets, but this is no longer true in B&B 4 (and `<position>` in general matches this, gaining three variant forms of offset pairs - physical, logical, and physical-axis-but-logical-direction).  The type of position persists thru to computed values, so we can't even limit this to just computed values.

We just need to drop the class entirely for now, and reify the relevant properties as just CSSStyleValue, until we develop a proper position type.

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

Received on Thursday, 30 August 2018 18:29:55 UTC