Opened 8 years ago
Closed 6 years ago
#39058 closed defect (bug) (duplicate)
W3C Validator error: Element dl is missing a required instance of child element dd
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6.1 |
Component: | Gallery | Keywords: | needs-patch |
Focuses: | Cc: |
Description
The W3C Validator gives an error when using the gallery shortcode. Here's an example:
[gallery link="file" columns="2" size="large" ids="746,745,741,740"]
I believe markup should be:
<dl> <dt></dt> <dd></dd> </dl>
Example of what is being output:
<dl> <dt></dt> </dl>
Change History (2)
Note: See
TracTickets for help on using
tickets.
I am able to reproduce this when using the Classic Editor, or the Classic block in the new block editor. The theme must not have support for HTML5 galleries.