CSS classes

December 3, 2009, 3:15 am

I hadn't realized that it was possible for Finnish Prof to become any more awesome, but then I noticed that he names his CSS classes in Finnish:

  • <ul class="kiekko"> for lists bulleted by discs (kiekko meaning "disc")
  • <ul class="ympyra"> for lists bulleted by circles (ympyra meaning "circle")
  • <ul class="merkiton"> for unbulleted lists (merkki meaning "mark", and -ton indicating lack thereof)
  • <span class="artikkeli"> for articles
  • <span class="teksti"> for text (this one's my favourite)

Admittedly, his webpage doesn't quite validate, but in the face of those class names, all is forgiven.