[Webkit-unassigned] [Bug 180528] Update HSL/HSLA parsing to match CSS Color 4
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 19 17:04:41 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=180528
--- Comment #5 from Chris Nardi <christopherncarmel at hotmail.com> ---
Yeah, I messed up with that. I think the new patch should make more sense -- doing all of this from Windows is hard.
As to an overview of this change: this is basically porting my Chromium change at https://chromium-review.googlesource.com/c/chromium/src/+/812125 over to WebKit. I changed the implementation of HSL to RGB because the pseudocode changed in the spec. Functionally, this should fix two bugs as the comparisons were missing equality tests. Overall, it should just be easier to read this implementation as it should be nearly identical with the pseudocode in the spec.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171220/a3ff9677/attachment.html>
More information about the webkit-unassigned
mailing list