codeblankets reblogged
- z-index should be called z-order or depth and should Just Work on all elements (like it does on flex items).
- word-wrap/overflow-wrap should not exist. Instead, overflow-wrap should be a keyword on ‘white-space’, like nowrap (no-wrap).
- The top and bottom margins of a box should never have been allowed to collapse together automatically as this is the root of all margin-collapsing evil.
(via DN)