Completeness of "Link" elements
Linkable text (URLs, email addresses, etc.) should be contained inside a "Link" tag. This quality check fails if linkable text is found without a containing "Link" tag.
To resolve this quality check, contain the linkable text in a "Link" tag.
Detailed explanation
| Cases | Result |
|---|---|
| Marked content does not contain a linkable string | SKIPPED |
| Marked content with a linkable string is not a descendant of a "Link" tag | FAIL |
| Marked content with a linkable string is a descendant of a "Link" tag | PASS |