https://bugs.documentfoundation.org/show_bug.cgi?id=45636

--- Comment #7 from [email protected] ---
I am looking for a good tool to produce accessible PDFs too. And I found
another bug regarding the accessibility of the PDFs exported by swriter. If the
document contains form fields, these document parts are listed in the tag-list
of the PDF at a wrong place. They are listed after all normal text of a page.

Example:
The document:
paragraph1
formfield1
paragraph2
formfield2
paragraph3

results in this tag-list in the exported PDF:
<P>
    paragraph1
<P>
<P>
    paragraph2
<P>
<P>
    paragraph3
<P>
<Form>
<Form>

I tried some other objects, which can be part of or anchored in a paragraph
like textboxes. They are listed in the tag-list at the end of a page too. In
contrast, images seem to be listed in the right order.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to