I've noticed that some popular naming conventions have been given names to make it easier to communicate about them. Two examples are Pascal Case and Camel Case.
I would like to know if there is a common name for a convention I have seen used in CSS. In this naming convention, all letters are lower-case and words are separated by hyphens. I don't know if this convention is CSS-specific.
Examples of names with this convention:
- red-car
- ticket
- xml-code