@@ -383,9 +383,8 @@ Scrolling and Clipping Overflow: the 'overflow-x', 'overflow-y', and 'overflow'
383383
384384 <dt> <dfn>clip</dfn>
385385 <dd>
386- Like ''hidden'' ,
387- this value indicates that
388- the box’s content is clipped to its padding box
386+ This value indicates that
387+ the box’s content is clipped to its [=overflow clip edge=]
389388 and that no scrolling user interface should be provided by the UA
390389 to view the content outside the clipping region.
391390 In addition, unlike ''overflow: hidden''
@@ -511,19 +510,20 @@ Expanding ''overflow:clip'' Bounds: the 'overflow-clip-margin' property</h3>
511510 the element is allowed to paint
512511 before being clipped.
513512
514- Values are defined as follows:
513+ The <dfn export>overflow clip edge</dfn> initially coincides with the [=padding edge=] ,
514+ but can be expanded outwards by 'overflow-clip-margin' ,
515+ as defined below.
515516
517+ Values are defined as follows:
516518 <dl dfn-type=value dfn-for=overflow-clip-margin>
517519 : <dfn><<length [0,∞]>></dfn>
518520 ::
519521 If the element does not have ''overflow: clip''
520522 (or another property defined to respect this property),
521523 this property has no effect.
522524
523- Otherwise, dictates how much the clipping shape is expanded
524- from its initial shape.
525- The clipping shape is expanded outward in all directions
526- by the specified <<length>> ,
525+ Otherwise, the specified length dictates
526+ how much the [=overflow clip edge=] is expanded from the [=padding edge=] ,
527527 in exactly the same way as a 'box-shadow' grows
528528 due to a positive spread distance
529529 (including the effect on rounded corners).
0 commit comments