Hi Franky,
I’m using the #_PAST_FUTURE_CLASS placeholder to style individual event listings. As it currently works, #_PAST_FUTURE_CLASS
seems to prefer applying eme-past-event
to multi-day events which are currently ongoing (i.e. start date is in the past, end date is in the future).
I don’t know about you (or other users), but I’d prefer to style an ongoing event in the same way as an upcoming one (i.e. with eme-future-event
) rather than a past one (which might indicate to viewers that they could no longer attend the event)
Perhaps in cases like this, it could return both classes (so you could target an ongoing event in CSS with something like div.eme-past-event.eme-future-event
.
Or, probably better, for ongoing events #_PAST_FUTURE_CLASS
could also return something like eme-ongoing-event
in addition to the current classes, so that users who wished to target ongoing events could do so without messing up the classes of people who prefer the current formatting!
What do you think?