Skip to content

Commit 048b6c9

Browse files
committed
[css2] Changed sentence for percentage when when width is "inside-out," as
per Oslo ftf. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402146
1 parent 8129e8c commit 048b6c9

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

css2/box.src

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'http://www.w3.org/TR/html4/strict.dtd'>
33

44
<html lang="en">
5-
<!-- $Id: box.src,v 1.41 2003-08-26 12:18:41 bbos Exp $ -->
5+
<!-- $Id: box.src,v 1.42 2003-08-27 15:59:13 bbos Exp $ -->
66
<HEAD>
77
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
88
<TITLE>Box model</TITLE>
@@ -203,9 +203,8 @@ with respect to the <em>width</em> of the generated box's
203203
<span class="note">Note that this is true for <span
204204
class="propinst-margin-top">'margin-top'</span> and <span
205205
class="propinst-margin-bottom">'margin-bottom'</span> as well.</span>
206-
If the containing block's width depends on its content's width, and
207-
the current element is not absolutely positioned, then the resulting
208-
layout is undefined in CSS&nbsp;2.1.
206+
If the containing block's width depends on this element, then the
207+
resulting layout is undefined in CSS&nbsp;2.1.
209208
<dt><strong>auto</strong>
210209
<dd>See the section on <a
211210
href="visudet.html#Computing_widths_and_margins">computing widths and
@@ -392,9 +391,8 @@ respect to the <em>width</em> of the generated box's <a
392391
href="visuren.html#containing-block">containing block</a>, even for
393392
<span class="propinst-padding-top">'padding-top'</span> and <span
394393
class="propinst-padding-bottom">'padding-bottom'</span>.
395-
If the containing block's width depends on its content's width, and
396-
the current element is not absolutely positioned, then the resulting
397-
layout is undefined in CSS&nbsp;2.1.
394+
If the containing block's width depends on this element, then the
395+
resulting layout is undefined in CSS&nbsp;2.1.
398396
</dl>
399397

400398
<P>Unlike margin properties, values for padding values cannot be

0 commit comments

Comments
 (0)