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

 


Help: OASIS Mailing Lists Help | MarkMail Help

office-accessibility message

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


Subject: Re: [office-accessibility] Eclipse ACTF project



Hi Peter,

These issues are caused by missing "visible caption" association.
Each visible caption for a image should be associated with the image by using "draw:caption-id" as follows.
Could you check if your OpenOffice.org version have the funciton?

Current code:
        <text:p text:style-name="Illustration">
                <draw:frame draw:style-name="fr5" draw:name="graphics2" text:anchor-type="paragraph" svg:x="0in" svg:y="0.0138in" svg:width="1.0409in" svg:height="0.878in" draw:z-index="13">
                        <draw:image xlink:href=""Pictures/1000000000000059000000342E93ECA8.jpg"" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
                </draw:frame>
        </text:p>
        <text:p text:style-name="Illustration">Illustration 1. A picture of a pig</text:p>

Should be:
        <text:p text:style-name="Illustration">
                <draw:frame draw:caption-id="illustration1" draw:style-name="fr5" draw:name="graphics2" text:anchor-type="paragraph" svg:x="0in" svg:y="0.0138in" svg:width="1.0409in" svg:height="0.878in" draw:z-index="13">
                        <draw:image xlink:href=""Pictures/1000000000000059000000342E93ECA8.jpg"" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
                </draw:frame>
        </text:p>
        <text:p text:id="illustration1" text:style-name="Illustration">Illustration 1. A picture of a pig</text:p>

Thanks.
Hiro

---------------------
Hironobu Takagi, PhD.
User Experience and Accessibility Technology
Tokyo Research Laboratory, IBM Research
+81-46-215-4557
E-mail: takagih@jp.ibm.com



Peter.Korn@Sun.COM wrote on 2007/12/06 02:53:10:

> Hi Chieko,
>
> This is very nice work, thank you for releasing it!
>
> I ran it on our v1.0 accessibility guidelines, and found a total of 7
> claimed errors.  Two of them are in Chapter 3 (hi Dave!) - in both cases
> complaints about unlabeled graphics, yet both graphics have text
> illustrations.  Looking more closely, I see that Dave didn't attach that
> "illustration" text to the image as a caption.  However, when I did
> that, aDesigner still complained about it.  Should it?
>
> Separately, it complained about all of the data tables.  It wanted a
> header (which I don't think is needed) for the layout table in 3.1.  And
> it wanted captions for that table and 3 others.  When I put captions on
> those tables, aDesigner stopped complaining, so that worked at least.
>
> I vaguely remember you showing a tool that would highlight text it
> thought might be a header but wasn't marked as such.  Is that capability
> buried in aDesigner?  I couldn't find it.
>
>
> I'm sorry we didn't test our document with this tool!  Now I need to
> release a v1.0.1.... :-)
>
>
> Regards,
>
> Peter Korn
> Accessibility Architect,
> Sun Microsystems, Inc.
>
>
> > Hi All,
> >
> > Today, there was an announcement about open sourcing our accessibility
> > tools including aDesigner for ODF via Eclipse.org.
> >
> > http://www-03.ibm.com/press/us/en/pressrelease/22777.wss
> >
> > We created a new project for accessibility tools called "Accessibility
> > Tools Framework (ACTF)", and I and Mike Paciello will co-lead the project.
> > We will opensource our ODF accessibility checker functions, such as the
> > accessibility guideline validation and low-vision simulation for
> > presentation
> > documents based on image processing. The tool uses OpenOffice.org as the
> > ODF renderer.
> > At this moment, we have not published our source code yet, but you can try
> > all functions by using alphaWorks version.
> >
> > http://www.alphaworks.ibm.com/tech/adesigner
> >
> > Enjoy!
> >
> > Best Regards,
> > Chieko
> >
> > ---------
> > Chieko Asakawa, Ph.D.
> > Accessibility Research
> > IBM Research, Tokyo Research Laboratory
> > IBM Distinguished Engineer
> > Member, IBM Academy of Technology
> > E-mail: chie@jp.ibm.com
> > Tel: +81-46(215)4633     Fax: +81-46(274)4282
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this mail list, you must leave the OASIS TC that
> > generates this mail.  You may a link to this group and all your TCs in OASIS
> > at:
> > https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
> >
> >  
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that
> generates this mail.  You may a link to this group and all your TCs in OASIS
> at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>


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