diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-12-04 16:38:10 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-12-07 23:39:59 +0100 |
commit | 3e9c3e7f6da0204042ad3a1f51ec360d62919e17 (patch) | |
tree | 9bb7987fc07c7019243e292df500661df7e8aa49 | |
parent | c878f6d6a31245cf2dcebbbf27a17defc3d96660 (diff) |
Review PDF accessibility page
* eliminate e.g
* ...more
Change-Id: Idcad442a6c1431d867275b4d7f5bbc9d7cdcb22f
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107238
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/01/ref_pdf_export_universal_accessibility.xhp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp b/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp index b5741b9d2d..265573ba7a 100644 --- a/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp +++ b/source/text/shared/01/ref_pdf_export_universal_accessibility.xhp @@ -35,39 +35,39 @@ <list type="unordered"> <listitem> - <paragraph id="par_id601603042936801" role="listitem">Document title is set.</paragraph> + <paragraph id="par_id601603042936801" role="listitem">The document title is set.</paragraph> </listitem> <listitem> - <paragraph id="par_id951603042978520" role="listitem">Document language is set, or that all styles in use, have the language set.</paragraph> + <paragraph id="par_id951603042978520" role="listitem">The document language is set, or all styles in use have the language property set.</paragraph> </listitem> <listitem> - <paragraph id="par_id951603042984032" role="listitem">All images, graphics, OLE objects have an "alt" text (or title in some objects).</paragraph> + <paragraph id="par_id951603042984032" role="listitem">All images, graphics, OLE objects have an alternate (alt) text or a title.</paragraph> </listitem> <listitem> - <paragraph id="par_id341603042991177" role="listitem">Tables do not include splits or merges.</paragraph> + <paragraph id="par_id341603042991177" role="listitem">Tables do not contain split or merged cells.</paragraph> </listitem> <listitem> - <paragraph id="par_id481603043007920" role="listitem">Only integrated numbering is used. No manual numbering (e.g., writing "1." "2." "3." at the beginning of paragraphs).</paragraph> + <paragraph id="par_id481603043007920" role="listitem">Only integrated numbering is used, no manual numbering. For example, do not type "1.", "2.", "3." at the beginning of paragraphs.</paragraph> </listitem> <listitem> - <paragraph id="par_id521603043012471" role="listitem">Hyperlink text is not a hyperlink itself, and hyperlink is described. </paragraph> + <paragraph id="par_id521603043012471" role="listitem">Hyperlink texts without the underlying hyperlinks.</paragraph> </listitem> <listitem> - <paragraph id="par_id521603043019328" role="listitem">Contrast between text and background meets the WCAG specification.</paragraph> + <paragraph id="par_id521603043019328" role="listitem">The contrast between text and the background meets the WCAG specification.</paragraph> </listitem> <listitem> <paragraph id="par_id71603043022999" role="listitem">No blinking text.</paragraph> </listitem> <listitem> - <paragraph id="par_id251603043029601" role="listitem">No footnotes and endnotes.</paragraph> + <paragraph id="par_id251603043029601" role="listitem">No footnotes or endnotes.</paragraph> </listitem> <listitem> - <paragraph id="par_id101603043034257" role="listitem">Headings must increase incrementally with no skips (e.g., cannot have Heading 1 to Heading 3, skipping Heading 2).</paragraph> + <paragraph id="par_id101603043034257" role="listitem">Headings must increase sequentially with no skips, for example, you cannot have Heading 1, Heading 3, and no Heading 2.</paragraph> </listitem> <listitem> <paragraph id="par_id281603043041040" role="listitem">Text does not convey additional meaning with (direct) formatting.</paragraph> </listitem> </list> -<tip id="par_id311603047235460">Check Accessibility before trying to export with <menuitem>Tools - Check Accessibility</menuitem> </tip> +<tip id="par_id311603047235460">You can check the document accessibility compliance before exporting with <menuitem>Tools - Check Accessibility</menuitem> </tip> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |