[wp-trac] [WordPress Trac] #39058: W3C Validator error: Element dl is missing a required instance of child element dd

WordPress Trac noreply at wordpress.org
Sun Dec 4 17:55:37 UTC 2016


#39058: W3C Validator error: Element dl is missing a required instance of child
element dd
--------------------------+-----------------------------
 Reporter:  henry.wright  |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  4.6.1
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 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>
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/39058>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list