[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Using XHTML and CSS to mark up and style the abbreviation "XML"
- From: "Costello, Roger L." <costello@mitre.org>
- To: <xml-dev@lists.xml.org>
- Date: Sun, 5 Oct 2008 14:51:54 -0400
Hi Folks,
For accessibility reasons abbreviations should be marked up using the
XHTML <abbr> element, and its title attribute should contain the
non-abbreviated form. For example, here's how to markup the
abbreviation XML:
<abbr title="Extensible Markup Language">XML</abbr>
"For abbreviations and acronyms in the midst of normal text, use spaced
small caps." [The Elements of Typographical Style by Robert Bringhurst,
section 3.2.2, page 48.]
On this Web page I show "XML" in the midst of normal text. I show it
both unstyled and styled as Bringhurst recommends. Also, I show the CSS
to accomplish the styling.
http://www.xfront.com/marking-up-and-styling-abbreviations/
/Roger
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]