Skip to content

Instantly share code, notes, and snippets.

@pfulton

pfulton/time Secret

Created July 15, 2015 16:08
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 pfulton/7b3dd84b0ddbbfdb8ca4 to your computer and use it in GitHub Desktop.
Save pfulton/7b3dd84b0ddbbfdb8ca4 to your computer and use it in GitHub Desktop.
a11y + abbr
<div class="snippet">
<p class="snippet-description">A single day with abbreviations for day and month</p>
<time datetime="2015-07-14">
<span class="day-name">
<abbr title="Tuesday">Tues</abbr>
</span>
<span class="month">
<abbr title="July">Jul</abbr>
</span>
<span class="day-number">14,</span>
<span class="year">2015</span>
</time>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment