Is it recommended to use descriptive class names in HTML that fully describe its content, such as navbar-static-8
for a fixed navbar with 8 items?
Alternatively, should the metadata be separated into individual attributes like type="static" items="8"
?
I would like these names to be parsed in javascript.