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

> Blink/Gecko/WebKit shifts the position by the amount of floats.

This seems right.
[fast/lists/001.html](https://trac.webkit.org/export/229052/webkit/trunk/LayoutTests/fast/lists/001.html): The left-top bullet is the marker of float div. The markers of other three div are positioned at the same place which is at right: original position + intrude width by float.
Change 001.html a bit to make it less confusing. [https://jsbin.com/hobakobiba/edit?html,css,output](https://jsbin.com/hobakobiba/edit?html,css,output)

>From the perspective of a reader, I think the approach of Blink/Gecko/WebKit could make the bullet and content more related, especially for the case [WebKit/Blink fast/lists/003.html](https://trac.webkit.org/export/229053/webkit/trunk/LayoutTests/fast/lists/003.html)

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

Received on Tuesday, 27 February 2018 07:39:50 UTC