CommunityToolkit / CommunityToolkit/ColorCode-Universal
Why are there multiple CSS classes that mean the same thing?
Open
- Dominant language
- C#
- Stars
- 265
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.