width
/height
to start fromDisplay:none;
(head/style) removes box & subtreeDisplay:contents;
(figure?) removes boxDisplay:list-item;
(li) generates a second ::marker
boxList-style-position
moves ::marker
in or out of primary boxdisplay
propertydiv
s when doing layoutlist-item
keyword::marker
boxdisplay
propInline
or block
flow
layoutline-height
(initial normal
from font metrics)inline
axis is not always the width
flow
or flow-root
Flow
is our default inner display valueoverflow: hidden;
overflow:hidden
inline-block
block
list-item
content-box
box-sizing: border-box
on all elementsmargin-block
, padding-inline
, border-block
justify-*
props apply to the ‘main’ axisalign-*
props apply to the ‘cross’ axisalign-content
onlyjustify
an individual item,