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 upadd css support list in tree #3954
Comments
|
At the moment the Mako template can only generate one ( I’ve been looking at Cargo’s new build script system anyway (rust-lang/cargo#824, rust-lang/rust#18849, rust-lang/rust#18810 (comment)) to make the Mako template use it and avoid having generated files in the source tree. In both cases though (doc of supported properties and
|
|
Fixed by #10208. |
We should move the data for https://docs.google.com/spreadsheets/d/1CxLS8w8GwK-2euVErrqpUUb76PiZa6w5h5EnGsL9KFs/edit?usp=sharing to an in tree list, and then generate a nice html display like we do doc generation. This will allow us to keep it up to date as new PRs land.
Additionally, element.style things only exist for things we actually support, but it would be nice not to maintain the list of supported features in two places. We should come up with a way to generate one from the other.