File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3347,10 +3347,10 @@ Interaction with 'border-radius' and 'corner-shape'</h4>
33473347<h4 id="border-shape-shadow-interaction">
33483348Interaction with 'box-shadow'</h4>
33493349
3350- An [=outer box-shadow=] follows the outside of the outer path,
3351- and an [=inner box-shadow=] follows the inside of the inner path.
3352- Both are rendered as a stroke, with a stroke width of <code> spread * 2 </code> ,
3353- clipped by the border shape.
3350+ An [=outer box-shadow=] is cast as if the shape defined by the outer path were opaque.
3351+ An [=inner box-shadow=] is cast as if everything outside the shape defined by the inner path were opaque .
3352+ For both inner and outer shadows, the shadow shape is expanded or contracted by the spread distance ,
3353+ blurred by the blur radius, and then clipped by the ' border- shape' , adhering to the standard 'box-shadow' painting rules .
33543354
33553355 <div class="example">
33563356 <pre class=lang-css>
You can’t perform that action at this time.
0 commit comments