ColorCode-Universal
ColorCode-Universal copied to clipboard
Why are there multiple CSS classes that mean the same thing?
trafficstars
There's the following pairs with the same semantic meaning:
htmlElementNameandxmlNamehtmlAttributeNameandxmlAttributecommentandhtmlCommentstring,jsonString,xmlAttributeValueandhtmlAttributeValuecssPropertyNameandjsonKey
Is there a reason these are separated out instead of just using the same class name?