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
Contrary to the original implementation of HtmlLexicalAnalyzer.cs, I believe whitespaces after opening tags ARE significant. Furthermore IE, Edge and Chrome seem to agree. I changed line 100 to:
_ignoreNextWhitespace = false; // Whitespaces after opening tags ARE significant