ColorCode-Universal icon indicating copy to clipboard operation
ColorCode-Universal copied to clipboard

Why are there multiple CSS classes that mean the same thing?

Open Daniel15 opened this issue 1 year ago • 0 comments
trafficstars

There's the following pairs with the same semantic meaning:

  • htmlElementName and xmlName
  • htmlAttributeName and xmlAttribute
  • comment and htmlComment
  • string, jsonString, xmlAttributeValue and htmlAttributeValue
  • cssPropertyName and jsonKey

Is there a reason these are separated out instead of just using the same class name?

Daniel15 avatar Apr 01 '24 04:04 Daniel15