Skip to content

Commit 7533bf0

Browse files
committed
[css2] slight rewording in outline section
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401584
1 parent 1fd9f7b commit 7533bf0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/ui.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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: ui.src,v 2.14 1998-04-30 19:16:27 howcome Exp $ -->
3+
<!-- $Id: ui.src,v 2.15 1998-04-30 19:19:54 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -181,7 +181,7 @@ href="box.html#border-properties">borders</a> in the following
181181
ways:</p>
182182

183183
<ol>
184-
<li>Displaying or suppressing outlines does not cause reflow.
184+
<li>Outlines do not take up space.
185185
<li>Outlines may be non-rectangular.
186186
</ol>
187187

@@ -194,7 +194,8 @@ ways:</p>
194194

195195
<p>The outline created with the outline properties is drawn "over" a
196196
box, i.e., the outline is always on top, and doesn't influence the
197-
position or size of the box, or of any other boxes.
197+
position or size of the box, or of any other boxes. Therefore,
198+
displaying or suppressing outlines does not cause reflow.
198199

199200
<p>The outline is drawn starting just outside the <a
200201
href="box.html#border-edge">border edge</a>.

0 commit comments

Comments
 (0)