[Webkit-unassigned] [Bug 19203] CSS mask negates CSS reflect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 27 14:33:18 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19203





------- Comment #3 from hyatt at apple.com  2008-05-27 14:33 PDT -------
It is at the moment correct behavior that a mask causes a reflection to
disappear.  We will have to add a new value to mask-clip (something like
"none") and make it the default in order to fix this.  Note that the same thing
happens with box-shadow (the shadow will disappear).

This is happening because mask-clip is defaulting to a value of "border", which
means it is clipping out everything outside the border.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list