Re: [csswg-drafts] [css-lists] Outside marker positioning with floats

Personally, I am looking forward to exploring the use of `display:grid` on all my `ul` an `ol` tags then setting all `li` tags as `display:subgrid`, with either a `::before` or `::marker` selector to populate the "gutter" as a responsive grid column to solve what I imagine as any possible problems with current list styling implementations, and maybe bypassing most of this spec.

Similar to Eric Meyer's [Grid Powered Drop Quotes](https://meyerweb.com/eric/thoughts/2017/04/07/grid-powered-drop-quotes/), but requiring `subgrid` for consistent `::marker` layout across list items. If it works well enough, I'll probably use it as a reset for all my projects list styling.

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

Received on Saturday, 10 March 2018 08:01:42 UTC