What is web accessibility? | web axe [at gmail] NOSPAM! dot com
Sunday, July 13, 2008
This podcast covers the markup for Language, Abbreviations, and Quotes; CSS is a whole other issue which may be covered in a future podcast.<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
<meta http-equiv="content-language" content="en-us" />
<blockquote>
<p>Dennis and Ross are highly recommended for web design!</p>
<cite>Jane Doe</cite>
</blockquote>
<blockquote cite="Jane Doe [or URL]">
<p>Dennis and Ross are highly recommended for web design!</p>
</blockquote>
<p>A customer for web accessibility consulting said <q>Dennis and Ross are
highly recommended for web design!</q>, and that was pleasing to my ears.</p>
<q lang="en-us">Dennis and Ross are highly recommended for web design!</q>
As <cite>Jane Doe</cite> said, <q lang="en-us">Dennis and Ross are
highly recommended for web design!<q>
<acronym title="California" lang="en-us">CA</acronym>
<abbr title="California">Cali</abbr>
Also, the abbr attribute can be used in table headers:
<th scope="col" abbr="colors">colors selected currently</th> acronym {speak : normal;}
abbr.initialism {speak : spell-out;}
abbr.truncation {speak : normal;} List of language codes; the Representation of the Names of Languages. From ISO 639, revised 1989.
Labels: abbreviation, acronym, language, podcast
web design | create a website | Website Templates | UK Web Hosting | Search Engine Optimization | search engine optimisation | web hosting | Cheap Domain Names
Add yourself to the Web Accessibility Enthusiasts mapper
Dennis Lembree is the founder of web development company Web Overhauls, which specializes in web usability, standards, and accessibility.
Ross Johnson runs a web design company (3.7 Designs) that takes a wholistic view on the web and art of constructing pages. They strive to be creative and unique.
3 Comments:
Language codes are to be taken from BCP 47, the current version, not the ten-year-old ISO 639-x series of standards.
The content of the cite attribute can only be a URI, not a string.
Per the W3C spec for Cite, it doesn't have to be a URI. It says a Cite tag "Contains a citation or a reference to other sources." One of the examples is a person's name.
Post a Comment
<< Home