tidy-html5/src
Jim Derry b5d28d7d30 Fixes #523.
Added test case to test flexibility.
Updated old test case 443678, which is better with this fix.

This fixes #523 and tries to be as general as possible. Right now the fix is
only applied if the prev or next tag is a body level div, but perhaps should
be applied for anything that's acting as block level element. In any case,
the specific bug is killed.
2021-08-26 15:59:33 -04:00
..
access.c Spelling fixes, thanks to @jschleus. 2021-07-21 15:50:53 -04:00
access.h HTTPS Migration 2021-07-21 17:21:27 -04:00
alloc.c Issue #604 - Try to fix. Initial cut. WIP 2017-10-13 20:50:53 +02:00
attrdict.c Add muted and playsinline video attributes for HTML5. 2021-05-11 20:53:03 -07:00
attrdict.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
attrs.c HTTPS Migration 2021-07-21 17:21:27 -04:00
attrs.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
buffio.c Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00
charsets.c Remove CVS info blocks 2012-08-08 17:27:29 +01:00
charsets.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
clean.c Remove more recursion. 2021-07-30 17:15:58 -04:00
clean.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
config.c Set the indent character in a more appropriate spot. 2021-08-19 18:12:29 -04:00
config.h Spelling fixes, thanks to @jschleus. 2021-07-21 15:50:53 -04:00
entities.c Issue #643 - Only break lookup if 'code' AND 'version' found. 2017-11-17 02:46:14 +01:00
entities.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
fileio.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
fileio.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
forward.h Fixes #967. I'm not going to bump versions, as this is a build fix without affecting binary outputs. 2021-07-12 09:53:05 -04:00
gdoc.c Fixes #946 by refactoring the recursion into a loop with a heap-based stack. 2021-07-31 08:26:16 -04:00
gdoc.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
istack.c Removed dependency on NDEBUG, and introduced ENABLE_DEBUG_LOG in CMakeLists.txt. 2017-10-07 14:56:01 -04:00
language.c Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
language.h Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
language_de.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_en.h HTTPS Migration 2021-07-21 17:21:27 -04:00
language_en_gb.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_es.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_es_mx.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_fr.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_pt_br.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
language_zh_cn.h Updated localization information and files. No version bump. 2021-07-30 10:43:39 -04:00
lexer.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
lexer.h Logging for ParseScript(). 2021-08-26 09:10:28 -04:00
mappedio.c Documentation formatting. 2017-10-03 15:30:21 -04:00
mappedio.h Remove CVS info blocks 2012-08-08 17:27:29 +01:00
message.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
message.h Spelling fixes, thanks to @jschleus. 2021-07-21 15:50:53 -04:00
messageobj.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
messageobj.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
parser.c Fixes #523. 2021-08-26 15:59:33 -04:00
parser.h Fixes #464. Test cases added. 2021-08-17 11:38:42 -04:00
pprint.c Primarily documentation of the pprint.c/h, with some file organization and 2021-08-19 16:14:46 -04:00
pprint.h Primarily documentation of the pprint.c/h, with some file organization and 2021-08-19 16:14:46 -04:00
sprtf.c Issue #604 - Remove 'sprtf' code if not ENABLE_DEBUG_LOG 2017-10-14 12:27:19 +02:00
sprtf.h Issue #604 - Remove 'sprtf' code if not ENABLE_DEBUG_LOG 2017-10-14 12:27:19 +02:00
streamio.c Static analyzer fixes. 2021-07-30 18:32:34 -04:00
streamio.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
tagask.c Removed deprecated NodeIsElementName from API. 2017-02-18 16:33:21 -05:00
tags.c Primarily documentation of the pprint.c/h, with some file organization and 2021-08-19 16:14:46 -04:00
tags.h Fixes #611. 2021-08-17 14:51:40 -04:00
tidy-int.h Primarily documentation of the pprint.c/h, with some file organization and 2021-08-19 16:14:46 -04:00
tidylib.c Logging for ParseScript(). 2021-08-26 09:10:28 -04:00
tmbstr.c Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
tmbstr.h Fixes #719. Pass the string representation of the parameter name, and post process before output. Adds strrep() service to support. 2021-07-30 16:40:48 -04:00
utf8.c HTTPS Migration 2021-07-21 17:21:27 -04:00
utf8.h Fixed merge conflict; fixed non-build issue on macOS. RC for testing. 2021-07-10 11:13:58 -04:00
version.h Rename two headers. Issues #224 #223 #221 2015-06-30 20:06:02 +02:00