[Webkit-unassigned] [Bug 55684] visibility:hidden on top of duplicate use tag of clipPath hides both use tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 06:20:47 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=55684


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
                 CC|                            |krit at webkit.org




--- Comment #1 from Dirk Schulze <krit at webkit.org>  2014-05-12 06:21:10 PST ---
Your first example is not correct. From CSS Masking [1]:

"If a child element is made invisible by display or visibility it does not contribute to the clipping path."

That is exactly what happens if you put visibility: hidden (an inheritable property) on an ancestor of <clipPath>. All elements within the <clipPath> get hidden and <clipPath> has no clipping path. The element disappears completely.

The other examples work correctly.

[1] http://dev.w3.org/fxtf/css-masking-1/#elementdef-clippath

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



More information about the webkit-unassigned mailing list