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
{{ message }}
This repository has been archived by the owner on May 28, 2024. It is now read-only.
Given the change in syntax, and that all custom states now have to be prefixed with '--', it raises the question of whether built-in states should also be reflected in the API.
e.g. if an element is being hovered over, should el.states.has('hover') be true?
This fits with Houdini's mission to explain existing CSS behavior.
Of course, the user should no be able to add or clear built-in state.
The text was updated successfully, but these errors were encountered:
Given the change in syntax, and that all custom states now have to be prefixed with '--', it raises the question of whether built-in states should also be reflected in the API.
e.g. if an element is being hovered over, should
el.states.has('hover')
be true?This fits with Houdini's mission to explain existing CSS behavior.
Of course, the user should no be able to add or clear built-in state.
The text was updated successfully, but these errors were encountered: