|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visudet.src,v 2.36 1998-04-30 19:59:16 bbos Exp $ --> |
| 3 | +<!-- $Id: visudet.src,v 2.37 1998-04-30 21:05:51 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Visual formatting model details</TITLE> |
@@ -741,9 +741,10 @@ href="visuren.html#line-box">line boxes</a>. The height of a line box |
741 | 741 | is determined as follows:</p> |
742 | 742 |
|
743 | 743 | <ol> |
744 | | -<li>The height of each inline box in the line box is calculated |
745 | | -(see <a href="#box-height">box height calculations</a> and the |
746 | | -<span class="propinst-line-height">'line-height'</span> property). |
| 744 | +<li>The height of each inline box in the line box is calculated (see |
| 745 | +<a href="#Computing_heights_and_margins">"Computing heights and |
| 746 | +margins"</a> and the <span |
| 747 | +class="propinst-line-height">'line-height'</span> property). |
747 | 748 |
|
748 | 749 | <li>The inline boxes are aligned vertically according |
749 | 750 | to their <span class="propinst-vertical-align">'vertical-align'</span> |
@@ -793,10 +794,11 @@ less than the font size and the rendered glyphs will "bleed" outside |
793 | 794 | the box. If such a box touches the edge of a line box, the rendered |
794 | 795 | glyphs will also "bleed" into the adjacent line box. |
795 | 796 |
|
796 | | -<P>Although margins, borders, and padding do not enter into inline |
| 797 | +<P>Although margins, borders, and padding of non-replaced elements do |
| 798 | +not enter into inline |
797 | 799 | box height calculation (and thus the line box calculation), they are |
798 | | -still rendered around inline boxes (except where boxes are split |
799 | | -across lines). This means that if the height of a line box is shorter |
| 800 | +still rendered around inline boxes<!-- (except where boxes are split |
| 801 | +across lines)-->. This means that if the height of a line box is shorter |
800 | 802 | than the <a href="box.html#outer-edge">outer edges</a> of the boxes it |
801 | 803 | contains, backgrounds and colors of padding and borders may "bleed" |
802 | 804 | into adjacent line boxes. However, in this case, some user agents may |
|
0 commit comments