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

Thanks! @kojiishi 
The basic idea in [this design proposal](https://docs.google.com/document/d/1bMerTLCSqHZYAERJ2HDr-4auOSw0eIx8QfD2vY92TNo) to fix overflow issue in chrome is that:
1. Generate a 0px height box as the parent as marker.( To eliminate line-break.)
2. Add this box as the first child of list item.
3. After all children of list item layout, align the vertical position of marker according to firstLineBox.

Theoretically, this design could eliminate the line-break generated by marker. Besides overflow\flex\grid\table\textarea, it could also be applied to the normal cases.

If any interest, very glad to discuss it. 

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

Received on Thursday, 9 November 2017 05:09:22 UTC