Re: [csswg-drafts] [css-lists] Property to control the spacing (gap) between list-items (#11985)

`display: list-item` is just `display: block` with a marker box. The contents are laid out using normal block/inline layout, and list items participate in their parent formatting context as normal.

I would be opposed to list items being able to change the rules of the parent formatting context (tables are already a big mess due to this), and I don't want all formatting context having to add some especial cases for list items either.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11985#issuecomment-2745909312 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 22 March 2025 23:13:27 UTC