"Darin McGrew" <> wrote in message
news:bfpj3m$2qb$...
>
> No public spec (HTML or XHTML) includes the WBR element.
>
> In theory, browsers are supposed to wrap text only at whitespace.
Thus, the
> non-breaking space ( 
is all that is needed.
>
> In practice, browsers wrap text elsewhere, and controlling text
wrapping
> becomes more complex.
Having tested it, I'm sad to say that only Mozilla and IE support this
tag, but Opera doesn't. (I mean, HOORAY for sticking to the specs!)
=)
I'm not trying to change the way whitespace is used, I'm trying to allow
browsers to break at syllables in the middle of long words. It's an
accessibility thing with largefonts.
My menus get really ugly with huge fonts and tight places when the words
won't break. When I added "ac<wbr />ces<wbr />si<wbr />bil<wbr />ity"
to the menu, it will look fine with all font sizes, even when a user
uses huge fonts.
I'm just wondering now if I should scrap the validation stuff in favor
of accessibility. Hmmm.
-- Richard