This podcast covers the markup for Language, Abbreviations, and Quotes; CSS is a whole other issue which may be covered in a future podcast.
Download Web Axe Episode 64 (Language, Abbreviations, and Quotes)
News
- Update on the ADA (WebAIM)
- Web Accessibility. Life In the Post-Guideline Age
- Andrew Kirkpatrick’s slides for presentation “Webmaniacs Talk on Flex Accessibility”
- Easier YouTube from Chris Heilmann
- Flash now can be indexed by Google, etc.
Announcements
- Web accessibility consulting now offered by Dennis & Ross; contact them at webaxe [AT] gmail NOSPAM dot com
- The next Refresh Detroit meetup is Wednesday, July 30.
Main Segment
General Guidelines
- WCAG 1.0 Guideline 4. Clarify natural language usage
- WCAG 2.0 Guideline 3.1 Readable: Make text content readable and understandable
Language in HTML tag
Code Examples: Blockquote
Dennis and Ross are highly recommended for web design!
Jane DoeDennis and Ross are highly recommended for web design!
Code Examples: Inline quotes
A customer for web accessibility consulting said
Dennis and Ross are, and that was pleasing to my ears.
highly recommended for web design!Dennis and Ross are highly recommended for web design!
As Jane Doe said,Dennis and Ross are
highly recommended for web design!
Code Examples: Abbreviations & Acronym
CA
Cali
Also, the abbr attribute can be used in table headers:
CSS + Aural Style Sheets
acronym {speak : normal;}
abbr.initialism {speak : spell-out;}
abbr.truncation {speak : normal;}
Language Codes
List of language codes; the Representation of the Names of Languages. From ISO 639, revised 1989.
Other Links
- Block Quotes and Pull Quotes: Examples and Good Practices
- Quotations: The BLOCKQUOTE and Q elements (W3C)
3 replies on “Podcast #64: Language, Abbreviations, and Quotes”
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.