Issue #307 - add a ref link in comments

This commit is contained in:
Geoff McLane 2015-11-22 20:43:12 +01:00
parent 2388fb0175
commit b58aa1c26a
1 changed files with 2 additions and 0 deletions

View File

@ -1337,6 +1337,8 @@ void TY_(ParseBlock)( TidyDocImpl* doc, Node *element, GetTokenMode mode)
* Issue #307 - an <A> tag to ends any open <A> element
* Like #427827 - fixed by Randy Waki and Bjoern Hoehrmann 23 Aug 00
* in ParseInline(), fix copied HERE to ParseBlock()
* href: http://www.w3.org/TR/html-markup/a.html
* The interactive element a must not appear as a descendant of the a element.
\*/
if ( nodeIsA(node) && !node->implicit &&
(nodeIsA(element) || DescendantOf(element, TidyTag_A)) )