Skip to content

Commit e5d3656

Browse files
committed
[css2] Removed line about indent following lines ending forcibly (as per comment by Mike Wexler)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40878
1 parent 666a8db commit e5d3656

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

css2/text.src

Lines changed: 3 additions & 5 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.2 1998-02-11 10:42:39 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.3 1998-02-11 23:43:32 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -16,7 +16,7 @@ class="propinst-text-indent">'text-indent'</span> property</H2>
1616

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

19-
<P>The property, which only applies to <a
19+
<P>This property, which only applies to <a
2020
href="visuren.html#block-level">block-level</a> elements that contain
2121
<a href="visuren.html#inline">inline</a> elements, specifies the
2222
indentation of the first line of text in the block. More precisely, it
@@ -41,9 +41,7 @@ block width.
4141

4242
<P>The value of <span
4343
class="propinst-text-indent">'text-indent'</span> may be negative, but
44-
there may be implementation-specific limits. A line is not indented
45-
if the previous line was broken explicitly (e.g., the BR
46-
element in HTML).
44+
there may be implementation-specific limits.
4745

4846
<div class="example"><P>
4947
The following example causes a 3em text indent.

0 commit comments

Comments
 (0)