Re: [csswg-drafts] differences between inline element and inline level element

See https://www.w3.org/TR/css-display-3/#glossary

You can e.g. have an inline-block, which is inline-level but not an inline box. And `display: flex` generates a block-level element which is a flex container instead of a block container, so it's not a block box.

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

Received on Monday, 21 May 2018 18:27:47 UTC