|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visudet.src,v 1.31 1997-12-27 00:32:18 ijacobs Exp $ --> |
| 3 | +<!-- $Id: visudet.src,v 1.32 1997-12-28 23:26:14 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Visual rendering model details</TITLE> |
@@ -338,7 +338,7 @@ of the top, right, bottom and left borders: |
338 | 338 | <span class="propinst-border-right-color">'border-right-color'</span>, |
339 | 339 | <span class="propinst-border-bottom-color">'border-bottom-color'</span>, |
340 | 340 | <span class="propinst-border-left-color">'border-left-color'</span>, and |
341 | | -<span class="propinst-border-left">'border-color'</span> |
| 341 | +<span class="propinst-border-color">'border-color'</span> |
342 | 342 | </H4> |
343 | 343 |
|
344 | 344 | <!-- #include src=properties/border-top-color.srb --> |
@@ -796,13 +796,13 @@ element. However, specifying a percentage value for <span |
796 | 796 | class="propinst-height">'height'</span> when the parent element's height |
797 | 797 | is set to 'auto' results in undefined behavior. |
798 | 798 |
|
799 | | -<P>If the <span class="propinst-width">'height'</span> has the |
| 799 | +<P>If the <span class="propinst-height">'height'</span> has the |
800 | 800 | value 'auto', the height of the box is given by the <span |
801 | 801 | class="propinst-top">'top'</span> and <span |
802 | 802 | class="propinst-bottom">'bottom'</span> properties. Note that these take |
803 | 803 | the place of the <span |
804 | | -class="propinst-margin-top">'top-margin'</span> and <span |
805 | | -class="propinst-margin-bottom">'bottom-margin'</span> properties, which |
| 804 | +class="propinst-margin-top">'margin-top'</span> and <span |
| 805 | +class="propinst-margin-bottom">'margin-bottom'</span> properties, which |
806 | 806 | don't apply to absolutely positioned elements. |
807 | 807 |
|
808 | 808 | <P>If all three properties have the value 'auto', the box has |
@@ -1391,11 +1391,11 @@ determines whether or not an element is initially displayed. The |
1391 | 1391 | visibility of an element does not affect its layout. Elements that |
1392 | 1392 | are hidden still take up the same physical space as they would were |
1393 | 1393 | they visible, they are just rendered transparently. This differs from |
1394 | | -the behavior of <span class="propinst-display">'display:none'</span>, |
1395 | | -in which the element is ignored, as if it were not present in the |
1396 | | -document at all. Visibility can be used in a scripting environment to |
1397 | | -dynamically display only one of several elements which overlap one |
1398 | | -another.</p> |
| 1394 | +the behavior of <span class="propinst-display">'display'</span> with a |
| 1395 | +value of 'none', in which the element is ignored, as if it were not |
| 1396 | +present in the document at all. Visibility can be used in a scripting |
| 1397 | +environment to dynamically display only one of several elements which |
| 1398 | +overlap one another.</p> |
1399 | 1399 |
|
1400 | 1400 | <div class="example"><P> |
1401 | 1401 |
|
|
0 commit comments