You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to specifying how to create new toggles, a toggle specifier overrides the existing toggle’s states, overflow, and group, if they differ, allowing an existing toggle to have its behavior changed if necessary.
It is notable that this list does not include the scope. Does this imply that if the scope in a specifier changes, you end up with two toggles with the same name on the same element, with different scopes? Or should it list scope as well?
Also, this statement seems to contradict 2. Toggle Concepts, which says:
Once created, none of their items are affected by CSS, and only their value can be changed by user interaction.
The text was updated successfully, but these errors were encountered:
It is notable that this list does not include the scope. Does this imply that if the scope in a specifier changes, you end up with two toggles with the same name on the same element, with different scopes? Or should it list scope as well?
It definitely shouldn't make another one. It probably should list scope, I'll have to look closely at this.
Also, this statement seems to contradict 2. Toggle Concepts, which says:
It's not contradictory - the values aren't changed, they can just be overridden at time-of-use. But it's definitely phrased somewhat confusingly. ^_^
3. Creating a Toggle: the toggle-root property says:
It is notable that this list does not include the scope. Does this imply that if the scope in a specifier changes, you end up with two toggles with the same name on the same element, with different scopes? Or should it list scope as well?
Also, this statement seems to contradict 2. Toggle Concepts, which says:
The text was updated successfully, but these errors were encountered: