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

Typo "numer" for "number" #9

Closed briankoser closed 10 years ago

briankoser commented 10 years ago

In normalize-opentype.css, on line 94 input[type="numer"] should be input[type="number"]. I was going to do a pull request, but wasn't sure if it was worth figuring out SUIT CSS for a one-character change. :)

kennethormandy commented 10 years ago

Thanks, good catch! I’m on it, those tests are overdue anyway. If you want to add the one-character fix so you’ll be listed as a contributor, feel free, and I’ll take care of the SUIT stuff.

briankoser commented 10 years ago

Cool. Great project btw, it's amazing how fiddly these features are still.

kennethormandy commented 10 years ago

Thanks Brian! Yeah, I agree. And I appreciate you opening an issue for this, if you come across anything else I’ll do my best to take care of it.