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
I've heard that the old HTML specification should avoid consecutive hyphens.
Do you think you should avoid separating the description with two hyphens?
The text was updated successfully, but these errors were encountered:
"Comment state" -> "Comment end dash state" -> "Comment end state", then it says "Append two U+002D HYPHEN-MINUS characters (-) to the comment token's data.", but the tokenizer appends only one hypen.
I would like to be able to accept directive comment descriptions in
eslint-plugin-vue
.However, the comment value did not produce the expected result.
The following HTML comment is parsed as follows:
I expect the following results.
I've heard that the old HTML specification should avoid consecutive hyphens.
Do you think you should avoid separating the description with two hyphens?
The text was updated successfully, but these errors were encountered: