Skip to content

Commit db0e933

Browse files
committed
[css-box-4] Introduce terms for shaped/unshaped box edges #5132
1 parent 9b7d257 commit db0e933

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

css-box-4/Overview.bs

+8
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ Boxes and Edges {#box-edges}
189189
and <a>margin areas</a>.
190190
</dl>
191191

192+
Properties like 'border-radius' can change the shape of the box’s [=edges=]
193+
as used for painting and clipping (see [[css-backgrounds-3#corner-clipping]]);
194+
these effects typically do not affect layout however.
195+
To distinguish, specifications can refer to the relevant
196+
<dfn export lt="shaped edge | shaped content edge | shaped padding edge | shaped border edge | shaped margin edge">shaped edge</dfn>
197+
or
198+
<dfn export lt="unshaped edge | unshaped content edge | unshaped padding edge | unshaped border edge | unshaped margin edge">unshaped edge</dfn>
199+
192200
Fragmentation {#fragmentation}
193201
-------------
194202

0 commit comments

Comments
 (0)