In this article for example:
http://parsoid.wmflabs.org/enwikivoyage/South_America
You have this node in the the <body>:
<link rel="mw:PageProp/Category" href="./Category:Has_custom_banner" data-parsoid='{"stx":"simple","a":{"href":"./Category:Has_custom_banner"},"sa":{"href":"Category:Has custom banner"}}'/>
This is pretty odd because:
- This is a "metadata" which shouldn't be mixed with rendered data
- <link> nodes should be in the <head>, according the W3C ("The LINK element may only appear in the head of a document."):http://www.w3.org/TR/html401/struct/links.html
Version: unspecified
Severity: normal