What??? What kind of nonsense? 1. Img can't exists in h1 in IV 2. On all pages in the site class "bi-photo-caption" use for caption of images (this is figcaption) 3. If img and figcaption located in one block - this is figure, it's obvious! And easy detect. 4. If you don't now how it make, I help to you: <figure>: //*[./*[has-class("bi-photo-caption")] and ./img][count(*)=2][normalize-space(.) = ""] <figcaption>: $@//*[has-class("bi-photo-caption")]
you don't have to duplicate those issues all the time. If you think it's valid, then one is enough.
Declined by admin
Type of issue
IV page is missing essential content
Reported
Mar 28, 2019
Log In
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
What??? What kind of nonsense?
1. Img can't exists in h1 in IV
2. On all pages in the site class "bi-photo-caption" use for caption of images (this is figcaption)
3. If img and figcaption located in one block - this is figure, it's obvious! And easy detect.
4. If you don't now how it make, I help to you:
<figure>: //*[./*[has-class("bi-photo-caption")] and ./img][count(*)=2][normalize-space(.) = ""]
<figcaption>: $@//*[has-class("bi-photo-caption")]