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.
Context
For circled symbols, we currently use the
.circlemodifier. 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 namedplus.circleunder this convention.Proposal
Rename
.circlemodifiers that correspond to circled variants to.circled. Similarly, rename.triangleand.squareto.triangledand.squaredfor consistency.Breaking changes
Many variants would become invalid. The exact list of such variants would be determined when implementing the proposal.