Screen Readers
- The Beauty of Semantic Markup, Part 3: Headings
- 11/07/2010
- I always find myself drawn to fundamental concepts, because they can be deceptively simple. Headings are like that. You know, <h1>-<h6>. They seem simple until you take time to think … think about structure, semantics, accessibility, search engines and, now, HTML5's sectioning model. And I have, indeed, been thinking about headings lately, especially as I dive into HTML5 and (re?)consider the approaches I've taken in the past. So this series now shifts focus to <h1>, <h2>, <h3>, <h4>, <h5> and…
- 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!
- Useful Tweets 28
- 11/10/2009
- It has been months and months, and I'm finally returning to this series. Fortunately and not surprisingly, my tweeting was significantly less while writing the book, especially tweets with "useful" links. So you haven't really missed out on much … not that you would anyways. I promise I won't make you wait so long next time, but this won't be returning to a weekly series. Maybe bi-monthly; likely monthly. It all depends on my Twitter behavior. But if you need…
- Getting Semantic With Microformats, Part 8: Value Class Pattern
- 06/02/2009
- Update: 2009-10-20 Tantek Çelik requested that I add inline examples of the value-class pattern markup in this article, so people working on applications to parse uses of the pattern can reference this article as a live example. I finally obliged, and you will see those inline examples below, each of which is indicated as an update. No, your eyes aren't deceiving you. It's another installment of my Getting Semantic With Microformats series (with a special thanks to Ben Ward for…
- 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…