|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Visual formatting model details</title> |
@@ -486,16 +486,11 @@ sequence of substitutions is now:</p> |
486 | 486 | determined as for <a href="#inline-replaced-width">inline replaced |
487 | 487 | elements</a>. |
488 | 488 | </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. |
499 | 494 | </li> |
500 | 495 | <li>If <span class="propinst-left">'left'</span> or <span |
501 | 496 | class="propinst-right">'right'</span> are 'auto', replace any 'auto' |
@@ -959,8 +954,10 @@ sequence of substitutions is now: |
959 | 954 | class="propinst-height">'height'</span> is determined as for <a |
960 | 955 | href="#inline-replaced-height">inline replaced elements</a>. |
961 | 956 | </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. |
964 | 961 | </li> |
965 | 962 | <li>If <span class="propinst-bottom">'bottom'</span> is 'auto', |
966 | 963 | replace any 'auto' on <span |
|
0 commit comments