Skip to content

Commit b58aa1c

Browse files
committed
Issue #307 - add a ref link in comments
1 parent 2388fb0 commit b58aa1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser.c

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

0 commit comments

Comments
 (0)