You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ideas/mistakes.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ That should be corrected if anyone invents a time machine. :P
4
4
5
5
* ''white-space: nowrap'' should be ''white-space: no-wrap''
6
6
* and line wrapping behavior should not have been added to ''white-space''
7
+
* ''animation-iteration-count'' should just have been ''animation-count'' (like ''column-count''!)
7
8
* ''vertical-align'' should not apply to table cells. Instead the CSS3 alignment properties should exist in Level 1.
8
9
* ''vertical-align: middle'' should be ''text-middle'' or ''x-middle'' because it's not really in the middle, and such a name would better describes what it does.
9
10
* Percentage heights should be calculated against ''fill-available'' rather than being undefined in auto situations.
0 commit comments