Re: [csswg-drafts] [web-animations-1] Web animations should read prefixed/aliased properties too (#3948)

You can get an idea of the list of prefixed properties we support here:

https://searchfox.org/mozilla-central/search?q=%22-moz-&case=false&regexp=false&path=mako.rs

Of those a bunch are internal only (not web-exposed), and the XUL / legacy flexbox ones are unlikely to be ever unprefixed. So I think the only potential risks would be:

 * `-moz-text-size-adjust`
 * `-moz-appearance`
 * `-moz-tab-size`
 * Maybe `-moz-user-{input,modify,focus}`? I suspect not though, the whole concept behind those is a bit broken.

I think I could live with that. But not sure how that list looks for WebKit / Blink, or whether they support animating prefixed non-alias properties at all. Do Chromium / Safari allow animating e.g. `-webkit-appearance`?

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3948#issuecomment-494620979 using your GitHub account

Received on Wednesday, 22 May 2019 01:50:08 UTC