Skip to content

Commit 76ef428

Browse files
committed
[css2] s/may/can/ in text-indent, per Melinda's msg today
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402753
1 parent 7b53694 commit 76ef428

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

css2/text.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,10 @@ <h2>16.1 <a name="indentation-prop">Indentation</a>: the <a href="text.html#prop
112112
class="propinst-text-indent">'text-indent'</span></a> may be negative, but
113113
there may be implementation-specific limits.
114114
If the value of <a href="text.html#propdef-text-indent" class="noxref"><span
115-
class="propinst-text-indent">'text-indent'</span></a> is either negative or exceeds the width of the block, that <em>first box</em>, described above, may overflow the block. The
116-
value of <a href="visufx.html#propdef-overflow" class="noxref"><span class="propinst-overflow">'overflow'</span></a> will affect
115+
class="propinst-text-indent">'text-indent'</span></a> is either negative or
116+
exceeds the width of the block, that <em>first box</em>, described above,
117+
can overflow the block.
118+
The value of <a href="visufx.html#propdef-overflow" class="noxref"><span class="propinst-overflow">'overflow'</span></a> will affect
117119
whether such text that overflows the block is visible.
118120
</p>
119121

css2/text.src

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.59 2007-04-24 18:12:46 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.60 2007-07-11 04:23:39 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Text</title>
@@ -61,8 +61,10 @@ block width.</dd>
6161
class="propinst-text-indent">'text-indent'</span> may be negative, but
6262
there may be implementation-specific limits.
6363
If the value of <span
64-
class="propinst-text-indent">'text-indent'</span> is either negative or exceeds the width of the block, that <em>first box</em>, described above, may overflow the block. The
65-
value of <span class="propinst-overflow">'overflow'</span> will affect
64+
class="propinst-text-indent">'text-indent'</span> is either negative or
65+
exceeds the width of the block, that <em>first box</em>, described above,
66+
can overflow the block.
67+
The value of <span class="propinst-overflow">'overflow'</span> will affect
6668
whether such text that overflows the block is visible.
6769
</p>
6870

0 commit comments

Comments
 (0)