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
Checking if the file is correct using the program tidy:
ufechner@ubuntu:~/repos/Dataset2Html/data$ tidy -e summary.html
line 8 column 89 - Warning: missing <tr>
line 8 column 328 - Warning: <p> isn't allowed in <tbody> elements
line 8 column 321 - Info: <tbody> previously mentioned
Info: Document content looks like HTML5
Tidy found 2 warnings and 0 errors!
About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium
This is not only a theoretical problems, this html fails to render with some renderers.
The text was updated successfully, but these errors were encountered:
The first warning is a bug, and I am fixing it, however, for the second warning I need to learn how to fix it. Probably PrettyTables version 2 will fix it.
PS We will move the showing functionality to PrettyTables version 2 soon. The reason why we haven't move to the new version of the package yet is that the change will be breaking, thus a little more study would be a good idea.
Example:
Content of the file summary.html after running this script:
Checking if the file is correct using the program tidy:
This is not only a theoretical problems, this html fails to render with some renderers.
The text was updated successfully, but these errors were encountered: