parent
1f2162553a
commit
880221e26d
|
@ -8,7 +8,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1 id="top">Quick Reference</h1>
|
<h1 id="top">Quick Reference</h1>
|
||||||
<h2>HTML Tidy Configuration Options</h2>
|
<h2>HTML Tidy Configuration Options</h2>
|
||||||
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/f5c2739">https://github.com/w3c/tidy-html5/tree/f5c2739</a></p>
|
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/abc1e3f">https://github.com/w3c/tidy-html5/tree/abc1e3f</a></p>
|
||||||
<p>
|
<p>
|
||||||
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
|
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -3525,7 +3525,7 @@ void TY_(ParseBody)(TidyDocImpl* doc, Node *body, GetTokenMode mode)
|
||||||
|
|
||||||
if (TY_(nodeIsElement)(node))
|
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 */
|
/* HTML4 strict doesn't allow inline content here */
|
||||||
/* but HTML2 does allow img elements as children of body */
|
/* but HTML2 does allow img elements as children of body */
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/abc1e3f";
|
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/1f21625";
|
Loading…
Reference in a new issue