Closed
Bug 1614160
Opened 5 years ago
Closed 5 years ago
Add AngleOrPercentage to style system
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
Details
Attachments
(1 file)
conic-gradient supports percentages or angles for color stops. The spec says you should be able to combine them with math functions (calc/min/max), and that they should resolve to angle values, but for the sake of simplicity I won't implement this for the initial version. This also matches Chrome/Safari.
So, this will be AngleOrPercentage similar to NumberOrPercentage, rather than similar to LengthPercentage.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8e9fe5726cf6
Add AngleOrPercentage to style system. r=emilio
| Assignee | ||
Updated•5 years ago
|
No longer blocks: conic-gradients
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
| Assignee | ||
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•