Great to see this update!
It does nicely display the range for multi-day events, however if you have both single-day events and multi-day events, they seem to be displayed differently, with single-day events as they were before, with the date separate from the event, and multi-day events having the date bundled with them. There doesn’t seem to be a way to style it so that dates are displayed consistently, since single-day events have an H4
for the date and then a separate DL
for each event, while multi-day events have an H4
for the date inside a DT
inside the event DL
.
I realize that it’s likely this way because multi-day events have their own date, instead of falling under a specific day, but it does make the list noticeably harder to read. For multi-day events, would it be possible to display them each with their own H4
/DL
pair (at the same level), the way a date with a single event is displayed now? I think that would allow consistent styling, without having to go through too many CSS contortions.
Another solution would be to display multi-day events under their start date, with something like “(thru Mar 5 – Fri)” automatically tacked on to the event description, to convey the end date, but that seems like it might be harder to implement and cause more headaches.
(Or maybe we’re just missing something and/or doing something that’s mucking up the display, in which case guidance will be very welcome. ?? )