Re: [csswg-drafts] How to increase margins of containers for pending floats ? (#4052)

Note that when playing with ways to solve the problems for the placement of bullets  and their margin, I discovered a probable bug in my browser: when the list item has a "transparency:1" (the default), the bullet is drawn **over** the float that covers it (so it appears as plain black, the default foreground colon); but when "transparency:" has any other value<1, it is drawn **under** the floats that covers it (because that float is maggenta, the bullet appears as dark magento with "opacity:0.8"
In both cases however it is incorrectly position (its 2em left margin is collapsed with the padding parent and not relative to the inner context )

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

Received on Friday, 28 June 2019 04:36:54 UTC