Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33728 - the short value of the figure tag should also show up in the final output as the header
Summary: the short value of the figure tag should also show up in the final output as ...
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-developer
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-17 22:53 UTC by SpanKY
Modified: 2003-11-18 11:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2003-11-17 22:53:43 UTC
<figure link="someimg.png" short="this is neat">

this will produce a little block that has 'Figure 1.1' as its header with an image (someimg.png) inside it.  the image will have an alt value of 'this is neat' ...

however, i think it would be more useful if in addition the header was:
Figure 1.1: this is neat
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-11-18 11:24:09 UTC
Aah, your error: you assumed that "short" is the only attribute :) There is also a "caption" attribute, so you should use

<figure link="kmail_identity.png" short="KMail Identity Screenshot" caption="Selecting the Identity tab in KMail" />