Created
February 12, 2009 07:57
-
-
Save miknight/62540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% tidy -e test.html | |
line 28 column 1 - Warning: missing </pre> before <table> | |
line 43 column 7 - Warning: inserting implicit <pre> | |
line 51 column 1 - Warning: missing </pre> before <table> | |
line 78 column 7 - Warning: inserting implicit <pre> | |
line 91 column 1 - Warning: missing </pre> before <table> | |
line 128 column 7 - Warning: inserting implicit <pre> | |
line 171 column 1 - Warning: missing </pre> before <table> | |
line 206 column 7 - Warning: inserting implicit <pre> | |
line 217 column 1 - Warning: missing </pre> before <table> | |
line 226 column 7 - Warning: inserting implicit <pre> | |
line 236 column 1 - Warning: missing </pre> before <table> | |
line 267 column 7 - Warning: inserting implicit <pre> | |
line 295 column 8 - Warning: '<' + '/' + letter not allowed here | |
line 296 column 7 - Warning: '<' + '/' + letter not allowed here | |
line 297 column 5 - Warning: '<' + '/' + letter not allowed here | |
line 299 column 9 - Warning: '<' + '/' + letter not allowed here | |
line 301 column 23 - Warning: '<' + '/' + letter not allowed here | |
line 302 column 81 - Warning: '<' + '/' + letter not allowed here | |
line 304 column 115 - Warning: '<' + '/' + letter not allowed here | |
line 304 column 121 - Warning: '<' + '/' + letter not allowed here | |
line 305 column 92 - Warning: '<' + '/' + letter not allowed here | |
line 305 column 97 - Warning: '<' + '/' + letter not allowed here | |
line 306 column 82 - Warning: '<' + '/' + letter not allowed here | |
line 306 column 87 - Warning: '<' + '/' + letter not allowed here | |
line 307 column 30 - Warning: '<' + '/' + letter not allowed here | |
line 308 column 158 - Warning: '<' + '/' + letter not allowed here | |
line 308 column 163 - Warning: '<' + '/' + letter not allowed here | |
line 309 column 205 - Warning: '<' + '/' + letter not allowed here | |
line 309 column 210 - Warning: '<' + '/' + letter not allowed here | |
line 310 column 9 - Warning: '<' + '/' + letter not allowed here | |
line 311 column 7 - Warning: '<' + '/' + letter not allowed here | |
line 312 column 94 - Warning: '<' + '/' + letter not allowed here | |
line 312 column 156 - Warning: '<' + '/' + letter not allowed here | |
line 312 column 229 - Warning: '<' + '/' + letter not allowed here | |
line 312 column 236 - Warning: '<' + '/' + letter not allowed here | |
line 316 column 8 - Warning: '<' + '/' + letter not allowed here | |
line 321 column 8 - Warning: '<' + '/' + letter not allowed here | |
line 322 column 6 - Warning: '<' + '/' + letter not allowed here | |
line 323 column 6 - Warning: '<' + '/' + letter not allowed here | |
line 282 column 1 - Warning: missing </script> | |
line 282 column 1 - Warning: missing </script> | |
line 23 column 5 - Warning: missing </div> | |
line 18 column 7 - Warning: missing </div> | |
line 17 column 5 - Warning: missing </div> | |
line 13 column 3 - Warning: missing </div> | |
line 28 column 8 - Warning: <table> lacks "summary" attribute | |
line 51 column 8 - Warning: <table> lacks "summary" attribute | |
line 91 column 8 - Warning: <table> lacks "summary" attribute | |
line 171 column 8 - Warning: <table> lacks "summary" attribute | |
line 217 column 8 - Warning: <table> lacks "summary" attribute | |
line 236 column 8 - Warning: <table> lacks "summary" attribute | |
line 28 column 1 - Warning: trimming empty <pre> | |
line 51 column 1 - Warning: trimming empty <pre> | |
line 91 column 1 - Warning: trimming empty <pre> | |
line 171 column 1 - Warning: trimming empty <pre> | |
line 217 column 1 - Warning: trimming empty <pre> | |
line 236 column 1 - Warning: trimming empty <pre> | |
Info: Doctype given is "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
Info: Document content looks like XHTML 1.0 Strict | |
57 warnings, 0 errors were found! | |
The table summary attribute should be used to describe | |
the table structure. It is very helpful for people using | |
non-visual browsers. The scope and headers attributes for | |
table cells are useful for specifying which headers apply | |
to each table cell, enabling non-visual browsers to provide | |
a meaningful context for each cell. | |
For further advice on how to make your pages accessible | |
see http://www.w3.org/WAI/GL. You may also want to try | |
"http://www.cast.org/bobby/" which is a free Web-based | |
service for checking URLs for accessibility. | |
To learn more about HTML Tidy see http://tidy.sourceforge.net | |
Please send bug reports to [email protected] | |
HTML and CSS specifications are available from http://www.w3.org/ | |
Lobby your company to join W3C, see http://www.w3.org/Consortium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment