Re: [css-houdini-drafts] [css-properties-values-api] Add @property. (#847)

Thank you @heycam, @astearns & @emilio.

> What happens when you dynamically remove an `@property` rule?

Then I'd say the property isn't registered anymore. There is a note saying we might add a way to unregister a property ... I guess this does that.

> What about multiple `@property` rules with the same name?

Yeah, this is interesting (since CSS.registerProperty throws if you try to re-register). I assume we want the last one to apply for `@property`, even if that's the opposite behavior of CSS.registerProperty). WDYT?

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

Received on Friday, 14 June 2019 09:57:11 UTC