Re: HTML/XHTML and tag attributes
"Philipp Lenssen" <info@outer-court.com> wrote:
[color=blue]
> I would say images of the font are the way to go in this case. I don't
> know how a deprecated element would be more suited if the font really
> needs to be there in the document.[/color]
I don't know how an image format would be more suited if we know that the
context is actually text, just to be rendered in a specific font, and
perhaps only used to exemplify that font.
[color=blue]
> Especially when it's a font I don't
> have whatever you do won't help me see it.[/color]
And an image does not help me if I am browsing with image loading turned
off. But a fair comment - it would be best to use _both_ an image _and_
<font> markup when discussing font samples. If you consider sticking to
<img> only, you would be faced with the issue of alt text, and the logical
approach would then be
<font face="Verdana"> <img alt="Sample text" src="sample.gif "></font>
but, as we know, IE fails to get it.
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
"Philipp Lenssen" <info@outer-court.com> wrote:
[color=blue]
> I would say images of the font are the way to go in this case. I don't
> know how a deprecated element would be more suited if the font really
> needs to be there in the document.[/color]
I don't know how an image format would be more suited if we know that the
context is actually text, just to be rendered in a specific font, and
perhaps only used to exemplify that font.
[color=blue]
> Especially when it's a font I don't
> have whatever you do won't help me see it.[/color]
And an image does not help me if I am browsing with image loading turned
off. But a fair comment - it would be best to use _both_ an image _and_
<font> markup when discussing font samples. If you consider sticking to
<img> only, you would be faced with the issue of alt text, and the logical
approach would then be
<font face="Verdana"> <img alt="Sample text" src="sample.gif "></font>
but, as we know, IE fails to get it.
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
Comment