<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add support for PDF/UA (PDF/Universal Accessibility) - ISO 14289"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=45636#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add support for PDF/UA (PDF/Universal Accessibility) - ISO 14289"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=45636">bug 45636</a>
              from <span class="vcard"><a class="email" href="mailto:johann.klocker@dornbirn.at" title="johann.klocker@dornbirn.at">johann.klocker@dornbirn.at</a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>