Open
Bug 1217664
Opened 9 years ago
Updated 2 years ago
Support <side combined with shape> & <point + ending radius in each axis> syntax for -webkit-radial-gradient()
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: dholbert, Unassigned)
References
Details
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Spinning this bug off for some advanced -webkit-radial-gradient syntax that I didn't add support for in bug 1210575.
STR:
1. Enable layout.css.prefixes.webkit
2. Load attached testcase.
ACTUAL RESULTS: No gradients visible.
EXPECTED RESULTS: Gradients should be visible behind each line of text.
(compare to chrome)
Reporter | ||
Comment 1•9 years ago
|
||
Marking as depends-on the bug that added -webkit-radial-gradient() support, bug 1210575.
(We should fix this, but I don't think it needs to block bug 1213126, the pref-enabling bug. We may discover more -webkit gradient syntax quirks that we need to support, and I don't think each quirk needs to prevent all the rest from being enabled.)
Depends on: 1210575
Reporter | ||
Comment 2•9 years ago
|
||
Here's a patch to add mochitests that exercise this type of syntax, BTW.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•