Hello, I'm trying to validate a project of mine in W3C Validator.
My page contains a Wordpress gallery, the one you manually create from the Dashboard. The problem is, I do not know why, W3C says it shows this error
Element dl is missing a required instance of child element dd.
The structure created by the Wordpress Gallery is this:
<dl class="gallery-item">
<dt class="gallery-icon landscape">
<!-- img -->
</dt>
</dl>
Would anyone know of any way to fix this? Since, I can not edit this code created by the gallery.
If useful, follow the W3C link with page verification.