NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 801 - Html5 parser bug in table validation
Html5 parser bug in table validation
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-13 01:00 CET by f44b54325eb0
Modified: 2010-12-13 01:48 CET (History)
1 user (show)

See Also:


Attachments
html5 file that gets validated correctly, containing 1 error: line 123 (3.88 KB, text/plain)
2010-12-13 01:00 CET, f44b54325eb0
Details

Note You need to log in before you can comment on or make changes to this bug.
Description f44b54325eb0 2010-12-13 01:00:51 CET
Created attachment 188 [details]
html5 file that gets validated correctly, containing 1 error: line 123

Hello,
I found a bug while validating some documents in html5. When I validate a long table, the validator is not checking if I correctly close the <tr> tags before closing the <table> tag. I attached my file for reproduction. The validator tells me everything is fine, but a missing </tr> is not fine according to my understanding of the specification.
Comment 1 Henri Sivonen 2010-12-13 01:48:41 CET
The </tr> end tag is optional:
http://www.whatwg.org/specs/web-apps/current-work/#optional-tags