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
Starting from the data state, we have
1. `<` switches to the tag open state
2. `!` switches to the markup declaration open state
3. `--` switches to the comment start state
4. `-` (the third one) switches to the comment start dash state
5. `-` (the fourth one) switches to the comment end state
6. `-` (the fifth one) appends `-` to the comment and does not change
state
7. `>` emits the comment token and switches to the data state.
0 commit comments