11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22<html lang="en">
3- <!-- $Id: visuren.src,v 2.159 2010-07-07 12:34:06 bbos Exp $ -->
3+ <!-- $Id: visuren.src,v 2.160 2010-07-19 19:00:18 bbos Exp $ -->
44<head>
55<title>Visual formatting model</title>
66<meta name="editor" lang="tr" content="Tantek Çelik">
@@ -908,16 +908,16 @@ relatively positioned box establishes a new containing block.
908908box(es) horizontally, without changing their size. 'left' moves the
909909boxes to the right, and 'right' moves them to the left. Since boxes
910910are not split or stretched as a result of 'left' or 'right', the
911- computed values are always: left = -right.
911+ used values are always: left = -right.
912912</p>
913913<p>If both 'left' and 'right' are 'auto' (their initial values), the
914- computed values are '0' (i.e., the boxes stay in their original
914+ used values are '0' (i.e., the boxes stay in their original
915915position).
916916</p>
917- <p>If 'left' is 'auto', its computed value is minus the value of 'right'
917+ <p>If 'left' is 'auto', its used value is minus the value of 'right'
918918(i.e., the boxes move to the left by the value of 'right').
919919</p>
920- <p>If 'right' is specified as 'auto', its computed value is minus the
920+ <p>If 'right' is specified as 'auto', its used value is minus the
921921value of 'left'.
922922</p>
923923<p>If neither 'left' nor 'right' is 'auto', the position is
@@ -938,10 +938,10 @@ div.a8 { position: relative; direction: ltr; left: -1em; right: 5em }
938938element(s) up or down without changing their size. 'top' moves the
939939boxes down, and 'bottom' moves them up. Since boxes
940940are not split or stretched as a result of 'top' or 'bottom', the
941- computed values are always: top = -bottom.
942- If both are 'auto', their computed values are both '0'. If one of them is
941+ used values are always: top = -bottom.
942+ If both are 'auto', their used values are both '0'. If one of them is
943943'auto', it becomes the negative of the other. If neither is 'auto',
944- 'bottom' is ignored (i.e., the computed value of 'bottom' will be
944+ 'bottom' is ignored (i.e., the used value of 'bottom' will be
945945minus the value of 'top').
946946</p>
947947
@@ -1956,7 +1956,7 @@ back-to-front order.
19561956 <li>the in-flow, inline-level, non-positioned descendants, including
19571957 inline tables and inline blocks.
19581958
1959- <li>the stacking contexts with stack level 0, and the positioned
1959+ <li>the child stacking contexts with stack level 0, and the positioned
19601960 descendants with 'z-index: auto'.
19611961
19621962 <li>the child stacking contexts with positive stack levels (least
0 commit comments