There are better ways, plus the existing code didn't handle aliases at
all (not that it needed to, but it's better if it does).
Details
Details
- Reviewers
birtles hiro - Group Reviewers
Restricted Project - Commits
- Restricted Diffusion Commit
rMOZILLACENTRAL6884ba750aa3: Bug 1504536 - Remove nscsspropertyid_is_{animatable,transitionable}. r=hiro - Bugzilla Bug ID
- 1504536
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
| servo/components/style/properties/properties.mako.rs | ||
|---|---|---|
| 477 | I can move them to LonghandId instead, but I'm not sure what would guarantee that the following is not called with a shorthand: The transitionable bit is indeed not called with a shorthand, but that's an assertion that the transitions code should do (and does already). | |