Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport parsing/serializing interpolation hint in gradient functions #15166
Comments
bors-servo
added a commit
that referenced
this issue
Apr 27, 2017
Parse interpolation hints (fixes #15166) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16628) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CSS Image Values and Replaced Content Module Level 4 adds color interpolation hint to the in addition to color stops. This is currently not correctly parsed in Servo.
See https://drafts.csswg.org/css-images-4/#color-stop-syntax for the spec.