Search the web
Sign In
New User? Sign Up
dita-users · DITA users group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Note Image Alt Text (508 compliance)   Message List  
Reply | Forward Message #12460 of 16172 |
RE: [dita-users] Re: Note Image Alt Text (508 compliance)

Works like a charm, thanks Deborah.

 

From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On Behalf Of Deborah Pickett
Sent: Monday, December 01, 2008 7:09 PM
To: dita-users@yahoogroups.com
Subject: RE: [dita-users] Re: Note Image Alt Text (508 compliance)

 

On Tue, December 2, 2008 08:35, Patrick Quinlan wrote:
> <xsl:otherwise>Note</xsl:otherwise>

> It would be cleaner to me if plain old notes used type=note. As it is,
> images that don't have alternate text specified elsewhere get the "Note"
> text.

Try:

<xsl:when test="self::*[contains(@class, ' topic/note ')]
and (not(@type) or @type='note')">Note</xsl:when>



Tue Dec 2, 2008 2:37 pm

paqman_citrix
Offline Offline
Send Email Send Email

Attachment
image001.jpg
Type:
image/jpeg
Attachment
image002.jpg
Type:
image/jpeg
Forward
Message #12460 of 16172 |
Expand Messages Author Sort by Date

Originally posted to the XMetaL list. I'm using XMetaL 5.1 / Enhanced PDF. I'd like to add alternate text to note images, based on the type of note, as part of...
Patrick Quinlan
paqman_citrix
Offline Send Email
Nov 21, 2008
8:51 pm

... That sounds all very plausible. Keep in mind that the use of alt for Section-508 alternate text isn't mandated by the FO standard, so whether it works...
Deborah Pickett
deborah_arie...
Offline Send Email
Nov 26, 2008
3:19 am

Hi Deborah, thanks (once again) for the insights. I think I was overcomplicating matters before. I ended up just modifying the image attribute set as follows: ...
Patrick Quinlan
paqman_citrix
Offline Send Email
Dec 1, 2008
9:35 pm

... Try: <xsl:when test="self::*[contains(@class, ' topic/note ')] and (not(@type) or @type='note')">Note</xsl:when>...
Deborah Pickett
deborah_arie...
Offline Send Email
Dec 2, 2008
12:08 am

Works like a charm, thanks Deborah. From: dita-users@yahoogroups.com [mailto:dita-users@yahoogroups.com] On Behalf Of Deborah Pickett Sent: Monday, December...
Patrick Quinlan
paqman_citrix
Offline Send Email
Dec 2, 2008
2:37 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help