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
Fix description of missing-semicolon-after-character-reference error
The previous description was incorrect: `¬in` without a semicolon
will not be parsed as "∉" because `¬in` without a semicolon is not
included in the first column of the named character references table.
0 commit comments