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)
Viewing 1 replies (of 1 total)
The topic ‘Display Widget accessibility issue’ is closed to new replies.