/
Don't use CSS rules to capitalize headings

Don't use CSS rules to capitalize headings

You can make CSS take a heading and capitalize it.

Generally better if you do not since it makes it harder for a team to understand - more difficult to find the headings in the HTML. More CSS for the team to learn and it makes the computer work harder.

This is all part of graceful degradation when there is no CSS.

Related content

Use Namespaces for CSS
Use Namespaces for CSS
More like this
Avoid text-transform : uppercase;
Avoid text-transform : uppercase;
More like this
How do I change the case of a string?
How do I change the case of a string?
More like this
CSS gotchas
CSS gotchas
More like this
CSS Selectors
CSS Selectors
More like this
Use of classes and divisions in CSS
Use of classes and divisions in CSS
More like this