Preview
Issue #1
This link is detectable (it has @class="author" and @data-post-id), I think it should be attached to the preceding video.
- Dima
- Cannot be reliably identified. It is very dangerous.
The link (<a> tag) really has @class="author". But it is in the <p> <em> <strong> <a> tag. That is deeply nested in the paragraph following the video.
http://prntscr.com/n7ciwq
<p> is not a video caption. It can contain any meaningful text and tags.
1. If we add only <a class="author"> in <figcaption> - we will tear out the link from the context of the next paragraph for the video, which is unacceptable.
2. 2. By adding the <p> tag that follows the video in <figcaption>, we risk adding not appropriate content. A tag can contain anything. Including other video, image etc.
- Type of issue
- IV page is missing essential content
- Reported
- Apr 3, 2019