[prev in list] [next in list] [prev in thread] [next in thread] 

List:       markdown-discuss
Subject:    Re: Markdown and the hCal microformat
From:       Milian Wolff <mail () milianw ! de>
Date:       2006-08-03 19:16:05
Message-ID: 200608032116.06618.mail () milianw ! de
[Download RAW message or body]

Am Donnerstag, 03. August 2006 19:55 schrieb Michael McCracken:
> <div class="vcalendar"><span class="vevent">
>          <span class="summary">Big Meeting </span>
>          <abbr class="dtstart" title="23rd June 2002">23rd June 2002</
> abbr></span>
>          <span class="location">Room 200, Bldg 3</span>
> </div>
>
> <div class="vcalendar"><span class="vevent">
>          <span class="summary">World Cup game</span>
>          <abbr class="dtstart" title="10am">10am</abbr></span>
> -      <abbr class="dtend" title="2pm">2pm</abbr></span>
> </div>

I don't get the semantics of this markup - <abbr> stands for abbrevations!
I would prefer a <dl> (definition list) like the following:

<dl class="vcalendar">
	<dt>Title
		<span class="dtstart">10:00am</span>
		<span class="dtend">2:00pm</span>
	</dt>
	<dd>Summary</dd>
</dl>

And to the general idea: I think markdown should become extensible (the php oo 
version is already?) - and this would perfectyl fit into an extension. 
Nothing for the main package though.

-- 
Milian Wolff
http://milianw.de

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic