Re: [csswg-drafts] [css-lists] Should list marker affects line height?

Changed Koji's test case a bit [https://jsbin.com/cenibuvawe/3/edit?html,css,output](https://jsbin.com/cenibuvawe/3/edit?html,css,output). The behavior is wierd except Gecko.

If we let marker affect the line height of the content block. I'm afraid this might make the behavior of the content block unpredictable. And this might confuse web developers.

Back to the in-flow or out-of-flow issue:
If we treat list marker as in-flow: Accord to the behavior of in-flow, marker should be affected by float object, and it could affect the height of list item but not the content block of list item.
If out-of-flow: marker shouldn't be affected by float object, and it shouldn't change the height of list item or the content block.

Looks like:
Gecko is like out-of-flow more, but let float objects affect the position of marker.
Edge/WebKit/Blink is like in-flow more, but let marker affect the content block.

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

Received on Tuesday, 13 March 2018 08:20:46 UTC