It formerly was used to 'stretch' a text string by adding spacing between the characters in the string. It no longer does that.
Long story short, font-stretch has been replaced by the letter-spacing attribute in CSS 2.1, so if you are using it on a page, and no longer get the results from font-stretch, use letter-spacing instead.
Font-stretch has worked in the past, and passed the W3C validator in CSS 1 and CSS 2, but it was changed for CSS 2.1. And the replacement attribute is not documented in CSS 2 Specifications, so here is your notice about the switch-over.
And for the good news... CSS 3 will revert back to font-stretch instead of letter-spacing.
I wish they would get their act together...
Oh! and the marquee tag looks like it will get supported in CSS 3 as well... go figure.
Moving text on a page is just so wrong in terms of Accessibility, in fact, the specs for 508 approval level 2 state very clearly ... no moving/flashing text.
... why are they doing this to coders???
















