Re: [csswg-drafts] [css-list-3] List-item outside markers

I think your proposed approach would make sense, but it does seem like the content of a formatting context can influence the position of the bullet in Chrome, and that is a problem because it is possible for a formatting context to relayout without causing a relayout of its parents in some cases. 

This might be a dupe of some other bugs mentioned above but I can reproduce this kind of issues in Chrome at this point, for instance: https://jsbin.com/jowefelubo/1/edit?html,css,output

In Edge, a bullet is never allowed to be inserted inside a formatting context (including overflow:hidden) which prevent this from being an issue (and also prevents the bullet from ever disappearing due to a child clipping). This sort of behavior is most likely easier to support interoperably.


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

Received on Wednesday, 27 December 2017 16:58:36 UTC