popcode icon indicating copy to clipboard operation
popcode copied to clipboard

HTML Validation bugs before and after <html> tags

Open jwang1919 opened this issue 8 years ago • 0 comments

HTML Validation needs to be tuned for scenarios when someone types outside the <html> tags.

When typing before the <html> tag, the error is incorrect and complains of a missing <title> tag: https://popcode.org/?snapshot=d67b60f2-822d-47fa-a0a0-8a9f4f3a9e5d

When typing after the <html> tag, no error is thrown: https://popcode.org/?snapshot=8217d934-fe16-4695-9bab-8a0361c223a6

jwang1919 avatar Sep 23 '17 13:09 jwang1919