Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upKeep Property hacking guide wiki page up-to-date #14128
Closed
Comments
|
Thanks. I've revised the former, and the latter depends on types (some are implemented in servo, some on gecko, and some are unimplemented in both). So, we'll mention it in the issue next time :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An example would be that we're using
style_traits::ToCssinstead ofcssparser::ToCssafter #14089.There could be more, such like when should we setting
products="gecko|servo|none"? What should we do if we're adding a longhand property (e.g. font-synthesis) that is included in a shorthand property (e.g. font)?