The <box-edge>
value types represent a box edge keyword, such as content-box
and border-box
. The box-edge keywords are used to define different aspects of an element's box model and how elements are positioned and rendered on screen.
The box-edge keywords are the components of, but not limited to, the data types <visual-box>
, <layout-box>
, <paint-box>
, <coord-box>
, and <geometry-box>
. These types are applied to properties such as transform-box
and background-clip
.