What version of CSS do people complain about? By chance are you talking about bleeding edge unaccepted CSS proposals?
In any case, the list of CSS improvements is long. Off the top of my head:
* Remove min-height, max-height, vertical-align, text-align, etc. in favor of unified Flex model.
* Rename color to font-color.
* Default to box-sizing (or remove content-sizing)
* Make <fieldset> stylable by CSS.
* Make inline styles work with pseudo-selectors, or remove inline styles altogether
* Reduce the number of units
What version of CSS do people complain about? By chance are you talking about bleeding edge unaccepted CSS proposals?
In any case, the list of CSS improvements is long. Off the top of my head:
* Remove min-height, max-height, vertical-align, text-align, etc. in favor of unified Flex model.
* Rename color to font-color.
* Default to box-sizing (or remove content-sizing)
* Make <fieldset> stylable by CSS.
* Make inline styles work with pseudo-selectors, or remove inline styles altogether
* Reduce the number of units