by andrewbaron on 1/8/15, 5:12 PM with 21 comments
by mrdrozdov on 1/8/15, 6:59 PM
FWIW, max z-index that is cross-browser safe is: 16777271
by leeoniya on 1/8/15, 7:01 PM
i only wish that <col> elements could propagate style rules as if they were parents of all the related td/th cells. there's still no way to specify text-align and font-* on entire columns easily, which is just silly.
by nevir on 1/8/15, 7:02 PM
by andrewbaron on 1/8/15, 7:12 PM
by WhitneyLand on 1/8/15, 9:08 PM
Besides the potential of sharing across platforms, it would be one less system for layout and styles that had to be learned.
by freshyill on 1/8/15, 10:00 PM
* `content` is in the top 5 properties?
* Glad to see nobody else uses two colons on pseudo selectors.
* I can't believe how rare rgb color usage is! 0.4%? hsl I can believe.
* I'd be interested to see how many sites use `!important` (the correct number in a style sheet is zero).
by AlexMcP on 1/8/15, 9:45 PM