Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ideas:mistakes [2018/12/26 08:43] astearnsideas:mistakes [2019/12/05 05:28] – CNS chrisl
Line 15: Line 15:
   * ''z-index'' should be called ''z-order'' or ''depth'' and should Just Work on all elements (like it does on flex items).   * ''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'').   * ''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**.+  * The top and bottom margins of a single box should never have been allowed to collapse together automatically as this is the **root of all margin-collapsing evil**.
   * Partial collapsing of margins instead of weird rules to handle min/max-heights?   * Partial collapsing of margins instead of weird rules to handle min/max-heights?
   * Tables (like other non-blocks, e.g. flex containers) should form pseudo-stacking contexts.   * Tables (like other non-blocks, e.g. flex containers) should form pseudo-stacking contexts.
-  * The ''currentcolor'' keyword should have dash, ''current-color''+  * The ''currentColor'' keyword should have retained the dash, ''current-color'', as originally specified. Likewise all other color multi-word keyword names
-  * There should have been a predictable color naming system instead of arbitrary X11 names.+  * There should have been a predictable color naming system (like CNS) instead of the arbitrary X11 names which were eventually adopted.
   * ''border-radius'' should have been ''corner-radius''.   * ''border-radius'' should have been ''corner-radius''.
   * Absolutely-positioned replaced elements should stretch when opposite offset properties (e.g. left+right) are set, instead of being start-aligned.   * Absolutely-positioned replaced elements should stretch when opposite offset properties (e.g. left+right) are set, instead of being start-aligned.
 
ideas/mistakes.txt · Last modified: 2023/04/10 22:39 by fantasai
Recent changes RSS feed Valid XHTML 1.0 Valid CSS Driven by DokuWiki