Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: extending CSS is unnecessary Re: Abbreviations and Acronyms: [techs] Latest HTML Techniques Draft

From: Christoph Päper <christoph.paeper@tu-clausthal.de>
Date: Fri, 12 Dec 2003 16:34:34 +0100
Message-ID: <019f01c3c0c5$83c12770$3ef4ae8b@heim4.tuclausthal.de>
To: <www-html@w3.org>
Cc: <w3c-wai-gl@w3.org>

*Charles McCathieNevile*:
> On Fri, 12 Dec 2003, Christoph Päper wrote:
>
>>a author should be able to help it out---outside the
>>mark-up. It's quite similar to automatic hyphenation.
>
> Exactly. The main point of my mail was to suggest that we could specify
> what is required in existing CSS, which seems like a big win.

You missed my point. Regardless of ways of implementation, I don't want to
clutter my pages with

  <abbr title="for example">e. g.</abbr>

nor

  <ruby class="abbr"><rb>e. g.</rb><rt>for example</rt></ruby>

or

  <abbr><ruby><rb>e. g.</rb><rt>for example</rt></ruby></abbr>,

but I'm willing to write

  <abbr>e. g.</abbr>

each time used, because of

  abbr {word-spacing: -0.2em}

and the hope that browsers that should do so, replace it automatically.
Of course "e. g." is common enough to expect screen-readers et al. to know it,
but I'm neither willing to write out (in an extra element xor attribute)
lesser known abbreviations every time. Likely I don't want to add &shy; at
every possible hyphenation point, but would gladly accept to include

  <link rel="hyphenationary" href="webdesign.en.hyph"/>,

if standardised and supported.

P.S.: I'm on the list, so no need for an extra copy.
Received on Friday, 12 December 2003 10:39:50 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.