clip-path childs and visibility

Hi,
If a child of clip-path has the property display:none, it isn't used for
the clipping.

What about visibility:hidden?
Opera seems to ignore elements that are not visible, Batik and WebKit
just ignore elements with display:none and Firefox doesn't care about
display or visibility attributes at all.

What is the correct behavior?
(example:
http://trac.webkit.org/export/56232/trunk/LayoutTests/svg/custom/clip-path-display-none-child.svg)

Greetings,
Dirk

Received on Friday, 19 March 2010 09:09:00 UTC