Created attachment 197793 [details] Example file triggering almost all A11Y warnings Current implementation of the Accessibility sidebar (and the warning dialog shown before PDF export) does not differentiate between more important and less important warnings. Some can be considered more important than others in the sense that the PAC 2024 tool gives an error message when the document contains their respective error, but most of them do not trigger an error message from PAC tool. 1. Open attached document 2. Open the accessibility sidebar -> lots of warnings are listed 3. File - Export As - Export As PDF 4. Enable the PDF/UA option, press OK -> warning box appears "40 accessibility issues detected. Do you want to continue?" 5. Proceed and open the exported file in the PAC 2024 tool -> It reports several errors related to headings, alt texts and document title/metadata tagging, but definitely less than 40. The expectation is that: - the sidebar groups the more important errors and the less important ones - the warning box from step 4 complains only about the important errors
Created attachment 197794 [details] The example file exported by Writer as PDF/UA
Created attachment 197795 [details] Warnings in the sidebar and PDF export dialog
Created attachment 197796 [details] The example file checked by the PAC tool
Balazs Varga committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/13ac356a32f279a3fd542d62c12e58abe3d3ad30 tdf#164048 sw a11y: improve error/warning levels with It will be available in 25.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.