I have no interest in ordinary humans. If there are any aliens, time travelers, sliders, or espers here, come join me. That is all.

Accessibility and why should I care

Wednesday, August 16th, 2006   by Favio

I decided to make this site accessible. Wonderful resource for this matter. In the beginning I said: “I don’t care if not everybody can read my website”. So selfish, and incomprehensive. You have to put yourself in the shoes of others to understand. Of course, for most people it would be safer not to encounter this site. (^_^) But this is great as an exercise. I clearly see myself using accessibility in the near future. o.o”

Doctype

WP uses XHTML 1.0 Transitional.

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>


<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>

Language

I mostly use english (en), and spanish (es).

For XHTML 1.0 Strict
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”en” xml:lang=”en”>


For XHTML 1.1
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en”>

Meaningful page titles.

WP accomplishes this fine.

Providing additional navigation aids.

In WordPress this is implemented by a plugin. From the ones listed at the WP forum, and the trac ticket; the most appealing to me is META Relationship Links. You can dowload it.

Presenting your main content first.

Hehe, with CSS, this is truly easy!! And since my navigation div is using absolute positioning: no worries!

To be continued…

This entry was posted on Wednesday, August 16th, 2006 at 9:29 pm and is filed under Web development. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


Leave a Reply





Old and not that old articles

« Proper Writing I

Undusted Purpose »