Preview
Issue #9
- Kirill S
- It's not identifiable (site issue). On the site captions have structure like that:
<img>
<caption>
(Look at the image before or any image on the site)
But in your example:
<p>
<img>
</p>
<p>
<caption>
</p>
- Declined by admin
- Type of issue
- IV page is missing essential content
- Reported
- May 3, 2019
It ends up as regular text in a paragraph.
Very recent article.
The caption is in its own <p>, but it immediately follows the corresponding <img> is identified with `<span class="c-legende">` so there's no reason to miss it just because it's not in the same <p> as the image.
See my template for proper handling of all captions.
Note that this isn't a one-off, this happens on several very recent articles : https://www.lejdc.fr/nevers-58000/actualites/un-froid-presque-record-a-nevers-avec-6-5-c-de-nouvelles-gelees-annoncees_13540562/ for another example (although the markup is slightly different here, it can be identified just the same since `<span class="c-legende">` immediately follows the `<img>` -- see my template).
(disclosure: Gi reporting from another account)