Typogrify is excellent, but perhaps the handling of multiple capitals could be
even better.
As well as a rule for wrapping multiple adjacent capital letters in
class="caps", how about
another that only works on runs of four or more adjacent capitals, and then
applies styling to
leave the first letter at normal size, and reduce only the the others?
Something like:
<span class="caps fourpluscaps">SPECTRE</span>
.caps {font-size:.92em;}
.fourpluscaps:firstletter {font-size: 1em;}
This would make the output follow typographic conventions even more closely.
Original issue reported on code.google.com by dani...@vurt.org on 16 Jun 2009 at 11:20
Original issue reported on code.google.com by
dani...@vurt.org
on 16 Jun 2009 at 11:20