Table layout should be sane.
Hear, hear.
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
Table layout should be sane.
Hear, hear.
maybe a reboot is in order, and CSS4 could ditch backwards compatibility?
That would break the internet.
It shouldn't be
!important
— that reads to engineers as “not important”. We should have picked another way to write this.
Maybe @important
. Alternatively @specificity(0, 0, 0)
with custom values. And allow it to be applied to both rules and selectors. That would have been cool.
I know it's bad practice to use !important
anyway, but a quick way to customize specificity inline is useful for testing.