Skip to content

Commit cfd3d6d

Browse files
committed
[css2] Integrated Melinda's text for 10.3.8 and 10.6.5
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402273
1 parent d363bd9 commit cfd3d6d

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

css2/visudet.src

Lines changed: 10 additions & 13 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: visudet.src,v 2.98 2004-12-14 20:12:29 bbos Exp $ -->
3+
<!-- $Id: visudet.src,v 2.99 2005-02-08 10:40:38 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Visual formatting model details</title>
@@ -486,16 +486,11 @@ sequence of substitutions is now:</p>
486486
determined as for <a href="#inline-replaced-width">inline replaced
487487
elements</a>.
488488
</li>
489-
<li>If <span class="propinst-left">'left'</span>
490-
has the value 'auto' while <span
491-
class="propinst-direction">'direction'</span> is 'ltr', replace
492-
'auto' with the <a href="#static-position">static position</a>.
493-
</li>
494-
<li>If <span class="propinst-right">'right'</span> has the
495-
value 'auto' while
496-
<span class="propinst-direction">'direction'</span> is 'rtl',
497-
replace 'auto' with the <a href="#static-position">static
498-
position</a>.
489+
<li>If both <span class="propinst-left">'left'</span> and <span
490+
class="propinst-right">'right'</span> have the value 'auto', then if
491+
'direction' is 'ltr', set <span class="propinst-left">'left'</span> to
492+
the static position; else if 'direction' is 'rtl', set <span
493+
class="propinst-right">'right'</span> to the static position.
499494
</li>
500495
<li>If <span class="propinst-left">'left'</span> or <span
501496
class="propinst-right">'right'</span> are 'auto', replace any 'auto'
@@ -959,8 +954,10 @@ sequence of substitutions is now:
959954
class="propinst-height">'height'</span> is determined as for <a
960955
href="#inline-replaced-height">inline replaced elements</a>.
961956
</li>
962-
<li>If <span class="propinst-top">'top'</span> has the value 'auto',
963-
replace it with the element's static position.
957+
<li>If both <span class="propinst-top">'top'</span> and <span
958+
class="propinst-bottom">'bottom'</span> have the value 'auto', replace
959+
<span class="propinst-top">'top'</span> with the element's static
960+
position.
964961
</li>
965962
<li>If <span class="propinst-bottom">'bottom'</span> is 'auto',
966963
replace any 'auto' on <span

0 commit comments

Comments
 (0)