On Tue, 07 Nov 2000, wrote:
> <graphic fileref="banner.gif" format="gif"
> srccredit=" 2000" align="right"/>
>
> produces
>
> <img src="banner.gif">
>
> in html output.
>
> Request please.
> that align="right" be honoured.
> (or left / center)
>
> Also that thought be given (in DTD?) for alt text - as an
> accessibility feature.
>
> Unsure how this should be, but for xml,
> the WAI guidelines read that the alternative text description
> should be within the 'image' tag IIRC.
The use of <graphic> isn't recommended.
It's being replaced by
<mediaobject>
<imageobject>
<imagedata fileref='file.gif' />
</imageobject>
</mediaobjetc>
You can get an alt text with:
<mediaobject>
<imageobject>
<imagedata fileref='file.gif' />
</imageobject>
<textobject>
<phrase>alt text</phrase>
</textobject>
</mediaobjetc>
See you,
--
Godoy. <>
Departamento de Publica踥es Conectiva S.A.
Publishing Department Conectiva Inc.