history-brainstorming: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (tabasvi)
m (revert)
Line 1: Line 1:
basolore
=History Brainstorming=
=History Brainstorming=



Revision as of 03:27, 2 March 2008

History Brainstorming

Per the microformats process this is a brainstorming page considering the existing real world examples of historical information published on the Web.

Timelines

  • The "timeline" examples all seem to comprise a sequence of either actual or potential hCalendar events. While it may be possible to assume that any page containing multiple hCalendars represents a timeline, that would not account for pages containing two or more disparate timelines; or a set of hCalendar events which are unrelated, and thus not intended as a timeline. This could be remedied with a simple parent microformat, say hTimeline, with title and summary properties (say "timeline-title", "timeline-summary"), thus:
	<span class="htimeline">
		<h2 class="timeline-title">Timeline 1</h2>
		<p class="timeline-summary">Blah blah blah</p>
		[hCalendar]
		[hCalendar]
		[hCalendar]
	</span>

	<span class="htimeline">
		<h2 class="timeline-title">Timeline 2</h2>
		<p class="timeline-summary">Yada yada</p>
		[hCalendar]
		[hCalendar]
		[hCalendar]
	</span>
Andy Mabbett 02:24, 16 Jan 2008 (PST)

See also