Positioning markers in CSS Lists defines that the marker is positioned at the border edge of the ancestor list item. I understand this section is not ready, but to share our findings.
When there're floats, it looks like:
- Trident/Edge still positions the marker at the border edge of
<li>.
- Blink/Gecko/WebKit shifts the position by the amount of floats.
Test@codepen
A test in WebKit/Blink fast/lists/003.html indicates this was intentionally done.
/cc @FremyCompany @cathiechen