-
Notifications
You must be signed in to change notification settings - Fork 435
Closed
Labels
Description
Hi there,
I run the latest tidy release command tidy.exe -o <output_path> <input_path> with the attached sample. The start button in the output file becomes unclickable. Is it expected behavior? Is there any option to keep the interactive of the button?
The output message when run command:
line 104 column 37 - Warning: missing </span> before </center>
line 114 column 1 - Warning: missing </a> before <table>
line 119 column 1 - Warning: missing </a> before <center>
line 121 column 1 - Warning: discarding unexpected </a>
line 125 column 1 - Warning: discarding unexpected </a>
line 41 column 185 - Warning: <img> lacks "alt" attribute
line 94 column 38 - Warning: <img> lacks "alt" attribute
line 241 column 16 - Warning: <img> lacks "alt" attribute
line 245 column 1 - Warning: <br> attribute "clear" has invalid value "both"
line 12 column 1 - Warning: <td> attribute "align" not allowed for HTML5
line 13 column 1 - Warning: <table> attribute "align" not allowed for HTML5
line 16 column 1 - Warning: <td> attribute "align" not allowed for HTML5
line 17 column 1 - Warning: <table> attribute "align" not allowed for HTML5
line 32 column 1 - Warning: <table> attribute "align" not allowed for HTML5
line 65 column 1 - Warning: <table> attribute "align" not allowed for HTML5
line 94 column 1 - Warning: <center> element removed from HTML5
line 99 column 1 - Warning: <center> element removed from HTML5
line 104 column 1 - Warning: <center> element removed from HTML5
line 109 column 1 - Warning: <center> element removed from HTML5
line 120 column 1 - Warning: <center> element removed from HTML5
line 120 column 9 - Warning: <font> element removed from HTML5
line 134 column 1 - Warning: <center> element removed from HTML5
line 222 column 1 - Warning: <table> attribute "align" not allowed for HTML5
line 6 column 1 - Warning: <style> proprietary attribute "nonce"
Info: Document content looks like HTML5
Tidy found 25 warnings and 0 errors!
Thanks.