Re: Correct behavior of "visibility" tag

From SVG spec, (http://www.w3.org/TR/SVG11/painting.html#VisibilityControl) 
 
[
Setting 'visibility' to hidden on a 'g' will make its children invisible as long as the children do not specify their own 'visibility' properties as visible. Note that 'visibility' is not an inheritable property. 
]
 
From your explanation what I understand is that "visibility" property does not go down the inheritance chain. The above two lines of SVG spec is fairly contradictory to each other and your explanation does seem to corroborate the second sentence but no mention about the first sentence.
 
However behavior of Adobe player and interpretation by the member of yahoo SVG-DEV group seem to be different. 
For example http://groups.yahoo.com/group/svg-developers/message/40755
 
I am not sure which interpretation is right!
 
 
ruben
 


Chris Lilley <chris@w3.org> wrote:
On Tuesday, March 9, 2004, 10:17:52 PM, ruben wrote:

rT> Anybody can provide me the correct interpretation of
rT> SVGSpec on this issue? Thanks for any assistance.

I'm getting deja vu here.

This same question was already answered (by me) on 2 march, now it
pops up again on this list and on svg-dev.

What was missing from the previous explanation?
http://lists.w3.org/Archives/Public/www-svg/2004Mar/0010.html



-- 
Chris Lilley mailto:chris@w3.org
Chair, W3C SVG Working Group
Member, W3C Technical Architecture Group



---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

Received on Tuesday, 9 March 2004 19:22:48 UTC