It's a bit useless to keep a set of invalid properties if we're going
to use them just to reject lookups into another key. This makes it more
consistent with the cascade / no-references code, and should not change
behavior.
Details
Details
- Reviewers
xidorn - Group Reviewers
Restricted Project - Commits
- Restricted Diffusion Commit
rMOZILLACENTRAL7945ede7e1b8: Bug 1462233 - Simplify invalid custom property handling. r=xidorn - Bugzilla Bug ID
- 1462233
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
Comment Actions
I guess it's correct... Not sure why I needed an invalid set.
| servo/components/style/custom_properties.rs | ||
|---|---|---|
| 844–845 | There is no invalid set anymore, so remove it from map? | |