You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support both concurrently, applying both markups within the same generated HTML?
There's no documentation I could find on using hcalendar
I discovered that it can be used as the behavior argument for serialize(), only because that ability was added in the same commit.
HCalendar is added to the behaviour registry, but to my knowledge, that's used solely for looking up behaviours when parsing, and we don't parse hcalendar format inputs
I don't think we should be adding a hcalendar parser?
Things to consider:
h-event(http://microformats.org/wiki/h-event) seems to be a newer version ofhcalendar.hcalendarbehaviorargument forserialize(), only because that ability was added in the same commit.HCalendaris added to the behaviour registry, but to my knowledge, that's used solely for looking up behaviours when parsing, and we don't parsehcalendarformat inputshcalendarparser?