[xep-support] ENABLE_ACCESSIBILITY and table headers

From: Charles Porter <charles.b.porter@rrd.com>
Date: Wed Oct 03 2012 - 11:44:35 PDT

Hi there,

I am using XEP to generate government regulated documents for clients.
 Thus, they must be compliant with Section 508 .

Here is a test case:

<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
    <fo:layout-master-set>
        <fo:simple-page-master master-name="simple-page" page-height="11in"
page-width="8.5in">
            <fo:region-body margin="0.5in"/>
        </fo:simple-page-master>
    </fo:layout-master-set>
    <fo:page-sequence master-reference="simple-page">
        <fo:flow flow-name="xsl-region-body">
            <fo:table>
                <fo:table-column
                    border="1pt solid black"/>
                <fo:table-column
                    border="1pt solid black"/>
                <fo:table-header border="1pt solid black">
                    <fo:table-row>
                        <fo:table-cell>
                            <fo:block>test</fo:block>
                        </fo:table-cell>
                        <fo:table-cell>
                            <fo:block>test</fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </fo:table-header>
                <fo:table-body border="1pt solid black">
                    <fo:table-row>
                        <fo:table-cell>
                            <fo:block>test</fo:block>
                        </fo:table-cell>
                        <fo:table-cell>
                            <fo:block>test</fo:block>
                        </fo:table-cell>
                    </fo:table-row>
                </fo:table-body>
            </fo:table>
        </fo:flow>
    </fo:page-sequence>
</fo:root>

When I render the above FO into a tagged PDF, and then run the Adobe
Acrobat Accessibility Check Report for 508 compliance, the report complains
that the table has no table header, even though the FO clearly has a table
header block.

Is there something I am doing wrong, and if so, what should I do to correct
it?

Thanks,

Charles Porter

!DSPAM:87,506c87c463736705114962!

_______________________________________________
(*) To unsubscribe, please visit http://lists.renderx.com/mailman/options/xep-support
(*) By using the Service, you expressly agree to these Terms of Service http://w
ww.renderx.com/terms-of-service.html
Received on Wed Oct 3 11:33:51 2012

This archive was generated by hypermail 2.1.8 : Wed Oct 03 2012 - 11:34:01 PDT