From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../01/ref_pdf_export_universal_accessibility.xhp | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp (limited to 'helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp') diff --git a/helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp b/helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp new file mode 100644 index 000000000..73dd4560b --- /dev/null +++ b/helpcontent2/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp @@ -0,0 +1,73 @@ + + + + + + + Universal Accessibility (PDF Export) + /text/shared/01/ref_pdf_export_universal_accessibility.xhp + + + + +PDF export;Universal Accessibility + +
+

Universal Accessibility (PDF/UA)

+Creates a universal accessibility-complying PDF file that follows the requirements of PDF/UA (ISO 14289) specifications. +
+ +
+ +then choose Universal Accessibility (PDF/UA). +
+ +The specification defines the required structure and formatting of a document and PDF features that are better suited for accessibility. This specification can also be used to produce documents that achieve W3C's Web Content Accessibility Guidelines 2.0 (WCAG 2.0). + +The present implementation (January 2020) checks the following: + + + + The document title is set. + + + The document language is set, or all styles in use have the language property set. + + + All images, graphics, OLE objects have an alternate (alt) text or a title. + + + Tables do not contain split or merged cells. + + + Only integrated numbering is used, no manual numbering. For example, do not type "1.", "2.", "3." at the beginning of paragraphs. + + + Hyperlink texts without the underlying hyperlinks. + + + The contrast between text and the background meets the WCAG specification. + + + No blinking text. + + + No footnotes or endnotes. + + + Headings must increase sequentially with no skips, for example, you cannot have Heading 1, Heading 3, and no Heading 2. + + + Text does not convey additional meaning with (direct) formatting. + + +You can check the document accessibility compliance before exporting with Tools - Check Accessibility + +
-- cgit v1.2.3