Update existing regression testing results to accommodate new behavior. This is
justified because we're simply reporting a new condition without changing output.
This commit is contained in:
parent
b9d1e2b5cc
commit
cf43bd3448
|
@ -8,10 +8,11 @@ line 7 column 1 - Warning: <base> isn't allowed in <b> elements
|
|||
line 6 column 1 - Info: <b> previously mentioned
|
||||
line 6 column 1 - Warning: missing </b> before <hr>
|
||||
line 3 column 1 - Warning: content occurs after end of body
|
||||
line 2 column 1 - Warning: blank 'title' element
|
||||
line 3 column 1 - Warning: trimming empty <marquee>
|
||||
line 6 column 1 - Warning: trimming empty <b>
|
||||
Info: Document content looks like HTML5
|
||||
Tidy found 11 warnings and 0 errors!
|
||||
Tidy found 12 warnings and 0 errors!
|
||||
|
||||
One or more empty elements were present in the source document but
|
||||
dropped on output. If these elements are necessary or you don't want
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
|
||||
line 7 column 1 - Warning: discarding unexpected XML declaration
|
||||
line 3 column 1 - Warning: blank 'title' element
|
||||
Info: Document content looks like HTML5
|
||||
Tidy found 2 warnings and 0 errors!
|
||||
Tidy found 3 warnings and 0 errors!
|
||||
|
||||
About HTML Tidy: https://github.com/htacg/tidy-html5
|
||||
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
|
||||
|
|
|
@ -3,9 +3,10 @@ line 7 column 1 - Warning: missing </font> before <ol>
|
|||
line 8 column 9 - Warning: inserting implicit <font>
|
||||
line 9 column 10 - Warning: inserting implicit <font>
|
||||
line 10 column 10 - Warning: inserting implicit <font>
|
||||
line 3 column 1 - Warning: blank 'title' element
|
||||
line 7 column 1 - Warning: trimming empty <font>
|
||||
Info: Document content looks like HTML5
|
||||
Tidy found 6 warnings and 0 errors!
|
||||
Tidy found 7 warnings and 0 errors!
|
||||
|
||||
You are recommended to use CSS to specify the font and
|
||||
properties such as its size and color. This will reduce
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
|
||||
line 8 column 1 - Warning: discarding unexpected <frame>
|
||||
line 10 column 1 - Warning: missing </noframes>
|
||||
line 3 column 3 - Warning: blank 'title' element
|
||||
line 5 column 1 - Warning: <frameset> element removed from HTML5
|
||||
line 6 column 3 - Warning: <frame> element removed from HTML5
|
||||
line 10 column 1 - Warning: <noframes> element removed from HTML5
|
||||
Info: Document content looks like HTML5
|
||||
Tidy found 6 warnings and 0 errors!
|
||||
Tidy found 7 warnings and 0 errors!
|
||||
|
||||
About HTML Tidy: https://github.com/htacg/tidy-html5
|
||||
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
|
||||
|
|
|
@ -5,9 +5,10 @@ line 6 column 14 - Error: <spanstyle> is not recognized!
|
|||
line 6 column 14 - Warning: discarding unexpected <spanstyle>
|
||||
line 6 column 44 - Warning: discarding unexpected </span>
|
||||
line 6 column 52 - Info: value for attribute "href" missing quote marks
|
||||
line 3 column 3 - Warning: blank 'title' element
|
||||
line 6 column 52 - Warning: <a> illegal characters found in URI
|
||||
Info: Document content looks like HTML5
|
||||
Tidy found 6 warnings and 1 error!
|
||||
Tidy found 7 warnings and 1 error!
|
||||
|
||||
This document has errors that must be fixed before
|
||||
using HTML Tidy to generate a tidied up version.
|
||||
|
|
Loading…
Reference in a new issue