OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: graphic


On Tue, 07 Nov 2000, daveP@dpawson.freeserve.co.uk wrote:
> <graphic fileref="banner.gif" format="gif"
> srccredit="ben@moneycooper.com 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. <godoy@conectiva.com>

Departamento de Publicações       Conectiva S.A.
Publishing Department             Conectiva Inc.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC