Quote:
Originally Posted by phillipgessert
I believe the result of both of those would be the same, and once hard caps exist in the markup they aren’t fixable via CSS. You can go lower to upper but not the reverse. So, adding text-transform wouldn’t help either. You’ll get all caps (no small caps) either way.
|
You do need a
text-transform: lowercase; if the letters are uppercase because they will stay that way without,
Try the code in the last code block. remove the text-transform and watch it no longer work.