Open
Bug 1386967
Opened 7 years ago
Updated 2 years ago
stylo: Support animating the value of stroke-* between percentage and others.
Categories
(Core :: CSS Parsing and Computation, enhancement, P5)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: mantaroh, Unassigned)
Details
+++ This bug was initially created as a clone of Bug #1369614 +++
This bug spin-off of bug 1369613.
We need to interpolate between px and percentage.
Bug 1369614 is going to use the NumberOrPercentage. This type doesn't support calc().
So We might need to introduce new type like CalcLengthOrPercentage.
I'm going to fix this bug after landing bug 1369614.
Comment 1•7 years ago
|
||
Gecko doesn't do this either, so P5 for Stylo (we'd need to fix the Gecko side as well in order to consider this for Stylo).
Priority: -- → P5
Comment 2•7 years ago
|
||
status-firefox57=wontfix unless someone thinks this bug should block 57
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•