Skip to content

Commit f285637

Browse files
committed
[css2] Removed statement about blocks having either blocks or inline
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401214
1 parent 36220ab commit f285637

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

css2/text.src

Lines changed: 7 additions & 10 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: text.src,v 2.11 1998-03-14 23:47:25 ijacobs Exp $ -->
3+
<!-- $Id: text.src,v 2.12 1998-03-16 14:37:47 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -16,15 +16,12 @@ class="propinst-text-indent">'text-indent'</span> property</H2>
1616

1717
<!-- #include src=properties/text-indent.srb -->
1818

19-
<P>This property, which applies only to <a
20-
href="visuren.html#block-level">block-level</a> elements that contain
21-
<a href="visuren.html#inline-level">inline-level</a> elements, specifies the
22-
indentation of the first line of text in the block. More precisely, it
23-
specifies the indentation of the first box that flows into the block's
24-
first <a href="visuren.html#line-box">line box</a>. The box is
25-
indented with respect to the left (or right, for right-to-left layout)
26-
edge of the line box. User agents should render this indentation as
27-
blank space.
19+
<P>This property specifies the indentation of the first line of text
20+
in a block. More precisely, it specifies the indentation of the
21+
first box that flows into the block's first <a
22+
href="visuren.html#line-box">line box</a>. The box is indented with
23+
respect to the left (or right, for right-to-left layout) edge of the
24+
line box. User agents should render this indentation as blank space.
2825

2926
<P>Values have the following meanings:</P>
3027

0 commit comments

Comments
 (0)