Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF/UA attributes don't inherit parent #614

Open
pgundlach opened this issue Sep 14, 2024 · 0 comments
Open

PDF/UA attributes don't inherit parent #614

pgundlach opened this issue Sep 14, 2024 · 0 comments
Labels
PDF/UA Accessibility

Comments

@pgundlach
Copy link
Member

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">
    <PDFOptions format="PDF/UA" />
    <StructureElement role="Document" id="doc">

    </StructureElement>

    <Record element="data">
        <PlaceObject>
            <Table role="Table" parent="doc">
                <Tr role="TR">
                    <Td role="TD">
                        <Paragraph>
                            <A href="{Url}">
				 <Value select="Url/@display"/>
			  </A>
                        </Paragraph>
                    </Td>
                </Tr>
            </Table>
        </PlaceObject>
    </Record>
</Layout>

bad structure

@pgundlach pgundlach added the PDF/UA Accessibility label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PDF/UA Accessibility
Projects
None yet
Development

No branches or pull requests

1 participant