Skip to content

Commit 325249b

Browse files
committed
[css2] "block-level elements" and "inline-level elements" are elements in the
source document, not in the document language. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401404
1 parent 61c11c7 commit 325249b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/visuren.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Visual rendering model</TITLE>
@@ -106,7 +106,7 @@ specifies a box's type.
106106

107107
<P><span class="index-def" title="block-level
108108
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
110110
blocks (e.g., paragraphs). Several values of the <span
111111
class="propinst-display">'display'</span> property make an element
112112
block-level: 'block', 'list-item', 'compact' and 'run-in' (part of the
@@ -165,7 +165,7 @@ margins will be 0.
165165

166166
<P><span class="index-def" title="inline-level element">
167167
<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
169169
do not form new blocks of content; the content is distributed in lines
170170
(e.g., emphasized pieces of text
171171
within a paragraph, inline images,

0 commit comments

Comments
 (0)