Skip to content

Commit 2e995cd

Browse files
committed
[css2] fix issue 17 for Tantek
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402448
1 parent 84f7aa8 commit 2e995cd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

css2/text.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.01//EN">
22
<html lang="en">
3-
<!-- $Id: text.src,v 2.50 2006-04-06 21:32:24 bbos Exp $ -->
3+
<!-- $Id: text.src,v 2.51 2006-05-09 12:51:47 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Text</title>
@@ -100,8 +100,8 @@ boxes</a>. In the case of 'left', 'right' and 'center', this property specifies
100100
how the inline boxes within each line box align with respect to the line
101101
box's left and right sides; alignment is not with respect to the <a
102102
href="visuren.html#viewport">viewport</a>. In the case of 'justify',
103-
the UA may stretch the inline boxes in addition to adjusting their
104-
positions. (See also <span
103+
this property specifies that the inline boxes are to be made flush
104+
with both sides of the block. (See also <span
105105
class="propinst-letter-spacing">'letter-spacing'</span> and <span
106106
class="propinst-word-spacing">'word-spacing'</span>.)
107107
</p>

css2/visuren.src

Lines changed: 4 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: visuren.src,v 2.124 2006-04-07 19:45:56 bbos Exp $ -->
3+
<!-- $Id: visuren.src,v 2.125 2006-05-09 12:51:47 fantasai Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model</title>
@@ -739,8 +739,9 @@ image while the others contain only text).
739739
width of the line box containing them, their horizontal distribution
740740
within the line box is determined by the <span
741741
class="propinst-text-align">'text-align'</span> property. If that
742-
property has the value 'justify', the user agent may stretch the
743-
inline boxes as well.
742+
property has the value 'justify', the user agent may stretch spaces
743+
and words in inline boxes (except for inline-table and inline-block
744+
boxes) as well.
744745
</p>
745746

746747
<p>

0 commit comments

Comments
 (0)