Accessibility and why should I care
Published on Wednesday, 16 August 2006.
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...
blog comments powered by Disqus
Possibly related posts
- 23 Nov 2007 »
- Forms in CodeIgniter Views
- 26 Oct 2007 »
- WordPress Plugin: Recent Posts grouped by year, month, and day
- 15 Aug 2007 »
- A study of PHP Frameworks
- 11 Aug 2006 »
- Learning AJAX
- 10 Aug 2007 »
- Undusted Purpose