Skip to content

Commit 291c0b3

Browse files
committed
[css2] Flushed out visibility property values
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40823
1 parent 33b4c01 commit 291c0b3

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

css2/visufx.src

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,12 +244,25 @@ class="propinst-visibility">'visibility'</span> property</H2>
244244
<!-- #include src=properties/visibility.srb -->
245245

246246
<p>The <span class="propinst-visibility">'visibility'</span> property
247-
specifies whether the boxes generated by an element
248-
are rendered. Invisible boxes still affect layout (set
249-
the <span class="propinst-display">'display'</span> property
250-
to 'none' to suppress box generation altogether). This
251-
property may be used in conjunction with scripts to
252-
create dynamic effects.
247+
specifies whether the boxes generated by an element are
248+
rendered. Invisible boxes still affect layout (set the <span
249+
class="propinst-display">'display'</span> property to 'none' to
250+
suppress box generation altogether). Values have the following
251+
meanings:</p>
252+
253+
<dl>
254+
<dt><strong>visible</strong>
255+
<dd>The generated box is visible.
256+
<dt><strong>hidden</strong>
257+
<dd>The generated box is invisible, but still affects layout.
258+
<dt><strong>collapse</strong>
259+
<dd>Please consult the section on
260+
<a href="tables.html#dynamic-effects">dynamic row and column
261+
effects</a> in tables.
262+
</dl>
263+
264+
<P>This property may be used in conjunction with scripts to create
265+
dynamic effects.
253266

254267
<div class="html-example"><P>
255268
In the following example, pressing either form button invokes a

0 commit comments

Comments
 (0)