Re: [css-houdini-drafts] [css-typed-om] Should StylePropertyMap.set work even when the property is not in the property model?

Ah, yup, the "property model" is just the set of properties that the stylemap currently knows about. `.set()` shouldn't be consulting that in this way. It *should* check - there's [a related plain-CSSOM issue about ordering properties by the way they're set](https://github.com/w3c/csswg-drafts/issues/1898), so the algo should check if the property is already in the property model and *delete it* if so, then append its value to the end.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/501#issuecomment-341552080 using your GitHub account

Received on Thursday, 2 November 2017 20:43:14 UTC