diff --git a/quickref.html b/quickref.html index 03e8cb9..61f3c29 100644 --- a/quickref.html +++ b/quickref.html @@ -8,7 +8,7 @@

Quick Reference

HTML Tidy Configuration Options

-

Version: https://github.com/w3c/tidy-html5/tree/f5c2739

+

Version: https://github.com/w3c/tidy-html5/tree/abc1e3f

HTML, XHTML, XML
diff --git a/src/parser.c b/src/parser.c index 85108f8..6ae67fc 100644 --- a/src/parser.c +++ b/src/parser.c @@ -3525,7 +3525,7 @@ void TY_(ParseBody)(TidyDocImpl* doc, Node *body, GetTokenMode mode) if (TY_(nodeIsElement)(node)) { - if ( TY_(nodeHasCM)(node, CM_INLINE) && !TY_(nodeHasCM)(node, CM_MIXED) ) + if ( TY_(nodeHasCM)(node, CM_INLINE) ) { /* HTML4 strict doesn't allow inline content here */ /* but HTML2 does allow img elements as children of body */ diff --git a/src/version.h b/src/version.h index 5690228..34507fe 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/abc1e3f"; \ No newline at end of file +static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/1f21625"; \ No newline at end of file