Defines wether something should be visible or not.
Contrary to Display, Visibility only
applies to the one element in question, not it's children
(although it is inherited). That means, e.g.,
if a Hidden,
any children that specify visibility Visible
will still be shown.
The "collapse" value is currently not supported.
See also: the "visibility" property