Title: Display Widget accessibility issue
Last modified: April 19, 2021

---

# Display Widget accessibility issue

 *  [Nick](https://wordpress.org/support/users/nickbits/)
 * (@nickbits)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/display-widget-accessibility-issue/)
 * Hi,
 * I am creating a custom single-mec-events.php page, which is fine. I am using 
   three functions within it:
 *     ```
       $single->display_date_widget($single_event_obj);
       $single->display_time_widget($single_event_obj);
       $single->display_location_widget($single_event_obj);
       ```
   
 * All three work, however all three contain a **<dd>** tag. The tag is not wrapped
   in a **<dl>** tag which it needs to be to be accessible. Obviously in my page
   I can put a <dl> tag around the all or each statement but that still doesn’t 
   structure correctly for accessibility according to Lighthouse.
 * Question is, can the functions be overridden easily to make them accessible? 
   Or do you need to add <dl> tags to the code or re-evaluate that part?
 * Thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [webnus](https://wordpress.org/support/users/webnus/)
 * (@webnus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/display-widget-accessibility-issue/#post-14356618)
 * Hello [@nickbits](https://wordpress.org/support/users/nickbits/),
 * Thank you for your report,
 * In fact, the code needs the <dl> tag,
 * This is forwarded to the developer team and it will be checked and fixed for 
   the next updates.
 * Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Display Widget accessibility issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/modern-events-calendar-lite_e2f4ff.
   svg)
 * [Modern Events Calendar Lite](https://wordpress.org/plugins/modern-events-calendar-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modern-events-calendar-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modern-events-calendar-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/modern-events-calendar-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modern-events-calendar-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modern-events-calendar-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [webnus](https://wordpress.org/support/users/webnus/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/display-widget-accessibility-issue/#post-14356618)
 * Status: not resolved