validator / htmlparser

The Validator.nu HTML parser https://about.validator.nu/htmlparser/
Other
56 stars 26 forks source link

table thead closing #1

Closed kaleb closed 13 years ago

kaleb commented 13 years ago

Observed

I attempted to validate this document: gist

validator.nu stated:

Error: Stray end tag thead.
From line 5, column 5; to line 5, column 11
table↩ <thead>↩

Expected

I was pretty sure this should have validated. I could be reading the spec wrong. Any help would be appreciated.

kaleb commented 13 years ago

nevermind. It was that caption requires a closing tag. I apologize if I had waisted somebody's time.