|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: visuren.src,v 2.42 1998-03-24 13:31:17 bbos Exp $ --> |
| 3 | +<!-- $Id: visuren.src,v 2.43 1998-03-24 13:51:53 bbos Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Visual rendering model</TITLE> |
@@ -106,7 +106,7 @@ specifies a box's type. |
106 | 106 |
|
107 | 107 | <P><span class="index-def" title="block-level |
108 | 108 | element"><a name="block-level"><dfn>Block-level elements</dfn></a></span> are those elements of |
109 | | -the document language that, by default, are formatted visually as |
| 109 | +the source document language that are formatted visually as |
110 | 110 | blocks (e.g., paragraphs). Several values of the <span |
111 | 111 | class="propinst-display">'display'</span> property make an element |
112 | 112 | block-level: 'block', 'list-item', 'compact' and 'run-in' (part of the |
@@ -165,7 +165,7 @@ margins will be 0. |
165 | 165 |
|
166 | 166 | <P><span class="index-def" title="inline-level element"> |
167 | 167 | <a name="inline-level"><dfn>Inline-level |
168 | | -elements</dfn></a></span> are those elements of the document language that |
| 168 | +elements</dfn></a></span> are those elements of the source document that |
169 | 169 | do not form new blocks of content; the content is distributed in lines |
170 | 170 | (e.g., emphasized pieces of text |
171 | 171 | within a paragraph, inline images, |
|
0 commit comments