Browsers
- The Beauty of Semantic Markup, Part 2:
<strong>
,<b>
,<em>
,<i>
- 08/06/2010
- So, I had planned to focus the second installment of this series on markup for images with captions. The topic was a request from my friend Ian and his birthday was coming up. However, his birthday has passed, and I'm just now writing. Plus, I've been thinking a lot lately about something more fundamental: bold and italicized text. This may seem a trivial thing to be consuming my "markup mind," but after Tantek Çelik's HTML5 presentation, it's been bugging me.…
- The Beauty of Semantic Markup, Part 1: Quotes & Citations
- 07/15/2010
- As I mentioned in my introduction, this series is going to take a close look at the fundamentals of semantic markup. In this first installment, I'm focusing on quotes and citations. Before we get started, if you'd like to know more about semantic markup — what it is, why you should develop your sites with it — check out my article, Meaningful Markup: POSH and Beyond. Now, let's get to it!
- Microformats, hAccessibility & Moving Forward
- 01/26/2009
- Last week, Andy Clarke posted a design solution for the hAccessibility issue in microformats. It's an interesting workaround, combining the current standard for marking up dates in microformats with the broadly-accepted use of skip links. But Wait, What Is hAccessibility? Before I get too far into this article, though, I should probably explain hAccessibility. As I've mentioned previously, hAccessibility was coined by The Web Standards Project to describe an accessibility issue related to the use of the abbr design pattern…
- IE6 and Link Pseudo-Classes
- 08/03/2008
- While working on a freelance project a few months ago, I spent hours upon hours struggling with a bug in IE6. But a bug for which I could find absolutely no documentation. And a bug I had never seen before. IE6 wasn't properly recognizing the styles I had assigned to my navigation links :hover pseudo-class. After far too many hours (especially considering it was a freelance job), I discovered the solution to my problem.