Description
Context
For circled symbols, we currently use the .circle
modifier. This creates a name conflict in the case of U+2A22 ⨢ "Plus sign with small circle above" and U+2295 ⊕ "Circled plus", which both ought to be named plus.circle
under this convention.
Proposal
Rename .circle
modifiers that correspond to circled variants to .circled
. Similarly, rename .triangle
and .square
to .triangled
and .squared
for consistency.
Breaking changes
Many variants would become invalid. The exact list of such variants would be determined when implementing the proposal.