Details
Details
- Reviewers
boris - Commits
- rMOZILLACENTRAL29438d93b50a: Bug 1565214 - Set the property restrictions flags from the centralized list.
- Bugzilla Bug ID
- 1565214
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
r=me with the question addressed. Overall looks good to me.
| servo/components/style/properties/longhands/effects.mako.rs | ||
|---|---|---|
| 15 | Do we intentionally remove CREATES_STACKING_CONTEXT from opacity? It seems opacity needs to create stacking context if its value is less than 1. | |
| servo/components/style/properties/longhands/effects.mako.rs | ||
|---|---|---|
| 15 | No, this is an oversight, awesome catch. It seems we don't have any test to check whether will-change: opacity creates a stacking context (which is what this flag affects). | |