I’ll have…
- andywaer
Just learned the CSS propertytext-transform:capitalize
has a bug with all-caps text: “FAIL” will not convert to “Fail,” it remains FAIL.- joshthewebguy
@andywaer that’s whatstrtolower()
is for.- andywaer
@joshthewebguy Ha. Thanks, smartass. Not if you’re working only in CSS- joshthewebguy
@andywaer jquery?- andywaer
@joshthewebguy In a CSS-only environment, it fails.- andywaer
@joshthewebguy what good is a CSS property if it requires the help of another language in order for its tests to pass?- hober
@andywaer: ‘text-transform: capitalize
’s definition: “Puts the first character of each word in uppercase; other characters are unaffected.”- hober
@andywaer: see http://tinyurl.com/5mt3wz for more.- andywaer
@hober yeah, I’ve read the spec. it’s just a useless definition in practice.- andywaer
I’ll have one ball-busting with a side of RTFM, please.