@@ -39,7 +39,10 @@ class="propinst-height">'height'</span> property, not by content
3939height).
4040</li>
4141<li>A descendant box is <a href="visuren.html#absolute-positioning">positioned
42- absolutely</a>, partly outside the box. Such boxes are not always clipped by the overflow property on their ancestors.
42+ absolutely</a>, partly outside the box. Such boxes are not always
43+ clipped by the overflow property on their ancestors; specifically,
44+ they are not clipped by the overflow of any ancestor between
45+ themselves and their containing block
4346</li>
4447<li>A descendant box has <a href="box.html#margin-properties">negative margins</a>, causing it
4548to be positioned partly outside the box.
@@ -282,10 +285,10 @@ means that a given edge of the clipping region will be the same as the
282285edge of the element's generated border box (i.e., 'auto' means the same as '0' for <span class="value-inst-top"><top></span> and <span
283286class="value-inst-left"><left></span> (in left-to-right text,
284287<span class="value-inst-right"><right></span> in right-to-left
285- text), the same as the computed value of the height plus the sum of
288+ text), the same as the used value of the height plus the sum of
286289vertical padding and border widths for <span
287290class="value-inst-right"><bottom></span>, and the same as the
288- computed value of the width plus the sum of the horizontal padding and
291+ used value of the width plus the sum of the horizontal padding and
289292border widths for <span class="value-inst-right"><right></span>
290293(in left-to-right text, <span
291294class="value-inst-right"><left></span> in right-to-left text),
0 commit comments