Re: [css-houdini-drafts] [css-properties-values-api] @property in shadow trees (#846)

> I'm inclined to just disallow it, at least for now. If you're using shadow DOM, you're running script, right now; you can just call CSS.registerProperty().

Sounds good.

Long term it should probably do something, and I'd expect e.g. `@keyframes` and `@property` to have similar semantics. But it's probably smart to tread carefully here, since `@keyframes` is a mess right now (in Chrome anyway). So I support specifying that's it's disallowed, perhaps with a note that it might be allowed in the future. It should mean `@property` isn't blocked by anything difficult and can move forward relatively quickly. 🙂 

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

Received on Thursday, 25 July 2019 18:10:37 UTC