Skip to content

Instantly share code, notes, and snippets.

@pfefferle
Created January 31, 2010 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pfefferle/291217 to your computer and use it in GitHub Desktop.
Save pfefferle/291217 to your computer and use it in GitHub Desktop.
value-class-pattern:
<dl class="vevent">
<dt>Wann:</dt>
<dd class="dtstart"><span class="value-title" title="2010-02-29">29.02.2010</span></dd>
</dl>
abbr-design-pattern:
<dl class="vevent">
<dt>Wann:</dt>
<dd><abbr class="dtstart" title="2010-02-29">29.02.2010</abbr></dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment