Support "plus-lighter" in mix-blend mode
<rdar://problem/19993979>
Created attachment 248105 [details] Patch
r=me
Committed r181191: <http://trac.webkit.org/changeset/181191>
Comment on attachment 248105 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248105&action=review > Source/WebCore/css/CSSParser.cpp:823 > - || valueID == CSSValueExclusion || valueID == CSSValuePlusDarker)) > + || valueID == CSSValueExclusion || valueID == CSSValuePlusDarker || valueID == CSSValuePlusLighter)) I see "plus-darker" and "plus-lighter" are applying to "mix-blend-mode". Should they also apply to "background-blend-mode"? If not, why the distinction?