There's the following pairs with the same semantic meaning:
htmlElementName and xmlNamehtmlAttributeName and xmlAttributecomment and htmlCommentstring, jsonString, xmlAttributeValue and htmlAttributeValuecssPropertyName and jsonKey
Is there a reason these are separated out instead of just using the same class name?
There's the following pairs with the same semantic meaning:
htmlElementNameandxmlNamehtmlAttributeNameandxmlAttributecommentandhtmlCommentstring,jsonString,xmlAttributeValueandhtmlAttributeValuecssPropertyNameandjsonKeyIs there a reason these are separated out instead of just using the same class name?