tabatkins / css-toggle

Proposal for a CSS Toggle spec
Creative Commons Zero v1.0 Universal
28 stars 1 forks source link

spec should be more consistent with cycle versus overflow terminology #31

Open dbaron opened 2 years ago

dbaron commented 2 years ago

In the definition of toggle-root a concept is called <toggle-overflow> but in the API this same toggle is called "cycle" (in the cycle attribute on CSSToggle, and in the CSSToggleCycle enum).

I think these names should probably be consistent rather than using 2 different names for the same thing. I might slightly lean towards overflow since then the concept has a name different from its values.