91f29ea7b8
Instead of recursive calls for each nested level of HTML, the next level is pushed to a stack on the heap, and returned to the main loop. This prevents stack overflow at _n_ depth (where _n_ is operating-system dependent). It's probably still possible to use all of the heap memory, but Tidy's allocators already fail gracefully in this circumstance. Please report any regressions of your own HTML! NOTE: the XML parser is not affected, and is probably still highly recursive.
15 lines
735 B
Plaintext
15 lines
735 B
Plaintext
line 17 column 13 - Info: missing optional end tag </li>
|
|
Info: Document content looks like HTML5
|
|
No warnings or errors were found.
|
|
|
|
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: https://html.spec.whatwg.org/multipage/
|
|
Validate your HTML documents: https://validator.w3.org/nu/
|
|
Lobby your company to join the W3C: https://www.w3.org/Consortium
|
|
|
|
Do you speak a language other than English, or a different variant of
|
|
English? Consider helping us to localize HTML Tidy. For details please see
|
|
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md
|