1
Hello, I’m trying to validate a project of mine in W3C Validator.
My page contains a Wordpress gallery, the one you manually create through the Dashboard. The problem is, I don’t know why, the W3C says shows this error
Element dl is Missing a required instance of Child element dd.
The structure created by Wordpress Gallery is this:
<dl class="gallery-item">
<dt class="gallery-icon landscape">
<!-- img -->
</dt>
</dl>
Would anyone know any way to fix it? Since, I have no way to edit this code created by the gallery.
If useful, follow the W3C link with the page check.
Man, I just figured out on my own, a few minutes ago, that putting subtitles would solve it. Anyway, thank you for your explanation, it was very helpful.
– Julio Cesar