kennethormandy / normalize-opentype.css

Adds OpenType features—ligatures, kerning, and more—to Normalize.css.
http://kennethormandy.com/journal/normalize-opentype-css
MIT License
791 stars 29 forks source link

Use `tbody` as a selector to replace two rulesets by one. #20

Closed rastus-vernon closed 9 years ago

rastus-vernon commented 9 years ago

Selecting all td elements would give the same result. Also, this will not turn off kerning in table captions.

kennethormandy commented 9 years ago

Thanks @rastus-vernon! I am still @extend-ing the base features for tables, but this definitely reduces the complexity of understanding what’s going on there.

If you want to email me your mailing address, I’ll send you a thank you note, it’s the last part of my contributing process. :)

robsonsobral commented 8 years ago

I'm not sure it's cool to revert table headings to defaults for, since we can have numbers on them or even words which repeat on the column.

Maybe it's better to keep thead and tfoot aligning to the columns below and above them.