diff options
Diffstat (limited to 'doc/css.md')
-rw-r--r-- | doc/css.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/css.md b/doc/css.md index cc82de63..7bb4c20b 100644 --- a/doc/css.md +++ b/doc/css.md @@ -153,9 +153,10 @@ as an in-cell offset. The lengths `1em` and `1ch` compute to the cell height and cell width respectively. -In outer inline boxes (`inline-block`, `inline-flex`), margins and -padding that are smaller than one cell (on the respective axis) are -ignored. This does not apply to blockified inline boxes. +In outer inline boxes (`inline-block`, `inline-flex`) and `list-item` +boxes, margins and padding that are smaller than one cell (on the +respective axis) are ignored. This does not apply to blockified inline +boxes. When calculating clip boxes (`overflow: hidden` or `clip`), the clip box's offset is floored, and its size is ceiled to the nearest cell's |