File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
255268In the following example, pressing either form button invokes a
You can’t perform that action at this time.
0 commit comments