From 17a3481529d31ffd1586ca65dde09742f9b5c471 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 26 Mar 2023 03:02:45 +0000 Subject: CTAN sync 202303260302 --- info/tex-vpat/LICENSE | 2 +- info/tex-vpat/Makefile | 4 +- info/tex-vpat/README.md | 6 +- info/tex-vpat/texlive-vpat.css | 74 +- info/tex-vpat/texlive-vpat.html | 4381 +++++++++++++++++++------------------- info/tex-vpat/texlive-vpat.pdf | Bin 168091 -> 598777 bytes info/tex-vpat/texlive-vpat.tex | 984 +++++---- info/tex-vpat/texlive-vpat2.html | 21 + info/tex-vpat/texlive-vpat3.html | 18 + info/tex-vpat/texlive-vpat4.html | 17 + info/tex-vpat/texlive-vpat5.html | 17 + info/tex-vpat/texlive-vpat6.html | 17 + info/tex-vpat/texlive-vpat7.html | 16 + info/tex-vpat/texlive-vpat8.html | 16 + info/tex-vpat/texlive-vpat9.html | 17 + 15 files changed, 2917 insertions(+), 2673 deletions(-) create mode 100644 info/tex-vpat/texlive-vpat2.html create mode 100644 info/tex-vpat/texlive-vpat3.html create mode 100644 info/tex-vpat/texlive-vpat4.html create mode 100644 info/tex-vpat/texlive-vpat5.html create mode 100644 info/tex-vpat/texlive-vpat6.html create mode 100644 info/tex-vpat/texlive-vpat7.html create mode 100644 info/tex-vpat/texlive-vpat8.html create mode 100644 info/tex-vpat/texlive-vpat9.html (limited to 'info/tex-vpat') diff --git a/info/tex-vpat/LICENSE b/info/tex-vpat/LICENSE index d4579fa92d..1ba92071cf 100644 --- a/info/tex-vpat/LICENSE +++ b/info/tex-vpat/LICENSE @@ -1,4 +1,4 @@ -TeX VPAT Statement (c) 2021-2022 by TeX Users Group +TeX VPAT Statement (c) 2021-2023 by TeX Users Group TeX VPAT is licensed under a Creative Commons Attribution 3.0 Unported License. diff --git a/info/tex-vpat/Makefile b/info/tex-vpat/Makefile index 1e3a431b93..ce52eaeeb1 100644 --- a/info/tex-vpat/Makefile +++ b/info/tex-vpat/Makefile @@ -9,9 +9,9 @@ HTML = ${SRC:%.tex=%.html} ${SRC:%.tex=%.css} all: ${PDF} ${HTML} %.pdf: %.tex - pdflatex $< + lualatex $< while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \ - do pdflatex $<; done + do lualatex $<; done %.html: %.tex diff --git a/info/tex-vpat/README.md b/info/tex-vpat/README.md index 9f14cd0b00..859e2aa88d 100644 --- a/info/tex-vpat/README.md +++ b/info/tex-vpat/README.md @@ -6,7 +6,7 @@ Currently it covers TeXLive. Other distributions can be added if needed. The report is produced by [Tex Users Group](https://tug.org). -TeX VPAT Statement (c) 2021-2022 by TeX Users Group +TeX VPAT Statement (c) 2021-2023 by TeX Users Group TeX VPAT is licensed under a Creative Commons Attribution 3.0 Unported License. @@ -14,6 +14,8 @@ Creative Commons Attribution 3.0 Unported License. You should have received a copy of the license along with this work. If not, see [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/). +Version 2.2: new accessible PDF (thanks to Ulrike Fischer and L3 team). Updated to TeXLive 2023 + Version 2.1: updated to TeXLive 2022 -Version 2.0: updated to the new release of TeXLive manual \ No newline at end of file +Version 2.0: updated to the new release of TeXLive manual diff --git a/info/tex-vpat/texlive-vpat.css b/info/tex-vpat/texlive-vpat.css index ad3d517de2..b3712c8b31 100644 --- a/info/tex-vpat/texlive-vpat.css +++ b/info/tex-vpat/texlive-vpat.css @@ -4,6 +4,7 @@ .cmr-17{font-size:170%;} .cmr-9{font-size:90%;} .cmr-12{font-size:120%;} +.cmr-8{font-size:80%;} .cmtt-10{font-family: monospace,monospace;} .cmbx-10{ font-weight: bold;} .cmti-10{ font-style: italic;} @@ -76,6 +77,8 @@ table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } .hline td, .cline td{ padding: 0; } .hline hr, .cline hr{border:none;border-top:1px solid black;} .hline {border-top: 1px solid black;} +.hline + .vspace:last-child{display:none;} +.hline:first-child{border-bottom:1px solid black;border-top:none;} .tabbing-right {text-align:right;} div.float, div.figure {margin-left: auto; margin-right: auto;} div.float img {text-align:center;} @@ -107,6 +110,7 @@ div.caption span.id{font-weight: bold; white-space: nowrap; } h1.partHead{text-align: center} p.bibitem { text-indent: -2em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; } p.bibitem-p { text-indent: 0em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; } +.subsubsectionHead, .likesubsubsectionHead { font-size: 1em; } .paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;} .subparagraphHead, .likesubparagraphHead { font-weight: bold;} .verse{white-space:nowrap; margin-left:2em} @@ -116,7 +120,6 @@ div.maketitle{ margin-bottom: 2em; } div.author, div.date {text-align:center;} div.thanks{text-align:left; margin-left:10%; font-size:85%; font-style:italic; } div.author{white-space: nowrap;} -h1.partHead{text-align: center} div.abstract p {margin-left:5%; margin-right:5%;} div.abstract {width:100%;} .abstracttitle{text-align:center;margin-bottom:1em;} @@ -140,47 +143,48 @@ table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } .hline td, .cline td{ padding: 0; } .hline hr, .cline hr{border:none;border-top:1px solid black;} .hline {border-top: 1px solid black;} +.hline + .vspace:last-child{display:none;} +.hline:first-child{border-bottom:1px solid black;border-top:none;} div.array {text-align:center;} table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } table.longtable{border-collapse: collapse; border-spacing: 0;} div.longtable{text-align:center;} table.longtable{margin-left:auto; margin-right: auto;} caption.longtable .id{font-weight:bold;} +tr#TBL-02-2- {border-bottom:0.112em solid #000;} +tr#TBL-002-5- {border-bottom:0.06999em solid #000} +tr#TBL-002-13- {border-bottom:0.112em solid #000} +tr#TBL-3-1- {border-top:0.112em solid #000;} +tr#TBL-03-3- {border-bottom:0.06999em solid #000} +tr#TBL-003-35- {border-bottom:0.112em solid #000} tr#TBL-4-1- {border-top:0.112em solid #000;} -tr#TBL-4-1- {border-bottom:0.06999em solid #000} -tr#TBL-4-9- {border-bottom:0.112em solid #000} -td#TBL-5-1-1{border-bottom:0.112em solid #000} -td#TBL-5-3-1{border-bottom:0.06999em solid #000} -td#TBL-5-6-1{border-bottom:0.112em solid #000} -td#TBL-6-1-1{border-bottom:0.112em solid #000} -td#TBL-6-3-1{border-bottom:0.06999em solid #000} -td#TBL-6-6-1{border-bottom:0.112em solid #000} +tr#TBL-04-3- {border-bottom:0.06999em solid #000} +tr#TBL-004-25- {border-bottom:0.112em solid #000} +tr#TBL-5-1- {border-top:0.112em solid #000;} +tr#TBL-05-3- {border-bottom:0.06999em solid #000} +tr#TBL-005-33- {border-bottom:0.112em solid #000} +tr#TBL-6-1- {border-top:0.112em solid #000;} +tr#TBL-06-3- {border-bottom:0.06999em solid #000} +tr#TBL-006-14- {border-bottom:0.112em solid #000} td#TBL-7-1-1{border-bottom:0.112em solid #000} -td#TBL-7-3-1{border-bottom:0.06999em solid #000} -td#TBL-7-6-1{border-bottom:0.112em solid #000} -td#TBL-8-1-1{border-bottom:0.112em solid #000} -td#TBL-8-3-1{border-bottom:0.06999em solid #000} -td#TBL-8-6-1{border-bottom:0.112em solid #000} -td#TBL-9-1-1{border-bottom:0.112em solid #000} -td#TBL-9-3-1{border-bottom:0.06999em solid #000} -td#TBL-9-6-1{border-bottom:0.112em solid #000} -td#TBL-10-1-1{border-bottom:0.112em solid #000} -td#TBL-10-3-1{border-bottom:0.06999em solid #000} -td#TBL-10-6-1{border-bottom:0.112em solid #000} -td#TBL-11-1-1{border-bottom:0.112em solid #000} -td#TBL-11-3-1{border-bottom:0.06999em solid #000} -td#TBL-11-6-1{border-bottom:0.112em solid #000} -td#TBL-12-1-1{border-bottom:0.112em solid #000} -td#TBL-12-3-1{border-bottom:0.06999em solid #000} -td#TBL-12-6-1{border-bottom:0.112em solid #000} -td#TBL-13-1-1{border-bottom:0.112em solid #000} -td#TBL-13-3-1{border-bottom:0.06999em solid #000} -td#TBL-13-6-1{border-bottom:0.112em solid #000} -td#TBL-14-1-1{border-bottom:0.112em solid #000} -td#TBL-14-3-1{border-bottom:0.06999em solid #000} -td#TBL-14-6-1{border-bottom:0.112em solid #000} -td#TBL-15-1-1{border-bottom:0.112em solid #000} -td#TBL-15-3-1{border-bottom:0.06999em solid #000} -td#TBL-15-6-1{border-bottom:0.112em solid #000} +td#TBL-7-5-1{border-bottom:0.06999em solid #000} +td#TBL-7-15-1{border-bottom:0.112em solid #000} +td#TBL-8-10-1{border-bottom:0.112em solid #000} +td#TBL-8-12-1{border-bottom:0.06999em solid #000} +td#TBL-8-15-1{border-bottom:0.112em solid #000} +tr#TBL-9-1- {border-top:0.112em solid #000;} +tr#TBL-09-3- {border-bottom:0.06999em solid #000} +td#TBL-10-10-1{border-bottom:0.112em solid #000} +td#TBL-10-12-1{border-bottom:0.06999em solid #000} +td#TBL-10-15-1{border-bottom:0.112em solid #000} +td#TBL-11-10-1{border-bottom:0.112em solid #000} +td#TBL-11-12-1{border-bottom:0.06999em solid #000} +td#TBL-11-15-1{border-bottom:0.112em solid #000} +td#TBL-12-10-1{border-bottom:0.112em solid #000} +td#TBL-12-12-1{border-bottom:0.06999em solid #000} +td#TBL-12-15-1{border-bottom:0.112em solid #000} +td#TBL-13-10-1{border-bottom:0.112em solid #000} +td#TBL-13-12-1{border-bottom:0.06999em solid #000} +td#TBL-13-15-1{border-bottom:0.112em solid #000} /* end css.sty */ diff --git a/info/tex-vpat/texlive-vpat.html b/info/tex-vpat/texlive-vpat.html index d558eb040a..0cc44fe036 100644 --- a/info/tex-vpat/texlive-vpat.html +++ b/info/tex-vpat/texlive-vpat.html @@ -24,19 +24,17 @@ class="cmr-12">TeX Users Group
Version 2.1, June 2022
+class="cmr-12">Version 2.2, March 2023 +

- - - -

Contents

+

Contents

 Name of Product/Version @@ -99,6 +97,7 @@ href="#x1-30000" id="QQ2-1-30">Chapter 13: ICT Providing Relay or Emergen
 Legal Disclaimer
+

@@ -106,43 +105,44 @@ href="#x1-31000" id="QQ2-1-31">Legal Disclaimer id="x1-2000">Name of Product/Version -

TeXLive 2022. -

+

TeXLive 2023. +

Report Date

-

June 2022. -

+

March 2023. +

Product Description

-

TeXLive is the reference distribution of TeX and related software supported by +

TeXLive is the reference distribution of TeX and related software supported by TeX Users Group, a membership-based not-for-profit organization dedicated to support, promotion and advocacy of TeX typesetting system created by Donald -Knuth and maintained by the international community of developers. As of 2022 -TeXLive contains more than 470 programs and more than 7600 software +Knuth and maintained by the international community of developers. As of 2023 +TeXLive contains more than 470 programs and more than 7660 software packages. -

+

Contact Information

+

-

+

Website:

-

https://tug.org

-

+

Address:

-



Robin Laakso, executive director,
TeX Users Group,
PO Box 2311,
USA

-

+

Phone:

-

+1 503-223-9994 +

+1 503-223-9994

-

+

Fax:

-

+1 815-301-3568 +

+1 815-301-3568

-

+

Administrative email:

-

office@tug.org

-

+

Board of directors:

-

board@tug.org

-

+

President:

-

president@tug.org

-

+

@@ -192,7 +192,7 @@ href="mailto:president@tug.org" >president@tug.org id="x1-6000">Notes -

TeXLive is a complex software suite, intended to the produce typeset products in +

TeXLive is a complex software suite, intended to the produce typeset products in various formats (PDF, HTML, DVI, XML to name a few). In all case it takes an input code written in a machine-readable form and translates it to an output format, suitable to publication in the traditional (hard copy) or electronic form. -

This document covers only the software used to convert the input code to the +

This document covers only the software used to convert the input code to the output format. The creation of the input code is outside the scope of this document, since it is done by third party software. TeXLive software can accept as input text files created in any authoring tool. TeX Users group is aware about fully accessible authoring tools, and promotes them on its web pages and publications. -

A separate issue is the accessibility of the

A separate issue is the accessibility of the output documents created with TeXLive software. The accessibility features of these documents depend on the settings in the input code and the packages used, and thus is not covered @@ -215,7 +215,7 @@ accessible documents using its tool as simple as possible, and to make the accessibility features the default settings of our software. This is an ongoing effort, involving many developers. TeX Users Group welcomes any help in this work. -

The tools provided by TeXLive are accompanied by technical documentation, +

The tools provided by TeXLive are accompanied by technical documentation, both included in TeXLive itself, and separate: there are many books, courses and other materials about TeX. Many of the latter a fully accessible. The main documentation of TeXLive, supported by TeXLive team, is accessible as well. Most of @@ -226,13 +226,13 @@ accessibility for all documentation. However, the full audit of the documentatio all 7300+ packages created by many thousands of volunteers is not feasible at this time. TeX Users group supports the efforts of making all TeX documentation fully accessible. -

+

Evaluation methods used

-

The testing was based on the knowledge of the general product knowledge. -

+

The testing was based on the knowledge of the general product knowledge. +

Applicable standards and guidelines

@@ -240,99 +240,117 @@ accessible. - +

+ + - - - - - - - - - - -

Standard/Guideline

+

+

Standard/Guideline

Included in the report

Web Content Accessibility Guidelines 2.0

Level A (Yes)

Level AA (Yes)

Level AAA (Yes)

Web Content Accessibility Guidelines 2.1

Level A (Yes)

Level AA (Yes)

Level AAA (Yes)

Revised Section 508 standards published - January 18, 2017 and corrected January 22, - 2018

Yes

EN 301 549 Accessibility requirements suitable - for public procurement of ICT products and - services in Europe, - V3.1.1 (2019-11)

Yes

-

+ +

+

+

Web Content Accessibility Guidelines 2.0 Level A (Yes) +

Level AA (Yes) +

Level AAA (Yes) +

Web Content Accessibility Guidelines 2.1 Level A (Yes) +

Level AA (Yes) +

Level AAA (Yes) +

Revised Section 508 standards published January 18, 2017 +and corrected January 22, 2018 Yes +

EN 301 549 Accessibility requirements suitable for public +procurement of ICT products and services in Europe, - +V3.1.1 (2019-11) Yes + +

+

Terms

-

The terms used in the Conformance Level information are defined as follows: +

The terms used in the Conformance Level information are defined as follows:

-

+

Supports:

-

The functionality of the product has at least one method that meets the +

The functionality of the product has at least one method that meets the criterion without known defects or meets with equivalent facilitation.

-

+

Partially Supports:

-

Some functionality of the product does not meet the criterion. +

Some functionality of the product does not meet the criterion.

-

+

Does Not Support:

-

The majority of product functionality does not meet the criterion. +

The majority of product functionality does not meet the criterion. + + +

-

+

Not Applicable:

-

The criterion is not relevant to the product. +

The criterion is not relevant to the product.

-

+

Not Evaluated:

- - - -

The product has not been evaluated against the criterion. This can be +

The product has not been evaluated against the criterion. This can be used only in WCAG 2.0 Level AAA.

@@ -342,44 +360,47 @@ class="description"> id="x1-10000">WCAG 2.x Report -

Tables 1 and 2 also document conformance with: +

Tables 1 and 2 also document conformance with:

+

-

+

Note:

-

When reporting on conformance with the WCAG 2.x Success +

When reporting on conformance with the WCAG 2.x Success Criteria, they are scoped for full pages, complete processes, and accessibility-supported ways of using technology as documented in the WCAG 2.0 Conformance Requirements.

-

+

Introduction

-

This section of the report describes the documentation for TeXLive. -

There are several ways to define “the full documentation for TeX and friends +

This section of the report describes the documentation for TeXLive. +

There are several ways to define “the full documentation for TeX and friends software”. In one meaning of these words it comprises all books on TeX, LaTeX, ConTeXt and other systems included in TeXLive, all issues of the journals published by TeX Users Group and other users produced documentation. Of course it would be impossible to estimate the accessibility of all this documentation, comprising hundreds thousands of pages written over three decades. -

Another way is to count only the documentation for the packages included in +

Another way is to count only the documentation for the packages included in TeXLive. This includes documentation for 7300+ packages, which makes the full audit rather impractical. -

In this document we discuss only the main manual for the system, available with the -installation and at

In this document we discuss only the main manual for the system, available with the +installation and at https://tug.org/texlive/doc/texlive-en/texlive-en.html. We note, however, that documentation for all TeXLive packages is available as source @@ -387,7 +408,7 @@ text files, and thus is highly accessible. -

In the tables below the success criteria apply to

In the tables below the success criteria apply to Web and Electronic Docs paragraphs of VPAT. @@ -398,1357 +419,1192 @@ paragraphs of VPAT. id="x1-12000">Table 1: Success Criteria, Level A -

+

+ + + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Criteria
+
Conformance Level
+
+

+

1.1.1

Non-text Content

Supports

1.2.1

+

Audio-only and Video only (Prerecorded)

Not Applicable

1.2.2

Captions Prerecorded

Not Applicable

1.2.3

+

Audio Description or Media Alternative (Prerecorded)

Not Applicable

1.3.1

Info and Relationships

Supports

1.3.2

Meaningful Sequence

Supports

1.3.3

Sensory Characteristics

Not Applicable

1.4.1

Use of Color

Supports

1.4.2

Audio Control

Not Applicable

2.1.1

Keyboard

Supports

2.1.2

No Keyboard Trap

Supports

2.1.4

+

Character Key Shortcuts (2.1 only)

Supports

2.2.1

Timing Adjustable

Supports

2.2.2

Pause, Stop, Hide

Supports

2.3.1

Three Flashes or Below Threshold

Supports

2.4.1

Bypass Blocks

Not Applicable

2.4.2

Page Titled

Supports

2.4.3

Focus Order

Supports

2.4.4

+

Link Purpose (In Context)

Supports

2.5.1

+

Pointer Gestures (2.1 only)

Supports

2.5.2

+

Pointer Cancellation (2.1 only)

Supports

2.5.3

+

Label in Name (2.1 only)

Supports

2.5.4

+

Motion Actuation (2.1 only)

Supports

3.1.1

Language of Page

Supports

3.2.1

On Focus

Supports

3.2.2

On Input

Supports

3.3.1

Error Identification

Supports

3.3.2

Labels or Instructions

Supports

4.1.1

Parsing

Supports

4.1.2

Name, Role, Value

Supports

+ + + +

+ + + +

Table 2: Success Criteria, Level AA

+ +
+

+ + + + + + + + + + + + + + + + + + + + + + + +
+

Criteria
+
Conformance Level
+
+

+

1.2.4

+

Captions (Live)

Not Applicable

1.2.5

+

Audio Description (Prerecorded)

Not Applicable

1.3.4

+

Orientation (2.1 only)

Supports

1.3.5

+

Identify Input Purpose (2.1 only)

Supports

1.4.3

+

Contrast (Minimum)

Supports

1.4.4

Resize text

Supports

1.4.5

Images of Text

Supports

1.4.10

+

Reflow (2.1 only)

Supports

1.4.11

+

Non-text Contrast (2.1 only)

Supports

1.4.12

+

Text Spacing (2.1 only)

Supports

1.4.13

+

Content on Hover or Focus (2.1 only)

Supports

2.4.5

Multiple Ways

Supports

2.4.6

Headings and Labels

Supports

2.4.7

Focus Visible

Supports

3.1.2

Language of Parts

Supports

3.2.3

Consistent Navigation

Supports

3.2.4

Consistent Identification

Supports

3.3.3

Error Suggestion

Not Applicable

3.3.4

+

Error Prevention (Legal, Financial, Data)

Not Applicable

4.1.3

+

Status Messages (2.1 only)

Supports

+

+ + + +

Table 3: Success Criteria, Level AAA

+
+ + + +

+

+id="TBL-5-3"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Criteria
+
Conformance Level
+
+

+

1.2.6

+

Sign Language (Prerecorded)

Not Applicable

1.2.7

+

Extended Audio Description (Prerecorded)

Not Applicable

1.2.8

+

Media Alternative (Prerecorded)

Not Applicable

1.2.9

+

Audio-only (Live)

Not Applicable

1.3.6

+

Identify Purpose (2.1 only)

Supports

1.4.6

+

Contrast (Enhanced)

Supports

1.4.7

Low or No Background Audio

Supports

1.4.8

Visual Presentation

Supports

1.4.9

+

Images of Text (No Exception)

Supports +1

2.1.3

+

Keyboard (No Exception)

Supports

2.2.3

No Timing

Supports

2.2.4

Interruptions

Supports

2.2.5

Re-authenticating

Not Applicable

2.2.6

+

Timeouts (2.1 only)

Not Applicable

2.3.2

Three Flashes

Supports

2.3.3

+

Animation from Interactions (2.1 only)

Supports

2.4.8

Location

Supports

2.4.9

+

Link Purpose (Link Only)

Supports

2.4.10

Section Headings

Supports

2.5.5

+

Target Size (2.1 only)

Supports

2.5.6

+

Concurrent Input Mechanisms (2.1 only)

Supports

3.1.3

Unusual Words

Does Not Support

3.1.4

Abbreviations

Does Not Support

3.1.5

Reading Level

Does Not Support

3.1.6

Pronunciation

Not Applicable

3.2.5

Change on Request

Supports

3.3.5

Help

Does Not Support

3.3.6

+

Error Prevention (All)

Not Applicable

+ + + +

+
+

+Note:

+

Neither Revised Section 508 Report nor EN 301 549 Report require + AAA level compliance.

+ + + +

Revised Section 508 Report

+ +

+

Chapter 3: Functional Performance Criteria (FPC)

+ +
+

+ + + + + + + + + + + + +
+

Criteria
+
Conformance Level
+
+

+

302.1

Without Vision

Supports

302.2

With Limited Vision

Supports

302.3

Without Perception of Color

Supports

302.4

Without Hearing

Supports

302.5

With Limited Hearing

Supports

302.6

Without Speech

Supports

302.7

With Limited Manipulation

Supports

302.8

With Limited Reach and Strength

Supports

302.9

With Limited Language, Cognitive, and Learning +Abilities

Does Not Support

+

+

Chapter 4: Hardware

+ +

Does Not Apply. +

+

Chapter 5: Software

+ +

+

+ + + + style="vertical-align:baseline;" id="TBL-7-2-"> + + style="vertical-align:baseline;" id="TBL-7-6-"> + + + style="vertical-align:baseline;" id="TBL-7-18-"> + + style="vertical-align:baseline;" id="TBL-7-21-"> + + style="vertical-align:baseline;" id="TBL-7-24-"> + style="vertical-align:baseline;" id="TBL-7-25-"> + style="vertical-align:baseline;" id="TBL-7-26-"> + style="vertical-align:baseline;" id="TBL-7-27-"> + style="vertical-align:baseline;" id="TBL-7-28-"> + style="vertical-align:baseline;" id="TBL-7-29-"> + style="vertical-align:baseline;" id="TBL-7-30-"> + style="vertical-align:baseline;" id="TBL-7-31-"> + style="vertical-align:baseline;" id="TBL-7-32-"> + style="vertical-align:baseline;" id="TBL-7-33-"> + style="vertical-align:baseline;" id="TBL-7-34-"> + style="vertical-align:baseline;" id="TBL-7-35-"> + style="vertical-align:baseline;" id="TBL-7-36-"> + style="vertical-align:baseline;" id="TBL-7-37-"> - - - - - - - - - - - - - - - - - + style="vertical-align:baseline;" id="TBL-7-38-"> + style="vertical-align:baseline;" id="TBL-7-40-"> + + + + + + + + + + + + + style="vertical-align:baseline;" id="TBL-7-16-"> + style="vertical-align:baseline;" id="TBL-7-17-">
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

+

Criteria
+
Conformance Level
+
-

+

+

-

1.1.1 Non-text Content (Level A)

-

Supports

+

501.1

+

Scope—Incorporation of WCAG 2.0 AA

+

Supports2

502 Interoperability with Assistive Technology
+
+

502.2.1

+

User Control of Accessibility Features

+

Supports

-

1.2.1 Audio-only and Video only - (Prerecorded) (Level A)

-

Not Applicable

+

502.2.2

+

No Disruption of Accessibility Features

+

Supports

502.3 Accessibility Services
+
+

502.3.1

+

Object Information

+

Supports

-

1.2.2 Captions Prerecorded (Level A)

-

Not Applicable

+

502.3.2

+

Modification of Object Information

+

Supports

-

1.2.3 Audio Description or Media - Alternative (Prerecorded)

-

Not Applicable

+

502.3.3

+

Row, Column, and Headers

+

Not Applicable

-

1.3.1 Info and Relationships (Level A)

-

Supports

+

502.3.4

+

Values

+

Supports

-

1.3.2 Meaningful Sequence (Level A)

-

Supports

+

502.3.5

+

Modification of Values

+

Supports

-

1.3.3 Sensory Characteristics (Level A)

-

Not Applicable

+

502.3.6

+

Label Relationships

+

Not Applicable

-

1.4.1 Use of Color (Level A)

-

Supports

+

502.3.7

+

Hierarchical Relationships

+

Not Applicable

-

1.4.2 Audio Control (Level A)

-

Not Applicable

+

502.3.8

+

Text

+

Supports

-

2.1.1 Keyboard (Level A)

-

Supports

+

502.3.9

+

Modification of Text

+

Supports

-

2.1.2 No Keyboard Trap (Level A)

-

Supports

+

502.3.10

+

List of Actions

+

Supports

-

2.1.4 Character Key Shortcuts (Level A 2.1 - only)

-

Supports

+

502.3.11

+

Actions on Objects

+

Supports

-

2.2.1 Timing Adjustable

-

Supports

+

502.3.12

+

Focus Cursor

+

Supports

-

2.2.2 Pause, Stop, Hide (Level A)

-

Supports

+

502.3.13

+

Modification of Focus Cursor

+

Supports

-

2.3.1 Three Flashes or Below Threshold - (Level A)

-

Supports

+

502.3.14

+

Event Notification

+

Supports

-

2.4.1 Bypass Blocks

-

Not Applicable

+

502.4

+

Platform Accessibility Features

+

Supports

-

2.4.2 Page Titled (Level A)

-

Supports

-

2.4.3 Focus Order (Level A)

-

Supports

-

2.4.4 Link Purpose (In Context) (Level A)

-

Supports

-

2.5.1 Pointer Gestures (Level A 2.1 only)

-

Supports

-

2.5.2 Pointer Cancellation (Level A 2.1 - only)

-

Supports

-

2.5.3 Label in Name (Level A 2.1 only)

-

Supports

-

2.5.4 Motion Actuation (Level A 2.1 only)

-

Supports

-

3.1.1 Language of Page

-

Supports

-

3.2.1 On Focus (Level A)

-

Supports

-

3.2.2 On Input (Level A)

-

Supports

-

3.3.1 Error Identification (Level A)

-

Supports

-

3.3.2 Labels or Instructions (Level A)

-

Supports

-

4.1.1 Parsing (Level A)

-

Supports

-

4.1.2 Name, Role, Value (Level A)

-

Supports

-

-

503 Applications
+
+

503.2

+

User Preferences

+

Supports

-

+

503.3

+

Alternative User Interfaces

+

Supports

503.4 User Controls for Captions and Audio Description
+
+

503.4.1

+

Caption Controls

+

Not Applicable

+

503.4.2

+

Audio Description Controls

+

Not Applicable

504 Authoring Tools
+
+

504.2

+

Content Creation or Editing (if not authoring tool, +enter “not applicable”)

+

Not Applicable

+

504.2.1

+

Preservation of Information Provided for +Accessibility in Format Conversion

+

Not Applicable

+

504.2.2

+

PDF Export

+

Not Applicable

+

504.3

+

Prompts

+

Not Applicable

+

504.4

+

Templates

+

Not Applicable

+

+

+

-

+

-

+

-

+

Table 2: Success Criteria, Level AA

+ id="x1-19000">Chapter 6: Support Documentation and Services -

+ id="x1-19000doc"> +

+

-
- + style="vertical-align:baseline;" id="TBL-8-13-"> + style="vertical-align:baseline;" id="TBL-8-14-"> + - - - + style="vertical-align:baseline;" id="TBL-8-18-"> + style="vertical-align:baseline;" id="TBL-8-20-"> + style="vertical-align:baseline;" id="TBL-8-21-"> + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

Criteria
+
Conformance Level
+
-

+

+

-

1.2.4 Captions (Live) (Level AA)

-

Not Applicable

-

1.2.5 Audio Description (Prerecorded) - (Level AA)

-

Not Applicable

-

1.3.4 Orientation (Level AA 2.1 only)

-

Supports

-

1.3.5 Identify Input Purpose (Level AA 2.1 - only)

-

Supports

602 Support Documentation
+
+

602.2

+

Accessibility and Compatibility Features

+

Supports

-

1.4.3 Contrast (Minimum) (Level AA)

-

Supports

+

602.3

+

Electronic Support Documentation

+

Supports3

-

1.4.4 Resize text (Level AA)

-

Supports

+

602.4

+

Alternate Formats for Non-Electronic Support +Documentation

+

Not Applicable

603 Support Services
+
+

603.2

+

Information on Accessibility and Compatibility +Features

+

Not Applicable

+

603.3

+

Accommodation of Communication Needs

+

Not Applicable

+

+

+

+
+

-

1.4.5 Images of Text (Level AA)

-

Supports

-

1.4.10 Reflow (Level AA 2.1 only)

-

Supports

-

1.4.11 Non-text Contrast (Level AA 2.1 only)

-

Supports

-

1.4.12 Text Spacing (Level AA 2.1 only)

-

Supports

-

1.4.12 Text Spacing (Level AA 2.1 only)

-

Supports

-

1.4.13 Content on Hover or Focus - (Level AA 2.1 only)

-

Supports

-

2.4.5 Multiple Ways (Level AA)

-

Supports

-

2.4.6 Headings and Labels (Level AA)

-

Supports

-

2.4.7 Focus Visible (Level AA)

-

Supports

-

3.1.2 Language of Parts (Level AA)

-

Supports

-

3.2.3 Consistent Navigation (Level AA)

-

Supports

-

3.2.4 Consistent Identification (Level AA)

-

Supports

-

3.3.3 Error Suggestion (Level AA)

-

Not Applicable

-

3.3.4 Error Prevention (Legal, Financial, Data) - (Level AA)

-

Not Applicable

-

4.1.3 Status Messages (Level AA 2.1 only)

-

Supports

-

-

-

-
-

-

-

-

Table 3: Success Criteria, Level AAA

- -

-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

-
-

-

1.2.6 Sign Language (Prerecorded) - (Level AAA)

-

Not Applicable

-

1.2.7 Extended Audio Description - (Prerecorded) (Level AAA)

-

Not Applicable

-

1.2.8 Media Alternative (Prerecorded) - (Level AAA)

-

Not Applicable

-

1.2.9 Audio-only (Live) (Level AAA)

-

Not Applicable

-

1.3.6 Identify Purpose (Level AAA 2.1 only)

-

Supports

-

1.4.6 Contrast (Enhanced) (Level AAA)

-

Supprts

-

1.4.7 Low or No Background Audio - (Level AAA)

-

Supports

-

1.4.8 Visual Presentation (Level AAA)

-

Supports

-

1.4.9 Images of Text (No Exception) - (Level AAA)

-

Supports

-

Images - of GUI - screens - are used - only when - essential - to the - information - being - conveyed.

-

2.1.3 Keyboard (No Exception) (Level AAA)

-

Supports

-

2.2.3 No Timing (Level AAA)

-

Supports

-

2.2.4 Interruptions (Level AAA)

-

Supports

-

2.2.5 Re-authenticating (Level AAA)

-

Not Applicable

-

2.2.6 Timeouts (Level AAA 2.1 only)

-

Not Applicable

-

2.3.2 Three Flashes (Level AAA)

-

Supports

-

2.3.3 Animation from Interactions - (Level AAA 2.1 only)

-

Supports

-

2.4.8 Location (Level AAA)

-

Supports

-

2.4.9 Link Purpose (Link Only) (Level AAA)

-

Supports

-

2.4.10 Section Headings (Level AAA)

-

Supports

-

2.5.5 Target Size (Level AAA 2.1 only)

-

Supports

-

2.5.6 Concurrent Input Mechanisms - (Level AAA 2.1 only)

-

Supports

-

3.1.3 Unusual Words (Level AAA)

-

Does Not - Support

-

3.1.4 Abbreviations (Level AAA)

-

Does Not - Support

-

3.1.5 Reading Level (Level AAA)

-

Does Not - Support

-

3.1.6 Pronunciation (Level AAA)

-

Not Applicable

-

3.2.5 Change on Request (Level AAA)

-

Supports

-

3.3.5 Help (Level AAA)

-

Does Not - Support

-

3.3.6 Error Prevention (All) (Level AAA)

-

Not Applicable

-

-

-

-
-

-

-
-

-Note:

-

Neither Revised Section 508 Report nor EN 301 549 Report requiure - AAA level compliance.

- - - -

Revised Section 508 Report

- -

-

Chapter 3: Functional Performance Criteria (FPC)

- -

-

- - - - - - - - - - - - - - - - - - - - - - - - -
-
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

-
-

-

302.1 Without Vision

-

Supports

-

302.2 With Limited Vision

-

Supports

-

302.3 Without Perception of Color

-

Supports

-

302.4 Without Hearing

-

Supports

-

302.5 With Limited Hearing

-

Supports

-

302.6 Without Speech

-

Supports

-

302.7 With Limited Manipulation

-

Supports

-

302.8 With Limited Reach and Strength

-

Supports

-

302.9 With Limited Language, Cognitive, and - Learning Abilities

-

Does Not - Support

-

-

-

-
-

-

-

-

Chapter 4: Hardware

- -

Does Not Apply. -

-

Chapter 5: Software

- -

-

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

-
-

-

501.1 Scope—Incorporation of WCAG 2.0 AA

-

Supports

-

See - Table 2: - Success - Criteria, - Level AA

502 Interoperability with Assistive Technology
-
-

502.2.1 User Control of Accessibility Features

-

Supports

-

502.2.2 No Disruption of Accessibility Features

-

Supports

502.3 Accessibility Services
-
-

502.3.1 Object Information

-

Supports

-

502.3.2 Modification of Object Information

-

Supports

-

502.3.3 Row, Column, and Headers

-

Not Applicable

-

502.3.4 Values

-

Supports

-

502.3.5 Modification of Values

-

Supports

-

502.3.6 Label Relationships

-

Not Applicable

-

502.3.7 Hierarchical Relationships

-

Not Applicable

-

502.3.8 Text

-

Supports

-

502.3.9 Modification of Text

-

Supports

-

502.3.10 List of Actions

-

Supports

-

502.3.11 Actions on Objects

-

Supports

-

502.3.12 Focus Cursor

-

Supports

-

502.3.13 Modification of Focus Cursor

-

Supports

-

502.3.14 Event Notification

-

Supports

-

502.4 Platform Accessibility Features

-

Supports

503 Applications
-
-

503.2 User Preferences

-

Supports

-

503.3 Alternative User Interfaces

-

Supports

-

503.4 User Controls for Captions and Audio - Description

-

Not Applicable

-

503.4.1 Caption Controls

-

Not applicable

-

503.4.2 Audio Description Controls

-

Not Applicalbe

504 Authoring Tools
-
-

504.2 Content Creation or Editing (if not - authoring tool, enter “not applicable”)

-

Not Applicable

-

504.2.1 Preservation of Information Provided - for Accessibility in Format Conversion

-

Not Applicable

-

504.2.2 PDF Export

-

Not Applicable

-

504.3 Prompts

-

Not Applicable

-

504.4 Templates

-

Not Applicable

-

-

-

-
-

-

-

-

Chapter 6: Support Documentation and Services

- -

-

- - - - - - - - - - - - - - - - - - - + style="vertical-align:baseline;" id="TBL-8-17-">
-
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

-
-

601.1 Scope
-
602 Support Documentation
-
-

602.2 Accessibility and Compatibility Features

-

Supports

-

602.3 Electronic Support Documentation

-

Supports

-

See - WCAG 2.x - Report

-

602.4 Alternate Formats for Non-Electronic - Support Documentation

-

Not Applicable

603 Support Services
-
-

603.2 Information on Accessibility and - Compatibility Features

-

Not Applicable

-

603.3 Accommodation of Communication Needs

-

Not Applicable

-

-

-

-
-

-

+

@@ -1758,982 +1614,1051 @@ class="td11"> id="x1-20000">EN 301 549 Report -

+

Chapter 4: Functional Performance Statements (FPS)

-

-

+

+

- - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

-
-

-

4.2.1 Usage without vision

-

Supports

-

4.2.2 Usage with limited vision

-

Supports

-

4.2.3 Usage without perception of colour

-

Supports

-

4.2.4 Usage without hearing

-

Supports

-

4.2.5 Usage with limited hearing

-

Supports

-

4.2.6 Usage with no or limited vocal capability

-

Supports

-

4.2.7 Usage with limited manipulation or - strength

-

Supports

-

4.2.8 Usage with limited reach

-

Supports

-

4.2.9 Minimize photosensitive seizure triggers

-

Supports

-

4.2.10 Usage with limited cognition, language - or learning

-

Does not - support

-

4.2.11 Privacy

-

Supports

-

-

-

-
-

-

-

+> +

+

Criteria
+
Conformance Level
+ +

+

+

4.2.1

Usage without vision

Supports +

4.2.2

Usage with limited vision

Supports +

4.2.3

Usage without perception of colour

Supports +

4.2.4

Usage without hearing

Supports +

4.2.5

Usage with limited hearing

Supports +

4.2.6

Usage with no or limited vocal capability

Supports +

4.2.7

Usage with limited manipulation or strength

Supports +

4.2.8

Usage with limited reach

Supports +

4.2.9

Minimize photosensitive seizure triggers

Supports +

4.2.10

Usage with limited cognition, language or learning

Does not support +

4.2.11

Privacy

Supports +

+

Chapter 5: Generic Requirements

+

-

+

Note:

-

EN 301 549 defines “closed functionality” as “functionality that is limited +

EN 301 549 defines “closed functionality” as “functionality that is limited by characteristics that prevent a user from attaching, installing or using assistive technology”. Since TeXLive utilities do not prevent users from attaching, installing or using assistive technology, most of requirements in this chapter are not applicable to them.

-

+ + + +

+> - + style="vertical-align:baseline;" id="TBL-10-13-"> + style="vertical-align:baseline;" id="TBL-10-14-"> + - - - - - - - - - - - - - - - - - - - - - - - - - - - + style="vertical-align:baseline;" id="TBL-10-18-"> + style="vertical-align:baseline;" id="TBL-10-19-"> + style="vertical-align:baseline;" id="TBL-10-20-"> - + style="vertical-align:baseline;" id="TBL-10-22-"> + + + + + + + + + + + + + + + + - - - - - - - + style="vertical-align:baseline;" id="TBL-10-41-"> + + + + + + + + + + + + + + + + + + + + style="vertical-align:baseline;" id="TBL-10-16-"> + style="vertical-align:baseline;" id="TBL-10-17-">
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

Criteria
+
Conformance Level
+
-

+

+

5.1 Closed functionality
-
5.1.2 General
-
-

5.1.2.1 Closed functionality

-

Not Applicable

-

5.1.2.2 Assistive technology

-

Not Applicable

5.1.3 Non-visual access
-
-

5.1.3.1 Audio output of visual information

-

Not Applicable

-

5.1.3.2 Auditory output delivery including - speech

-

Not Applicable

-

5.1.3.3 Auditory output correlation

-

Not Applicable

-

5.1.3.4 Speech output user control

-

Not Applicable

-

5.1.3.5 Speech output automatic interruption

-

Not Applicable

-

5.1.3.6 Speech output for non-text content

-

Not Applicable

-

5.1.3.7 Speech output for video information

-

Not Applicable

-

5.1.3.8 Masked entry

-

Not Applicable

-

5.1.3.9 Private access to personal data

-

Not Applicable

-

5.1.3.10 Non-interfering audio output

-

Not Applicable

-

5.1.3.11 Private listening volume

-

Not Applicable

-

5.1.3.12 Speaker volume

-

Not Applicable

-

5.1.3.13 Volume reset

-

Not Applicable

-

5.1.3.14 Spoken languages

-

Not Applicable

-

5.1.3.15 Non-visual error identification

-

Not Applicable

-

5.1.3.16 Receipts, tickets, and transactional - outputs

-

Not Applicable

-

5.1.4 Functionality closed to text enlargement

-

Not Applicable

-

5.1.5 Visual output for auditory information

-

Not Applicable

5.1.6 Operation without keyboard interface
-
-

5.1.6.2 Input focus

-

Not Applicable

-

5.1.7 Access without speech

-

Not Applicable

-

5.2 Activation of accessibility features

-

Not Applicable

-

5.3 Biometrics

-

Not Applicable

-

5.4 Preservation of accessibility information - during conversion

-

Not Applicable

+

+

+

5.5 Operable parts
-
-

5.5.1 Means of operation

-

Not Applicable

-

5.5.2 Operable parts discernibility

-

Not Applicable

+

5.6 Locking or toggle controls
+ style="vertical-align:baseline;" id="TBL-10-21-">
5.1 Closed functionality
-

5.6.1 Tactile or auditory status

-

Not Applicable

-

5.6.2 Visual status

-

Not Applicable

5.1.2 General
+
+

5.1.2.1

+

Closed functionality

+

Not Applicable

+

5.1.2.2

+

Assistive technology

+

Not Applicable

5.1.3 Non-visual access
+
+

5.1.3.1

+

Audio output of visual information

+

Not Applicable

+

5.1.3.2

+

Auditory output delivery including speech

+

Not Applicable

+

5.1.3.3

+

Auditory output correlation

+

Not Applicable

+

5.1.3.4

+

Speech output user control

+

Not Applicable

+

5.1.3.5

+

Speech output automatic interruption

+

Not Applicable

+

5.1.3.6

+

Speech output for non-text content

+

Not Applicable

+

5.1.3.7

+

Speech output for video information

+

Not Applicable

+

5.1.3.8

+

Masked entry

+

Not Applicable

+

5.1.3.9

+

Private access to personal data

+

Not Applicable

+

5.1.3.10

+

Non-interfering audio output

+

Not Applicable

+

5.1.3.11

+

Private listening volume

+

Not Applicable

+

5.1.3.12

+

Speaker volume

+

Not Applicable

+

5.1.3.13

+

Volume reset

+

Not Applicable

+

5.1.3.14

+

Spoken languages

+

Not Applicable

+

5.1.3.15

+

Non-visual error identification

+

Not Applicable

-

5.7 Key repeat

-

Not Applicable

-

5.8 Double-strike key acceptance

-

Not Applicable

-

5.9 Simultaneous user actions

-

Not Applicable

-

-

-

+

5.1.3.16

+

Receipts, tickets, and transactional outputs

+

Not Applicable

+

5.1.4

+

Functionality closed to text enlargement

+

Not Applicable

+

5.1.5

+

Visual output for auditory information

+

Not Applicable

5.1.6 Operation without keyboard interface
+
+

5.1.6.2

+

Input focus

+

Not Applicable

+

5.1.7

+

Access without speech

+

Not Applicable

+

5.2

+

Activation of accessibility features

+

Not Applicable

+

5.3

+

Biometrics

+

Not Applicable

+

5.4

+

Preservation of accessibility information during +conversion

+

Not Applicable

5.5 Operable parts
+
+

5.5.1

+

Means of operation

+

Not Applicable

+

5.5.2

+

Operable parts discernibility

+

Not Applicable

5.6 Locking or toggle controls
+
+

5.6.1

+

Tactile or auditory status

+

Not Applicable

+

5.6.2

+

Visual status

+

Not Applicable

+

5.7

+

Key repeat

+

Not Applicable

+

5.8

+

Double-strike key acceptance

+

Not Applicable

+

5.9

+

Simultaneous user actions

+

Not Applicable

+

+

+

-

+

-

+

-

+ + + +

Chapter 6: ICT with Two-Way Voice Communication

-

Not Applicable. -

+

Not Applicable. +

Chapter 7: ICT with Video Capabilities

-

Not Applicable. -

+

Not Applicable. +

Chapter 8: Hardware

-

Not Applicable. -

+

Not Applicable. +

Chapter 9: Web

-

See WCAG 2.x Report. - - - -

+

See WCAG 2.x Report. +

Chapter 10: Non-Web Software

-

+

+> - + style="vertical-align:baseline;" id="TBL-11-13-"> + style="vertical-align:baseline;" id="TBL-11-14-"> + + style="vertical-align:baseline;" id="TBL-11-18-"> + style="vertical-align:baseline;" id="TBL-11-19-"> + style="vertical-align:baseline;" id="TBL-11-20-"> + style="vertical-align:baseline;" id="TBL-11-21-"> + + + + style="vertical-align:baseline;" id="TBL-11-22-"> + style="vertical-align:baseline;" id="TBL-11-23-"> + style="vertical-align:baseline;" id="TBL-11-24-"> + style="vertical-align:baseline;" id="TBL-11-25-"> + style="vertical-align:baseline;" id="TBL-11-16-"> + style="vertical-align:baseline;" id="TBL-11-17-">
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

Criteria
+
Conformance Level
+
-

+

+

10.0 General (informative)
-
-

10.1.1.1 through 10.4.1.3

-

Supports

-

See - WCAG 2.x - Report

+

10.1.1.1

+

through 10.4.1.3

+

Supports4

-

10.5 Caption positioning

-

Not Appicable

+

10.5

+

Caption positioning

+

Not Appicable

-

10.6 Audio description timing

-

Not Applicable

+

10.6

+

Audio description timing

+

Not Applicable

-

+

-

+

-

+

-

+

-

+

-

+

Chapter 11: Software

-

+

- - - +> - + style="vertical-align:baseline;" id="TBL-12-13-"> + style="vertical-align:baseline;" id="TBL-12-14-"> + - + - - - - - - - + style="vertical-align:baseline;" id="TBL-12-22-"> + style="vertical-align:baseline;" id="TBL-12-23-"> + style="vertical-align:baseline;" id="TBL-12-24-"> + style="vertical-align:baseline;" id="TBL-12-25-"> + style="vertical-align:baseline;" id="TBL-12-26-"> + style="vertical-align:baseline;" id="TBL-12-27-"> + style="vertical-align:baseline;" id="TBL-12-28-"> + style="vertical-align:baseline;" id="TBL-12-29-"> + style="vertical-align:baseline;" id="TBL-12-30-"> + style="vertical-align:baseline;" id="TBL-12-31-"> + + style="vertical-align:baseline;" id="TBL-12-33-"> + style="vertical-align:baseline;" id="TBL-12-34-"> + style="vertical-align:baseline;" id="TBL-12-35-"> + + + + + + + style="vertical-align:baseline;" id="TBL-12-44-"> + style="vertical-align:baseline;" id="TBL-12-45-"> + style="vertical-align:baseline;" id="TBL-12-46-"> + style="vertical-align:baseline;" id="TBL-12-47-"> + style="vertical-align:baseline;" id="TBL-12-48-"> + style="vertical-align:baseline;" id="TBL-12-49-"> + style="vertical-align:baseline;" id="TBL-12-50-"> + style="vertical-align:baseline;" id="TBL-12-51-"> + style="vertical-align:baseline;" id="TBL-12-52-"> + + + + style="vertical-align:baseline;" id="TBL-12-16-"> + style="vertical-align:baseline;" id="TBL-12-17-">
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

Criteria
+
Conformance Level
+
-

+

+

11.0 General (informative)
-
-

11.1.1.1 through 11.4.1.3

-

Supports

-

See - WCAG 2.x - Report

11.5 Interoperability with assistive technology
+ style="vertical-align:baseline;" id="TBL-12-18-">
+11.1.1.1 through 11.4.1.3 +

+

+

Supports5

11.5 Interoperability with assistive technology
11.5.1 Closed functionality
+ style="vertical-align:baseline;" id="TBL-12-20-">
11.5.1 Closed functionality
11.5.2 Accessibility services
+ style="vertical-align:baseline;" id="TBL-12-21-">
11.5.2 Accessibility services
-

11.5.2.1 Platform accessibility service support - for software that provides a user interface

-

Supports

-

See - information - in 11.5.2.5 - through - 11.5.2.17

-

11.5.2.2 Platform accessibility service support - for assistive technologies

-

Supports

-

See - information - in 11.5.2.5 - through - 11.5.2.17

-

11.5.2.3 Use of accessibility services

-

Not Applicable

-

11.5.2.4 Assistive technology

-

Not Applicable

-

11.5.2.5 Object information

-

Not Applicable

-

11.5.2.6 Row, column, and headers

-

Not Applicable

-

11.5.2.7 Values

-

Not Applicable

-

11.5.2.8 Label relationships

-

Not Applicable

+

11.5.2.1

+

Platform accessibility service support for software +that provides a user interface

+

Supports6

-

11.5.2.9 Parent-child relationships

-

Not Applicable

+

11.5.2.2

+

Platform accessibility service support for assistive +technologies

+

Supports7

-

11.5.2.10 Text

-

Supports

+

11.5.2.3

+

Use of accessibility services

+

Not Applicable

-

11.5.2.11 List of available actions

-

Supports

+

11.5.2.4

+

Assistive technology

+

Not Applicable

-

11.5.2.12 Execution of available actions

-

Supports

+

11.5.2.5

+

Object information

+

Not Applicable

-

11.5.2.13 Tracking of focus and selection - attributes

-

Not Applicable

+

11.5.2.6

+

Row, column, and headers

+

Not Applicable

-

11.5.2.14 Modification of focus and selection - attributes

-

Not Applicable

+

11.5.2.7

+

Values

+

Not Applicable

-

11.5.2.15 Change notification

-

Supports

+

11.5.2.8

+

Label relationships

+

Not Applicable

-

11.5.2.16 Modifications of states and properties

-

Supports

+

11.5.2.9

+

Parent-child relationships

+

Not Applicable

-

11.5.2.17 Modifications of values and text

-

Supports

+

11.5.2.10

+

Text

+

Supports

+

11.5.2.11

+

List of available actions

+

Supports

11.6 Documented accessibility usage
-
-

11.6.1 User control of accessibility features

-

Not Applicable

+

11.5.2.12

+

Execution of available actions

+

Supports

-

11.6.2 No disruption of accessibility features

-

Supports

+

11.5.2.13

+

Tracking of focus and selection attributes

+

Not Applicable

-

11.7 User preferences

-

Not Applicable

+

11.5.2.14

+

Modification of focus and selection attributes

+

Not Applicable

+

11.5.2.15

+

Change notification

+

Supports

11.8 Authoring tools
+ style="vertical-align:baseline;" id="TBL-12-37-">
+

11.5.2.16

+

Modifications of states and properties

+

Supports

+

11.5.2.17

+

Modifications of values and text

+

Supports

11.6 Documented accessibility usage
11.8.1 Content technology
+ style="vertical-align:baseline;" id="TBL-12-40-">
+

11.6.1

+

User control of accessibility features

+

Not Applicable

+

11.6.2

+

No disruption of accessibility features

+

Supports

+

11.7

+

User preferences

+

Not Applicable

11.8 Authoring tools
-

11.8.2 Accessible content creation

-

Not Applicable

+

11.8.2

+

Accessible content creation

+

Not Applicable

-

11.8.3 Preservation of accessibility information - in transformations

-

Not Applicable

+

11.8.3

+

Preservation of accessibility information in +transformations

+

Not Applicable

-

11.8.4 Repair assistance

-

Not Applicable

+

11.8.4

+

Repair assistance

+

Not Applicable

-

11.8.5 Templates

-

Not Applicable

+

11.8.5

+

Templates

+

Not Applicable

-

+

-

+

-

+

-

+

-

+

-

+

Chapter 12: Documentation and Support Services

-

+

- - - +> - + style="vertical-align:baseline;" id="TBL-13-13-"> + style="vertical-align:baseline;" id="TBL-13-14-"> + + + + - - + + - - - - - - - + style="vertical-align:baseline;" id="TBL-13-25-"> + + + + + + + + + + + style="vertical-align:baseline;" id="TBL-13-16-"> + style="vertical-align:baseline;" id="TBL-13-17-">
-

Criteria

-

Conformance - Level

-

Remarks - and - Explanations

Criteria
+
Conformance Level
+
-

+

+

12.1 Product documentation
+ style="vertical-align:baseline;" id="TBL-13-18-">
+

+

+

+

12.1 Product documentation
-

12.1.1 Accessibility and compatibility features

-

Not Applicable

-

12.1.2 Accessible documentation

-

Supports

-

See - WCAG 2.x - Report

12.2 Support Services
+ style="vertical-align:baseline;" id="TBL-13-22-">
+

12.1.1

+

Accessibility and compatibility features

+

Not Applicable

+

12.1.2

+

Accessible documentation

+

Supports8

12.2 Support Services
-

12.2.2 Information on accessibility and - compatibility features

-

Not Applicable

-

12.2.3 Effective communication

-

Not Applicable

-

12.2.4 Accessible documentation

-

Not Applicable

-

-

-

+

12.2.2

+

Information on accessibility and compatibility features

+

Not Applicable

+

12.2.3

+

Effective communication

+

Not Applicable

+

12.2.4

+

Accessible documentation

+

Not Applicable

+

+

+

-

+

-

+

-

+

Chapter 13: ICT Providing Relay or Emergency Service Access

-

Not Applicable. +

Not Applicable. +

@@ -2741,7 +2666,7 @@ class="td11"> id="x1-31000">Legal Disclaimer -

While all efforts were made to provide an accurate description of the software, +

While all efforts were made to provide an accurate description of the software, TeX Users Group cannot make any guarantee, explicit of implied, of the accuracy of this report. This report is provided “As Is” and for information purposes only. diff --git a/info/tex-vpat/texlive-vpat.pdf b/info/tex-vpat/texlive-vpat.pdf index 26ab4cd80e..8d419ff7a0 100644 Binary files a/info/tex-vpat/texlive-vpat.pdf and b/info/tex-vpat/texlive-vpat.pdf differ diff --git a/info/tex-vpat/texlive-vpat.tex b/info/tex-vpat/texlive-vpat.tex index 1b7c6671c1..65519449d6 100644 --- a/info/tex-vpat/texlive-vpat.tex +++ b/info/tex-vpat/texlive-vpat.tex @@ -1,35 +1,219 @@ -\documentclass{report} +% !Mode:: "TeX:UTF-8:Main" +% Use lualatex!! +\ifx\HCode\Undef +\DocumentMetadata{uncompress, + %pdfversion=2.0, + pdfversion=1.7,pdfstandard=ua-1, + testphase=phase-III} +\else +\DocumentMetadata{uncompress} +\fi +\documentclass[titlepage]{article} \usepackage{graphicx} -\usepackage{tabularx} -\usepackage{longtable} +\usepackage{array,longtable} \usepackage{booktabs} + \usepackage{ragged2e} -\usepackage[colorlinks]{hyperref} +\usepackage{needspace} +\usepackage[colorlinks,pdfdisplaydoctitle=true]{hyperref} + \setcounter{secnumdepth}{-1} + +%table tagging (as maketitle contains a tabular, delay after the first shipout): +\AddToHookNext{shipout/after}{% +\AddToHook{env/tabular/before}{\par\tagpdfparaOff\tagstructbegin{tag=Table}} +\AddToHook{env/tabular/after}{\tagstructend\par\tagpdfparaOn}} + +\ExplSyntaxOn +\AddToHook{env/longtable/before} + { + \par + \group_begin: + \tagpdfparaOff + \tl_set:Nx \l__fnote_dflt_struct_tl{\tag_get:n{struct_num}} + \tagstructbegin{tag=Table} + } +\AddToHook{env/longtable/after} + { + \tagstructend + \par + \group_end: + } +\ExplSyntaxOff + + +\newlength\vpatconfcollen +\newlength\vpatnumcollen +\newlength\vpattempcollen + +\AtBeginDocument{% + \settowidth\vpatconfcollen{Conformance Level}} + +\newcommand\celltag{TD} +\newcommand\cellattribute{} +\newcommand\rowattribute{} + +\tagpdfsetup{ + newattribute = {TH-col} {/O /Table /Scope /Column}, + newattribute = {TH-2col}{/O /Table /Scope /Column /ColSpan 2}, + newattribute = {TD-3col}{/O /Table /ColSpan 3}, + } + +\newcommand\startheader + {\gdef\celltag{TH}% + \gdef\cellattribute{TH-col}% + %\tagstructbegin{tag=THead} %consider later + } + +\newcommand\stopheader + {%\tagstructend %consider later if THead + \gdef\celltag{TD}% + \gdef\cellattribute{}% + } + +% attribute-class would be more consistent, but acrobat can't handle it ... +\newcommand\startrowcell{% + \tagstructbegin{tag=TR,attribute-class=\rowattribute}% + \tagstructbegin{tag=\celltag,attribute=\cellattribute}% + \tagmcbegin{}% + } +\newcommand\stoprowcell{% + \tagmcend + \tagstructend %TD/TH + \tagstructend %TR + } + +\newcommand\startcell{% + \tagstructbegin{tag=\celltag,attribute=\cellattribute}% + \tagmcbegin{}% + } +\newcommand\stopcell{% + \tagmcend + \tagstructend %TDTH + } + +\newcommand\startartifactcell{\tagmcbegin{artifact}} +\newcommand\stopartifactcell{\tagmcend} + +% column definition for standard table (2 cols) +\newcolumntype{\vpatcolsstandard} + {>{\startrowcell} + p{\dimexpr\textwidth-\vpattempcollen-4\tabcolsep} + <{\stopcell} + >{\startcell} + l + <{\stoprowcell}} + + +% columns for other tables (3 cols) +\newcommand\vpattablehead{% + \toprule + \noalign{\startheader}% + \multicolumn{2} + { + >{\def\cellattribute{TH-2col}\startrowcell} + l + <{\stopcell} + } + {Criteria} + & + \multicolumn{1} + { + >{\def\cellattribute{TH-col}\startcell} + p{\vpatconfcollen}<{\RaggedRight\stoprowcell} + } + {Conformance Level} + \\ %drop "Remarks and Explanations" + \midrule + \noalign{\stopheader}} + +\newcommand\vpattableheadcont{% + \toprule + \multicolumn{2} + { + >{\startartifactcell} + l + <{\stopartifactcell} + } + {Criteria} + & + \multicolumn{1} + { + >{\startartifactcell} + p{\vpatconfcollen}<{\RaggedRight\stopartifactcell} + } + {Conformance Level} + \\ %drop "Remarks and Explanations" + \midrule + } + +\newcolumntype\vpatcols + { + >{\startrowcell} + p{\vpatnumcollen} + <{\stopcell} + >{\startcell} + p{\dimexpr\textwidth-\vpatconfcollen-\vpatnumcollen-6\tabcolsep} + <{\RaggedRight + \stopcell} + >{\startcell} + p{\vpatconfcollen} + <{\RaggedRight + \stoprowcell + }} + +\newcolumntype\vpatcolssubhead{% + >{\def\cellattribute{TD-3col}\startrowcell} + l + <{\stoprowcell}} + +\newcommand\vpattablesubhead[2] + {\addlinespace + \multicolumn{3}{\vpatcolssubhead}{ + \textit{#1~#2}} + \\*} + +\newcommand\vpattablesubsubhead[2] + {\addlinespace[0.5\defaultaddspace] + \multicolumn{3}{\vpatcolssubhead}{\textit{#1~#2}} + \\*} + + + + +\pagestyle{headings} + + \begin{document} +\pagenumbering{roman} %make hyperref happy \title{\TeX Live Accessibility Conformance Report\\ (International Edition)\\ (Based upon VPAT\textsuperscript{\textregistered} version~2.4)} \author{\TeX\ Users Group} -\date{Version 2.1, June 2022} -\maketitle +\date{Version 2.2, March 2023} -\clearpage +\hypersetup{ + pdftitle=TeX Live Accessibility Conformance Report, + pdfauthor=TeX Users Group} + +\maketitle -\tableofcontents +\newpage +\pagenumbering{arabic} +\tableofcontents -\clearpage +\newpage \section{Name of Product/Version} \label{sec:name} -\TeX Live 2022. +\TeX Live 2023. \section{Report Date} \label{sec:date} -June 2022. +March 2023. \section{Product Description} @@ -39,8 +223,8 @@ June 2022. supported by \TeX\ Users Group, a membership-based not-for-profit organization dedicated to support, promotion and advocacy of \TeX\ typesetting system created by Donald Knuth and maintained by the -international community of developers. As of 2022 \TeX Live contains -more than 470~programs and more than 7600~software packages. +international community of developers. As of 2023 \TeX Live contains +more than 470~programs and more than 7660~software packages. \section{Contact Information} \label{sec:contact_info} @@ -112,27 +296,31 @@ knowledge. \section{Applicable standards and guidelines} \label{sec:standards} -{\centering -\begin{tabularx}{\textwidth}{Xc} - \toprule - Standard/Guideline & Included in the report\\ +\settowidth\vpattempcollen{Included in the report} + +\begin{tabular}{\vpatcolsstandard} +\noalign{\startheader} +\toprule + Standard/Guideline + & + Included in the report + \\ \noalign{\stopheader} \midrule \href{http://www.w3.org/TR/2008/REC-WCAG20-20081211}{Web Content Accessibility Guidelines 2.0} & Level A (Yes) \\ & Level AA (Yes)\\ - & Level AAA (Yes)\\ + & Level AAA (Yes)\\\addlinespace \href{https://www.w3.org/TR/WCAG21}{Web Content Accessibility Guidelines 2.1} & Level A (Yes) \\ & Level AA (Yes)\\ - & Level AAA (Yes)\\ + & Level AAA (Yes)\\\addlinespace \href{https://www.access-board.gov/guidelines-and-standards/communications-and-it/about-the-ict-refresh/final-rule/text-of-the-standards-and-guidelines}{Revised Section 508 standards published January 18, 2017 and - corrected January 22, 2018} & Yes\\ + corrected January 22, 2018} & Yes\\\addlinespace \href{https://www.etsi.org/deliver/etsi_en/301500_301599/301549/03.01.01_60/en_301549v030101p.pdf}{EN 301 549 Accessibility requirements suitable for public procurement of ICT products and services in Europe, - V3.1.1 (2019-11)} & Yes\\ \bottomrule -\end{tabularx} -\par} +\end{tabular} \section{Terms} \label{sec:terms} @@ -157,9 +345,13 @@ The terms used in the Conformance Level information are defined as follows: \section{WCAG~2.x Report} \label{sec:wcag} -Tables~1 and~2 also document conformance with: +Tables~\hyperref[sec:WCAG-A]{1} and~\hyperref[sec:WCAG-AA]{2} also document +conformance with: \begin{itemize} -\item EN 301 549: Chapter 9 - Web, Sections 10.1-10.4 of Chapter 10 - Non-Web documents, and Sections 11.1-11.4 and 11.8.2 of Chapter 11 - Non-Web Software (open and closed functionality), and Sections 12.1.2 and 12.2.4 of Chapter 12 – Documentation +\item EN 301 549: Chapter 9 – Web, Sections 10.1-10.4 of Chapter 10 – + Non-Web documents, and Sections 11.1-11.4 and 11.8.2 of Chapter 11 – + Non-Web Software (open and closed functionality), and Sections 12.1.2 + and 12.2.4 of Chapter 12 – Documentation \item Revised Section 508: Chapter 5 – 501.1 Scope, 504.2 Content Creation or Editing, and Chapter 6 – 602.3 Electronic Support Documentation. @@ -199,198 +391,188 @@ available as source text files, and thus is highly accessible. In the tables below the success criteria apply to \emph{Web} and \emph{Electronic Docs} paragraphs of VPAT. -\clearpage +\clearpage +\settowidth\vpatnumcollen{9.9.99} \subsection{Table~1: Success Criteria, Level A} \label{sec:WCAG-A} -\begin{longtable}{p{0.55\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule - \endhead - \bottomrule - \endfoot - \href{https://www.w3.org/TR/WCAG20/#text-equiv-all}{1.1.1 - Non-text Content} (Level~A) & Supports \\ - \href{https://www.w3.org/TR/WCAG20/#media-equiv-av-only-alt}{1.2.1 - Audio-only and Video only (Prerecorded)} (Level~A) & Not Applicable\\ - \href{https://www.w3.org/TR/WCAG20/#media-equiv-captions}{1.2.2 - Captions Prerecorded} (Level~A) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#media-equiv-audio-desc}{1.2.3 +\begin{tabular}{\vpatcols} + \vpattablehead + 1.1.1 & + \href{https://www.w3.org/TR/WCAG20/#text-equiv-all} + {Non-text Content} & Supports \\ + 1.2.1 & + \href{https://www.w3.org/TR/WCAG20/#media-equiv-av-only-alt}{% + Audio-only and Video only (Prerecorded)} & Not Applicable\\ + 1.2.2 &\href{https://www.w3.org/TR/WCAG20/#media-equiv-captions}{% + Captions Prerecorded} & Not Applicable\\ + 1.2.3 & \href{http://www.w3.org/TR/WCAG20/#media-equiv-audio-desc}{% Audio Description or Media Alternative (Prerecorded)} & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#content-structure-separation-programmatic}{1.3.1 - Info and Relationships} (Level~A) & Supports \\ - \href{http://www.w3.org/TR/WCAG20/#content-structure-separation-programmatic}{1.3.2 - Meaningful Sequence} (Level~A) & Supports \\ - \href{http://www.w3.org/TR/WCAG20/#content-structure-separation-understanding}{1.3.3 - Sensory Characteristics} (Level~A) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-without-color}{1.4.1 - Use of Color} (Level~A) & Supports \\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-dis-audio}{1.4.2 - Audio Control} (Level~A) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#keyboard-operation-keyboard-operable}{2.1.1 - Keyboard} (Level~A) & Supports \\ - \href{http://www.w3.org/TR/WCAG20/#keyboard-operation-trapping}{2.1.2 - No Keyboard Trap} (Level~A) & Supports \\ - \href{https://www.w3.org/TR/WCAG21/#character-key-shortcuts}{2.1.4 - Character Key Shortcuts} (Level~A~2.1 only) & Supports \\ - \href{http://www.w3.org/TR/WCAG20/#time-limits-required-behaviors}{2.2.1 + 1.3.1 & \href{http://www.w3.org/TR/WCAG20/#content-structure-separation-programmatic}{% + Info and Relationships} & Supports \\ + 1.3.2 & \href{http://www.w3.org/TR/WCAG20/#content-structure-separation-programmatic}{% + Meaningful Sequence} & Supports \\ + 1.3.3 &\href{http://www.w3.org/TR/WCAG20/#content-structure-separation-understanding}{% + Sensory Characteristics} & Not Applicable\\ + 1.4.1 & \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-without-color}{% + Use of Color} & Supports \\ + 1.4.2 &\href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-dis-audio}{% + Audio Control} & Not Applicable\\ + 2.1.1& \href{http://www.w3.org/TR/WCAG20/#keyboard-operation-keyboard-operable}{% + Keyboard} & Supports \\ + 2.1.2&\href{http://www.w3.org/TR/WCAG20/#keyboard-operation-trapping}{% + No Keyboard Trap} & Supports \\ + 2.1.4&\href{https://www.w3.org/TR/WCAG21/#character-key-shortcuts}{% + Character Key Shortcuts} (2.1 only) & Supports \\ + 2.2.1& \href{http://www.w3.org/TR/WCAG20/#time-limits-required-behaviors}{% Timing Adjustable} & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#time-limits-pause}{2.2.2 Pause, Stop, - Hide} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#seizure-does-not-violate}{2.3.1 - Three Flashes or Below Threshold} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-skip}{2.4.1 + 2.2.2 & \href{http://www.w3.org/TR/WCAG20/#time-limits-pause}{Pause, Stop, + Hide} & Supports\\ + 2.3.1 &\href{http://www.w3.org/TR/WCAG20/#seizure-does-not-violate}{% + Three Flashes or Below Threshold} & Supports\\ + 2.4.1& \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-skip}{% Bypass Blocks} & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-title}{2.4.2 Page Titled} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-focus-order}{2.4.3 Focus Order} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-refs}{2.4.4 Link Purpose (In Context)} (Level~A) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#pointer-gestures}{2.5.1 Pointer Gestures} (Level~A~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#pointer-cancellation}{2.5.2 - Pointer Cancellation} (Level~A~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#label-in-name}{2.5.3 Label in Name} (Level~A~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#motion-actuation}{2.5.4 Motion Actuation} (Level~A~2.1 only) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#meaning-doc-lang-id}{3.1.1 Language of Page} & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#consistent-behavior-receive-focus}{3.2.1 On Focus} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#consistent-behavior-unpredictable-change}{3.2.2 On Input} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#minimize-error-identified}{3.3.1 Error Identification} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#minimize-error-cues}{3.3.2 Labels or Instructions} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#ensure-compat-parses}{4.1.1 Parsing} (Level~A) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#ensure-compat-rsv}{4.1.2 Name, - Role, Value} (Level~A) & Supports\\ -\end{longtable} + 2.4.2 & \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-title}{Page Titled} & Supports\\ + 2.4.3 & \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-focus-order}{Focus Order} & Supports\\ + 2.4.4 &\href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-refs}{Link Purpose (In Context)} & Supports\\ + 2.5.1 &\href{https://www.w3.org/TR/WCAG21/#pointer-gestures}{Pointer Gestures} (2.1 only) & Supports\\ + 2.5.2 &\href{https://www.w3.org/TR/WCAG21/#pointer-cancellation}{% + Pointer Cancellation} (2.1 only) & Supports\\ + 2.5.3 &\href{https://www.w3.org/TR/WCAG21/#label-in-name}{Label in Name} (2.1 only) & Supports\\ + 2.5.4 &\href{https://www.w3.org/TR/WCAG21/#motion-actuation}{Motion Actuation} (2.1 only) & Supports\\ + 3.1.1 &\href{http://www.w3.org/TR/WCAG20/#meaning-doc-lang-id}{Language of Page} & Supports\\ + 3.2.1 & \href{http://www.w3.org/TR/WCAG20/#consistent-behavior-receive-focus}{On Focus} & Supports\\ + 3.2.2 &\href{http://www.w3.org/TR/WCAG20/#consistent-behavior-unpredictable-change}{On Input} & Supports\\ + 3.3.1 &\href{http://www.w3.org/TR/WCAG20/#minimize-error-identified}{Error Identification} & Supports\\ + 3.3.2 &\href{http://www.w3.org/TR/WCAG20/#minimize-error-cues}{Labels or Instructions} & Supports\\ + 4.1.1 &\href{http://www.w3.org/TR/WCAG20/#ensure-compat-parses}{Parsing} & Supports\\ + 4.1.2 &\href{http://www.w3.org/TR/WCAG20/#ensure-compat-rsv}{Name, + Role, Value} & Supports\\ + \bottomrule +\end{tabular} + +\newpage \subsection{Table~2: Success Criteria, Level~AA} \label{sec:WCAG-AA} -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule - \endhead - \bottomrule - \endfoot - \href{http://www.w3.org/TR/WCAG20/#media-equiv-real-time-captions}{1.2.4 - Captions (Live)} (Level~AA) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#media-equiv-audio-desc-only}{1.2.5 - Audio Description (Prerecorded)} (Level~AA) & Not Applicable\\ - \href{https://www.w3.org/TR/WCAG21/#orientation}{1.3.4 Orientation} - (Level~AA~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#identify-input-purpose}{1.3.5 - Identify Input Purpose} (Level~AA~2.1 only) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast}{1.4.3 - Contrast (Minimum)} (Level~AA) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#resize-text}{1.4.4 Resize text} - (Level~AA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-text-presentation}{1.4.5 - Images of Text} (Level~AA) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#reflow}{1.4.10 Reflow} (Level~AA - 2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#non-text-contrast}{1.4.11 - Non-text Contrast} (Level~AA~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#text-spacing}{1.4.12 Text - Spacing} (Level~AA~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#text-spacing}{1.4.12 Text - Spacing} (Level~AA~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#content-on-hover-or-focus}{1.4.13 - Content on Hover or Focus} (Level~AA~2.1 only) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-mult-loc}{2.4.5 - Multiple Ways} (Level~AA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-descriptive}{2.4.6 - Headings and Labels} (Level~AA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-focus-visible}{2.4.7 - Focus Visible} (Level~AA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#meaning-other-lang-id}{3.1.2 - Language of Parts} (Level~AA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#consistent-behavior-consistent-locations}{3.2.3 - Consistent Navigation} (Level~AA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#consistent-behavior-consistent-functionality}{3.2.4 - Consistent Identification} (Level~AA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#minimize-error-suggestions}{3.3.3 - Error Suggestion} (Level~AA) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#minimize-error-reversible}{3.3.4 - Error Prevention (Legal, Financial, Data)} (Level~AA) & Not +\begin{tabular}{\vpatcols} + \vpattablehead + 1.2.4& \href{http://www.w3.org/TR/WCAG20/#media-equiv-real-time-captions}{% + Captions (Live)} & Not Applicable\\ + 1.2.5&\href{http://www.w3.org/TR/WCAG20/#media-equiv-audio-desc-only}{% + Audio Description (Prerecorded)} & Not Applicable\\ + 1.3.4& \href{https://www.w3.org/TR/WCAG21/#orientation}{Orientation} + (2.1 only) & Supports\\ + 1.3.5&\href{https://www.w3.org/TR/WCAG21/#identify-input-purpose}{% + Identify Input Purpose} (2.1 only) & Supports\\ + 1.4.3&\href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast}{% + Contrast (Minimum)} & Supports\\ + 1.4.4&\href{https://www.w3.org/TR/WCAG21/#resize-text}{Resize text} + & Supports\\ + 1.4.5&\href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-text-presentation}{% + Images of Text} & Supports\\ + 1.4.10&\href{https://www.w3.org/TR/WCAG21/#reflow}{Reflow} (2.1 only) & Supports\\ + 1.4.11&\href{https://www.w3.org/TR/WCAG21/#non-text-contrast}{% + Non-text Contrast} (2.1 only) & Supports\\ + 1.4.12 &\href{https://www.w3.org/TR/WCAG21/#text-spacing}{Text + Spacing} (2.1 only) & Supports\\ + 1.4.13&\href{https://www.w3.org/TR/WCAG21/#content-on-hover-or-focus}{% + Content on Hover or Focus} (2.1 only) & Supports\\ + 2.4.5&\href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-mult-loc}{% + Multiple Ways} & Supports\\ + 2.4.6&\href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-descriptive}{% + Headings and Labels} & Supports\\ + 2.4.7&\href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-focus-visible}{% + Focus Visible} & Supports\\ + 3.1.2&\href{http://www.w3.org/TR/WCAG20/#meaning-other-lang-id}{% + Language of Parts} & Supports\\ + 3.2.3&\href{http://www.w3.org/TR/WCAG20/#consistent-behavior-consistent-locations}{% + Consistent Navigation} & Supports\\ + 3.2.4&\href{http://www.w3.org/TR/WCAG20/#consistent-behavior-consistent-functionality}{% + Consistent Identification} & Supports\\ + 3.3.3&\href{http://www.w3.org/TR/WCAG20/#minimize-error-suggestions}{% + Error Suggestion} & Not Applicable\\ + 3.3.4&\href{http://www.w3.org/TR/WCAG20/#minimize-error-reversible}{% + Error Prevention (Legal, Financial, Data)} & Not Applicable\\ - \href{https://www.w3.org/TR/WCAG21/#status-messages}{4.1.3 Status - Messages} (Level~AA~2.1 only) & Supports\\ -\end{longtable} + 4.1.3&\href{https://www.w3.org/TR/WCAG21/#status-messages}{Status + Messages} (2.1 only) & Supports\\ + \bottomrule +\end{tabular} +\newpage \subsection{Table~3: Success Criteria, Level~AAA} \label{sec:WCAG-AAA} -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule - \endhead - \bottomrule - \endfoot - \href{http://www.w3.org/TR/WCAG20/#media-equiv-sign}{1.2.6 Sign - Language (Prerecorded)} (Level~AAA) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#media-equiv-extended-ad}{1.2.7 - Extended Audio Description (Prerecorded)} (Level~AAA) & Not +\begin{tabular}{\vpatcols} + \vpattablehead + 1.2.6 &\href{http://www.w3.org/TR/WCAG20/#media-equiv-sign}{Sign + Language (Prerecorded)} & Not Applicable\\ + 1.2.7&\href{http://www.w3.org/TR/WCAG20/#media-equiv-extended-ad}{% + Extended Audio Description (Prerecorded)} & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#media-equiv-text-doc}{1.2.8 Media - Alternative (Prerecorded)} (Level~AAA) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#media-equiv-live-audio-only}{1.2.9 - Audio-only (Live)} (Level~AAA) & Not Applicable\\ - \href{https://www.w3.org/TR/WCAG21/#identify-purpose}{1.3.6 Identify - Purpose} (Level~AAA~2.1 only) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast7}{1.4.6 - Contrast (Enhanced)} (Level~AAA) & Supprts\\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-noaudio}{1.4.7 - Low or No Background Audio} (Level~AAA) & Supports \\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-visual-presentation}{1.4.8 - Visual Presentation} (Level~AAA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-text-images}{1.4.9 - Images of Text (No Exception)} (Level~AAA) & Supports & Images of - GUI screens are used - only when - essential to - the information being conveyed.\\ - \href{http://www.w3.org/TR/WCAG20/#keyboard-operation-all-funcs}{2.1.3 - Keyboard (No Exception)} (Level~AAA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#time-limits-no-exceptions}{2.2.3 - No Timing} (Level~AAA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#time-limits-postponed}{2.2.4 - Interruptions} (Level~AAA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#time-limits-server-timeout}{2.2.5 - Re-authenticating} (Level~AAA) & Not Applicable \\ - \href{https://www.w3.org/TR/WCAG21/#timeouts}{2.2.6 Timeouts} - (Level~AAA~2.1 only) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#seizure-three-times}{2.3.2 Three - Flashes} (Level~AAA) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#animation-from-interactions}{2.3.3 - Animation from Interactions} (Level~AAA~2.1 only) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-location}{2.4.8 - Location} (Level~AAA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-link}{2.4.9 - Link Purpose (Link Only)} (Level~AAA) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-headings}{2.4.10 - Section Headings} (Level~AAA) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#target-size}{2.5.5 Target Size} - (Level~AAA~2.1 only) & Supports\\ - \href{https://www.w3.org/TR/WCAG21/#concurrent-input-mechanisms}{2.5.6 - Concurrent Input Mechanisms} (Level~AAA~2.1 only) & Supports\\ - \href{http://www.w3.org/TR/WCAG20/#meaning-idioms}{3.1.3 Unusual - Words} (Level~AAA) & Does Not Support\\ - \href{http://www.w3.org/TR/WCAG20/#meaning-located}{3.1.4 - Abbreviations} (Level~AAA) & Does Not Support\\ - \href{http://www.w3.org/TR/WCAG20/#meaning-supplements}{3.1.5 - Reading Level} (Level~AAA) & Does Not Support\\ - \href{http://www.w3.org/TR/WCAG20/#meaning-pronunciation}{3.1.6 - Pronunciation} (Level~AAA) & Not Applicable\\ - \href{http://www.w3.org/TR/WCAG20/#consistent-behavior-no-extreme-changes-context}{3.2.5 - Change on Request} (Level~AAA) & Supports \\ - \href{http://www.w3.org/TR/WCAG20/#minimize-error-context-help}{3.3.5 - Help} (Level~AAA) & Does Not Support\\ - \href{http://www.w3.org/TR/WCAG20/#minimize-error-reversible-all}{3.3.6 - Error Prevention (All)} (Level~AAA) & Not Applicable\\ -\end{longtable} + 1.2.8 &\href{http://www.w3.org/TR/WCAG20/#media-equiv-text-doc}{Media + Alternative (Prerecorded)} & Not Applicable\\ + 1.2.9&\href{http://www.w3.org/TR/WCAG20/#media-equiv-live-audio-only}{% + Audio-only (Live)} & Not Applicable\\ + 1.3.6 &\href{https://www.w3.org/TR/WCAG21/#identify-purpose}{Identify + Purpose} (2.1 only) & Supports\\ + 1.4.6&\href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast7}{% + Contrast (Enhanced)} & Supports\\ + 1.4.7&\href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-noaudio}{% + Low or No Background Audio} & Supports \\ + 1.4.8&\href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-visual-presentation}{% + Visual Presentation} & Supports\\ + 1.4.9&\href{http://www.w3.org/TR/WCAG20/#visual-audio-contrast-text-images}{% + Images of Text (No Exception)} & Supports\footnotemark\\ + 2.1.3&\href{http://www.w3.org/TR/WCAG20/#keyboard-operation-all-funcs}{% + Keyboard (No Exception)} & Supports\\ + 2.2.3&\href{http://www.w3.org/TR/WCAG20/#time-limits-no-exceptions}{% + No Timing} & Supports\\ + 2.2.4&\href{http://www.w3.org/TR/WCAG20/#time-limits-postponed}{% + Interruptions} & Supports\\ + 2.2.5&\href{http://www.w3.org/TR/WCAG20/#time-limits-server-timeout}{% + Re-authenticating} & Not Applicable \\ + 2.2.6&\href{https://www.w3.org/TR/WCAG21/#timeouts}{Timeouts} + (2.1 only) & Not Applicable\\ + 2.3.2 &\href{http://www.w3.org/TR/WCAG20/#seizure-three-times}{Three + Flashes} & Supports\\ + 2.3.3&\href{https://www.w3.org/TR/WCAG21/#animation-from-interactions}{% + Animation from Interactions} (2.1 only) & Supports\\ + 2.4.8&\href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-location}{% + Location} & Supports\\ + 2.4.9&\href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-link}{% + Link Purpose (Link Only)} & Supports\\ + 2.4.10&\href{http://www.w3.org/TR/WCAG20/#navigation-mechanisms-headings}{% + Section Headings} & Supports\\ + 2.5.5 &\href{https://www.w3.org/TR/WCAG21/#target-size}{Target Size} + (2.1 only) & Supports\\ + 2.5.6&\href{https://www.w3.org/TR/WCAG21/#concurrent-input-mechanisms}{% + Concurrent Input Mechanisms} (2.1 only) & Supports\\ + 3.1.3 &\href{http://www.w3.org/TR/WCAG20/#meaning-idioms}{Unusual + Words} & Does Not Support\\ + 3.1.4&\href{http://www.w3.org/TR/WCAG20/#meaning-located}{% + Abbreviations} & Does Not Support\\ + 3.1.5&\href{http://www.w3.org/TR/WCAG20/#meaning-supplements}{% + Reading Level} & Does Not Support\\ + 3.1.6&\href{http://www.w3.org/TR/WCAG20/#meaning-pronunciation}{% + Pronunciation} & Not Applicable\\ + 3.2.5&\href{http://www.w3.org/TR/WCAG20/#consistent-behavior-no-extreme-changes-context}{% + Change on Request} & Supports \\ + 3.3.5&\href{http://www.w3.org/TR/WCAG20/#minimize-error-context-help}{% + Help} & Does Not Support\\ + 3.3.6&\href{http://www.w3.org/TR/WCAG20/#minimize-error-reversible-all}{% + Error Prevention (All)} & Not Applicable\\ + \bottomrule +\end{tabular}% +\footnotetext{Images of GUI screens are used only when essential to the +information being conveyed.} + \begin{description} -\item[Note:] Neither \nameref{sec:sec508} nor \nameref{sec:EN301} requiure - AAA~level compliance. +\item[Note:] Neither \nameref{sec:sec508} nor \nameref{sec:EN301} require + AAA~level compliance. \end{description} \clearpage @@ -401,26 +583,22 @@ In the tables below the success criteria apply to \emph{Web} and \label{sec:508-3} -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule - \endhead - \bottomrule - \endfoot - 302.1 Without Vision +\begin{tabular}{\vpatcols} + \vpattablehead + 302.1 & Without Vision & Supports \\ - 302.2 With Limited Vision & Supports\\ - 302.3 Without Perception of Color & Supports\\ - 302.4 Without Hearing & Supports\\ - 302.5 With Limited Hearing & Supports\\ - 302.6 Without Speech & Supports\\ - 302.7 With Limited Manipulation & Supports\\ - 302.8 With Limited Reach and Strength & Supports\\ - 302.9 With Limited Language, Cognitive, and Learning Abilities + 302.2 & With Limited Vision & Supports\\ + 302.3& Without Perception of Color & Supports\\ + 302.4& Without Hearing & Supports\\ + 302.5& With Limited Hearing & Supports\\ + 302.6& Without Speech & Supports\\ + 302.7& With Limited Manipulation & Supports\\ + 302.8& With Limited Reach and Strength & Supports\\ + 302.9& With Limited Language, Cognitive, and Learning Abilities & Does Not Support\\ -\end{longtable} +\bottomrule +\end{tabular} \subsection{Chapter 4: Hardware} @@ -429,79 +607,76 @@ In the tables below the success criteria apply to \emph{Web} and Does Not Apply. +\Needspace{6\baselineskip} \subsection{Chapter 5: Software} -\label{sec:508-5} - - -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule +\label{sec:508-5} +\settowidth\vpatnumcollen{999.9.99} +\begin{longtable}{\vpatcols} + \vpattablehead + \endfirsthead + \vpattableheadcont \endhead \bottomrule \endfoot - 501.1 Scope---Incorporation of WCAG 2.0 AA & Supports & See - \nameref{sec:WCAG-AA}\\ - \multicolumn{3}{c}{\bfseries - 502 Interoperability with Assistive Technology}\\* - 502.2.1 User Control of Accessibility Features & Supports\\ - 502.2.2 No Disruption of Accessibility Features & Supports\\ - \multicolumn{3}{c}{\bfseries 502.3 Accessibility Services}\\* - 502.3.1 Object Information & Supports\\ - 502.3.2 Modification of Object Information & Supports\\ - 502.3.3 Row, Column, and Headers & Not Applicable\\ - 502.3.4 Values & Supports\\ - 502.3.5 Modification of Values & Supports\\ - 502.3.6 Label Relationships & Not Applicable\\ - 502.3.7 Hierarchical Relationships & Not Applicable\\ - 502.3.8 Text & Supports\\ - 502.3.9 Modification of Text & Supports\\ - 502.3.10 List of Actions & Supports\\ - 502.3.11 Actions on Objects & Supports\\ - 502.3.12 Focus Cursor & Supports\\ - 502.3.13 Modification of Focus Cursor & Supports\\ - 502.3.14 Event Notification & Supports\\ - 502.4 Platform Accessibility Features & Supports\\ - \multicolumn{3}{c}{\bfseries 503 Applications}\\* - 503.2 User Preferences & Supports\\ - 503.3 Alternative User Interfaces & Supports\\ - 503.4 User Controls for Captions and Audio Description & Not - Applicable\\ - 503.4.1 Caption Controls & Not applicable\\ - 503.4.2 Audio Description Controls & Not Applicalbe\\ - \multicolumn{3}{c}{\bfseries 504 Authoring Tools}\\* - 504.2 Content Creation or Editing (if not authoring tool, enter + 501.1& Scope---Incorporation of WCAG 2.0 AA & Supports\footnote{See + \nameref{sec:WCAG-AA}}\\ +\vpattablesubhead{502}{Interoperability with Assistive Technology} + 502.2.1& User Control of Accessibility Features & Supports\\ + 502.2.2& No Disruption of Accessibility Features & Supports\\ + \vpattablesubsubhead{502.3}{Accessibility Services} + 502.3.1& Object Information & Supports\\ + 502.3.2& Modification of Object Information & Supports\\ + 502.3.3& Row, Column, and Headers & Not Applicable\\ + 502.3.4& Values & Supports\\ + 502.3.5& Modification of Values & Supports\\ + 502.3.6& Label Relationships & Not Applicable\\ + 502.3.7& Hierarchical Relationships & Not Applicable\\ + 502.3.8& Text & Supports\\ + 502.3.9& Modification of Text & Supports\\ + 502.3.10& List of Actions & Supports\\ + 502.3.11& Actions on Objects & Supports\\ + 502.3.12& Focus Cursor & Supports\\ + 502.3.13& Modification of Focus Cursor & Supports\\ + 502.3.14& Event Notification & Supports\\\addlinespace + 502.4 & Platform Accessibility Features & Supports\\ +\vpattablesubhead{503}{Applications} + 503.2& User Preferences & Supports\\ + 503.3& Alternative User Interfaces & Supports\\ +\vpattablesubsubhead{503.4}{User Controls for Captions and Audio Description} + 503.4.1& Caption Controls & Not Applicable\\ + 503.4.2& Audio Description Controls & Not Applicable\\ +\vpattablesubhead{504}{Authoring Tools} + 504.2& Content Creation or Editing (if not authoring tool, enter ``not applicable'') & Not Applicable\\ - 504.2.1 Preservation of Information Provided for Accessibility in + 504.2.1& Preservation of Information Provided for Accessibility in Format Conversion & Not Applicable\\ - 504.2.2 PDF Export & Not Applicable\\ - 504.3 Prompts & Not Applicable\\ - 504.4 Templates & Not Applicable\\ + 504.2.2& PDF Export & Not Applicable\\ + 504.3& Prompts & Not Applicable\\ + 504.4& Templates & Not Applicable\\ \end{longtable} +\Needspace{8\baselineskip} \subsection{Chapter 6: Support Documentation and Services} -\label{sec:508-6} - -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule - \endhead - \bottomrule - \endfoot -\multicolumn{3}{c}{\bfseries 601.1 Scope}\\* - \multicolumn{3}{c}{\itshape 602 Support Documentation}\\* - 602.2 Accessibility and Compatibility Features & Supports\\ - 602.3 Electronic Support Documentation & Supports & See - \nameref{sec:wcag} \\ - 602.4 Alternate Formats for Non-Electronic Support Documentation & +\label{sec:508-6} \settowidth\vpatnumcollen{999.9} +% UF 601.1 dropped as no content and no function +\begin{longtable}{\vpatcols} +\vpattablehead +\endhead +\vpattableheadcont +\endhead +\bottomrule +\endfoot +\vpattablesubhead{602}{Support Documentation} + 602.2 &Accessibility and Compatibility Features & Supports\\ + 602.3 &Electronic Support Documentation & Supports\footnote{See + \nameref{sec:wcag}} \\ + 602.4 &Alternate Formats for Non-Electronic Support Documentation & Not - Applicable - \\ - \multicolumn{3}{c}{\itshape 603 Support Services}\\* - 603.2 Information on Accessibility and Compatibility Features & Not + Applicable\\ +\vpattablesubhead{603}{Support Services} + 603.2 &Information on Accessibility and Compatibility Features & Not Applicable\\ - 603.3 Accommodation of Communication Needs & Not Applicable\\ + 603.3 &Accommodation of Communication Needs & Not Applicable\\ \end{longtable} @@ -510,28 +685,24 @@ Does Not Apply. \label{sec:EN301} \subsection{Chapter 4: Functional Performance Statements (FPS)} -\label{sec:EN301-3} - -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule - \endhead - \bottomrule - \endfoot - 4.2.1 Usage without vision & Supports\\ - 4.2.2 Usage with limited vision & Supports\\ - 4.2.3 Usage without perception of colour & Supports\\ - 4.2.4 Usage without hearing & Supports \\ - 4.2.5 Usage with limited hearing & Supports\\ - 4.2.6 Usage with no or limited vocal capability & Supports \\ - 4.2.7 Usage with limited manipulation or strength & Supports \\ - 4.2.8 Usage with limited reach & Supports \\ - 4.2.9 Minimize photosensitive seizure triggers & Supports \\ - 4.2.10 Usage with limited cognition, language or learning & Does not +\label{sec:EN301-3} + +\settowidth\vpatnumcollen{9.9.99} +\begin{tabular}{\vpatcols} + \vpattablehead + 4.2.1& Usage without vision & Supports\\ + 4.2.2& Usage with limited vision & Supports\\ + 4.2.3& Usage without perception of colour & Supports\\ + 4.2.4& Usage without hearing & Supports \\ + 4.2.5& Usage with limited hearing & Supports\\ + 4.2.6& Usage with no or limited vocal capability & Supports \\ + 4.2.7& Usage with limited manipulation or strength & Supports \\ + 4.2.8& Usage with limited reach & Supports \\ + 4.2.9& Minimize photosensitive seizure triggers & Supports \\ + 4.2.10 &Usage with limited cognition, language or learning & Does not support \\ - 4.2.11 Privacy & Supports\\ -\end{longtable} + 4.2.11& Privacy & Supports\\ +\end{tabular} \subsection{Chapter~5: Generic Requirements} \label{sec:EN301-5} @@ -545,53 +716,53 @@ Does Not Apply. this chapter are not applicable to them. \end{description} -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule +\settowidth\vpatnumcollen{9.9.9.99} +\begin{longtable}{\vpatcols} + \vpattablehead + \endhead + \vpattableheadcont \endhead \bottomrule \endfoot - \multicolumn{3}{c}{\bfseries 5.1 Closed functionality}\\* - \multicolumn{3}{c}{\itshape 5.1.2 General}\\* - 5.1.2.1 Closed functionality & Not Applicable\\ - 5.1.2.2 Assistive technology & Not Applicable \\ - \multicolumn{3}{c}{\itshape 5.1.3 Non-visual access}\\* - 5.1.3.1 Audio output of visual information & Not Applicable\\ - 5.1.3.2 Auditory output delivery including speech & Not Applicable\\ - 5.1.3.3 Auditory output correlation & Not Applicable\\ - 5.1.3.4 Speech output user control & Not Applicable\\ - 5.1.3.5 Speech output automatic interruption & Not Applicable\\ - 5.1.3.6 Speech output for non-text content & Not Applicable\\ - 5.1.3.7 Speech output for video information & Not Applicable\\ - 5.1.3.8 Masked entry & Not Applicable\\ - 5.1.3.9 Private access to personal data & Not Applicable\\ - 5.1.3.10 Non-interfering audio output & Not Applicable\\ - 5.1.3.11 Private listening volume & Not Applicable\\ - 5.1.3.12 Speaker volume & Not Applicable\\ - 5.1.3.13 Volume reset & Not Applicable\\ - 5.1.3.14 Spoken languages & Not Applicable\\ - 5.1.3.15 Non-visual error identification & Not Applicable\\ - 5.1.3.16 Receipts, tickets, and transactional outputs & Not Applicable\\ - 5.1.4 Functionality closed to text enlargement & Not Applicable\\ - 5.1.5 Visual output for auditory information & Not Applicable\\ - \multicolumn{3}{c}{\itshape 5.1.6 Operation without keyboard - interface}\\* - 5.1.6.2 Input focus & Not Applicable\\ - 5.1.7 Access without speech & Not Applicable\\ - 5.2 Activation of accessibility features & Not Applicable\\ - 5.3 Biometrics & Not Applicable\\ - 5.4 Preservation of accessibility information during conversion & - Not Applicable\\ - \multicolumn{3}{c}{\bfseries 5.5 Operable parts}\\* - 5.5.1 Means of operation & Not Applicable\\ - 5.5.2 Operable parts discernibility & Not Applicable\\ - \multicolumn{3}{c}{\bfseries 5.6 Locking or toggle controls}\\* - 5.6.1 Tactile or auditory status & Not Applicable\\ - 5.6.2 Visual status & Not Applicable\\ - 5.7 Key repeat & Not Applicable\\ - 5.8 Double-strike key acceptance & Not Applicable\\ - 5.9 Simultaneous user actions & Not Applicable\\ + &&\\[-\normalbaselineskip]\vpattablesubhead{5.1}{Closed functionality} + \vpattablesubsubhead{5.1.2}{General} + 5.1.2.1& Closed functionality & Not Applicable\\ + 5.1.2.2& Assistive technology & Not Applicable \\ + \vpattablesubsubhead{5.1.3}{Non-visual access} + 5.1.3.1& Audio output of visual information & Not Applicable\\ + 5.1.3.2& Auditory output delivery including speech & Not Applicable\\ + 5.1.3.3& Auditory output correlation & Not Applicable\\ + 5.1.3.4& Speech output user control & Not Applicable\\ + 5.1.3.5& Speech output automatic interruption & Not Applicable\\ + 5.1.3.6& Speech output for non-text content & Not Applicable\\ + 5.1.3.7& Speech output for video information & Not Applicable\\ + 5.1.3.8& Masked entry & Not Applicable\\ + 5.1.3.9& Private access to personal data & Not Applicable\\ + 5.1.3.10& Non-interfering audio output & Not Applicable\\ + 5.1.3.11& Private listening volume & Not Applicable\\ + 5.1.3.12& Speaker volume & Not Applicable\\ + 5.1.3.13& Volume reset & Not Applicable\\ + 5.1.3.14& Spoken languages & Not Applicable\\ + 5.1.3.15& Non-visual error identification & Not Applicable\\ + 5.1.3.16& Receipts, tickets, and transactional outputs & Not Applicable\\\addlinespace + 5.1.4& Functionality closed to text enlargement & Not Applicable\\ + 5.1.5& Visual output for auditory information & Not Applicable\\ + \vpattablesubsubhead{5.1.6}{Operation without keyboard interface} + 5.1.6.2& Input focus & Not Applicable\\\addlinespace + 5.1.7& Access without speech & Not Applicable\\\addlinespace + 5.2 &Activation of accessibility features & Not Applicable\\ + 5.3 &Biometrics & Not Applicable\\ + 5.4 &Preservation of accessibility information during conversion & + Not Applicable\\ +\vpattablesubhead{5.5}{Operable parts} + 5.5.1& Means of operation & Not Applicable\\ + 5.5.2& Operable parts discernibility & Not Applicable\\ +\vpattablesubhead{5.6}{Locking or toggle controls} + 5.6.1& Tactile or auditory status & Not Applicable\\ + 5.6.2& Visual status & Not Applicable\\\addlinespace + 5.7& Key repeat & Not Applicable\\ + 5.8& Double-strike key acceptance & Not Applicable\\ + 5.9& Simultaneous user actions & Not Applicable\\ \end{longtable} \subsection{Chapter~6: ICT with Two-Way Voice Communication } @@ -618,87 +789,91 @@ See \nameref{sec:wcag}. \subsection{Chapter~10: Non-Web Software} \label{sec:EN301-10} -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule + +% \subsubsection{10.0 General (informative)} dropped, no content +\settowidth\vpatnumcollen{99.9.9.9} +\begin{longtable}{\vpatcols} + \vpattablehead \endhead + \vpattableheadcont + \endhead \bottomrule \endfoot - \multicolumn{3}{c}{\bfseries 10.0 General (informative)}\\* - 10.1.1.1 through 10.4.1.3 & Supports & See \nameref{sec:wcag}\\ - 10.5 Caption positioning & Not Appicable\\ - 10.6 Audio description timing & Not Applicable\\ + 10.1.1.1& through 10.4.1.3 & Supports\footnote{\nameref{sec:wcag}}\\ + 10.5& Caption positioning & Not Appicable\\ + 10.6& Audio description timing & Not Applicable\\ \end{longtable} +\Needspace{6\baselineskip} \subsection{Chapter~11: Software} \label{sec:EN301-11} -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule +%dropped 11.0, is confusing +\settowidth\vpatnumcollen{99.9.2.99} +\begin{longtable}{\vpatcols} + \vpattablehead \endhead + \vpattableheadcont + \endhead \bottomrule \endfoot - \multicolumn{3}{c}{\bfseries 11.0 General (informative)}\\* - 11.1.1.1 through 11.4.1.3 & Supports & See \nameref{sec:wcag}\\ - \multicolumn{3}{c}{\bfseries 11.5 Interoperability with assistive - technology} \\* - \multicolumn{3}{c}{\itshape 11.5.1 Closed functionality}\\* - \multicolumn{3}{c}{\itshape 11.5.2 Accessibility services}\\* - 11.5.2.1 Platform accessibility service support for software that - provides a user interface & Supports & See information in 11.5.2.5 - through 11.5.2.17\\ - 11.5.2.2 Platform accessibility service support for assistive - technologies & Supports & See information in 11.5.2.5 through 11.5.2.17\\ - 11.5.2.3 Use of accessibility services & Not Applicable\\ - 11.5.2.4 Assistive technology & Not Applicable\\ - 11.5.2.5 Object information & Not Applicable\\ - 11.5.2.6 Row, column, and headers & Not Applicable \\ - 11.5.2.7 Values & Not Applicable\\ - 11.5.2.8 Label relationships & Not Applicable \\ - 11.5.2.9 Parent-child relationships & Not Applicable\\ - 11.5.2.10 Text & Supports \\ - 11.5.2.11 List of available actions & Supports \\ - 11.5.2.12 Execution of available actions & Supports\\ - 11.5.2.13 Tracking of focus and selection attributes & Not + \rlap{11.1.1.1 through 11.4.1.3} & & Supports\footnote{See \nameref{sec:wcag}}\\ + \vpattablesubhead{11.5}{Interoperability with assistive technology} + \vpattablesubsubhead{11.5.1}{Closed functionality} % ????? not applicable? + \vpattablesubsubhead{11.5.2}{Accessibility services} + 11.5.2.1& Platform accessibility service support for software that + provides a user interface & Supports\footnote{See information in 11.5.2.5 + through 11.5.2.17}\\ + 11.5.2.2& Platform accessibility service support for assistive + technologies & Supports\footnote{See information in 11.5.2.5 through 11.5.2.17}\\ + 11.5.2.3& Use of accessibility services & Not Applicable\\ + 11.5.2.4& Assistive technology & Not Applicable\\ + 11.5.2.5& Object information & Not Applicable\\ + 11.5.2.6& Row, column, and headers & Not Applicable \\ + 11.5.2.7& Values & Not Applicable\\ + 11.5.2.8& Label relationships & Not Applicable \\ + 11.5.2.9& Parent-child relationships & Not Applicable\\ + 11.5.2.10& Text & Supports \\ + 11.5.2.11& List of available actions & Supports \\ + 11.5.2.12& Execution of available actions & Supports\\ + 11.5.2.13& Tracking of focus and selection attributes & Not Applicable \\ - 11.5.2.14 Modification of focus and selection attributes & Not + 11.5.2.14& Modification of focus and selection attributes & Not Applicable \\ - 11.5.2.15 Change notification & Supports\\ - 11.5.2.16 Modifications of states and properties & Supports\\ - 11.5.2.17 Modifications of values and text & Supports\\ - \multicolumn{3}{c}{\bfseries 11.6 Documented accessibility usage}\\* - 11.6.1 User control of accessibility features & Not Applicable\\ - 11.6.2 No disruption of accessibility features & Supports\\ - 11.7 User preferences & Not Applicable\\ - \multicolumn{3}{c}{\bfseries 11.8 Authoring tools}\\* - \multicolumn{3}{c}{\itshape 11.8.1 Content technology}\\* - 11.8.2 Accessible content creation & Not Applicable\\ - 11.8.3 Preservation of accessibility information in transformations + 11.5.2.15& Change notification & Supports\\ + 11.5.2.16& Modifications of states and properties & Supports\\ + 11.5.2.17& Modifications of values and text & Supports\\ +\vpattablesubhead{11.6}{Documented accessibility usage} + 11.6.1& User control of accessibility features & Not Applicable\\ + 11.6.2& No disruption of accessibility features & Supports\\\addlinespace + 11.7& User preferences &Not Applicable \\ +\vpattablesubhead{11.8}{Authoring tools} + 11.8.2& Accessible content creation & Not Applicable\\ + 11.8.3& Preservation of accessibility information in transformations & Not Applicable\\ - 11.8.4 Repair assistance & Not Applicable\\ - 11.8.5 Templates & Not Applicable\\ + 11.8.4& Repair assistance & Not Applicable\\ + 11.8.5& Templates & Not Applicable\\ \end{longtable} +\Needspace{6\baselineskip} \subsection{Chapter~12: Documentation and Support Services} -\label{sec:EN301-12} - -\begin{longtable}{p{0.6\textwidth}<{\RaggedRight}p{0.2\textwidth}<{\RaggedRight}p{0.15\textwidth}<{\RaggedRight}} - \toprule - Criteria & Conformance Level & Remarks and Explanations \\ - \midrule +\label{sec:EN301-12} +\settowidth\vpatnumcollen{99.9.9} +\begin{longtable}{\vpatcols} + \vpattablehead \endhead + \vpattableheadcont + \endhead \bottomrule \endfoot - \multicolumn{3}{c}{\bfseries 12.1 Product documentation}\\* - 12.1.1 Accessibility and compatibility features & Not Applicable\\ - 12.1.2 Accessible documentation & Supports & See \nameref{sec:wcag}\\ - \multicolumn{3}{c}{\bfseries 12.2 Support Services}\\* - 12.2.2 Information on accessibility and compatibility features & Not Applicable\\ - 12.2.3 Effective communication & Not Applicable\\ - 12.2.4 Accessible documentation & Not Applicable\\ + &&\\[-\normalbaselineskip] +\vpattablesubhead{12.1}{Product documentation} + 12.1.1& Accessibility and compatibility features & Not Applicable\\ + 12.1.2& Accessible documentation & Supports\footnote{See \nameref{sec:wcag}}\\ + \vpattablesubhead{12.2}{Support Services} + 12.2.2& Information on accessibility and compatibility features & Not Applicable\\ + 12.2.3& Effective communication & Not Applicable\\ + 12.2.4& Accessible documentation & Not Applicable\\ \end{longtable} \subsection{Chapter~13: ICT Providing Relay or Emergency Service @@ -708,8 +883,7 @@ See \nameref{sec:wcag}. Not Applicable. -\clearpage - +\newpage \section{Legal Disclaimer} \label{sec:legal} diff --git a/info/tex-vpat/texlive-vpat2.html b/info/tex-vpat/texlive-vpat2.html new file mode 100644 index 0000000000..11cd93099c --- /dev/null +++ b/info/tex-vpat/texlive-vpat2.html @@ -0,0 +1,21 @@ + + + + + + + + + + +

+

1Images of GUI screens are used only when essential to the information being +conveyed.

+ + diff --git a/info/tex-vpat/texlive-vpat3.html b/info/tex-vpat/texlive-vpat3.html new file mode 100644 index 0000000000..06caa9f153 --- /dev/null +++ b/info/tex-vpat/texlive-vpat3.html @@ -0,0 +1,18 @@ + + + + + + + + + +
2See Table 2: Success Criteria, Level AA
+ diff --git a/info/tex-vpat/texlive-vpat4.html b/info/tex-vpat/texlive-vpat4.html new file mode 100644 index 0000000000..d0d3ad6104 --- /dev/null +++ b/info/tex-vpat/texlive-vpat4.html @@ -0,0 +1,17 @@ + + + + + + + + + +
3See WCAG 2.x Report
+ diff --git a/info/tex-vpat/texlive-vpat5.html b/info/tex-vpat/texlive-vpat5.html new file mode 100644 index 0000000000..e411503b40 --- /dev/null +++ b/info/tex-vpat/texlive-vpat5.html @@ -0,0 +1,17 @@ + + + + + + + + + +
4WCAG 2.x Report
+ diff --git a/info/tex-vpat/texlive-vpat6.html b/info/tex-vpat/texlive-vpat6.html new file mode 100644 index 0000000000..fec5b8464d --- /dev/null +++ b/info/tex-vpat/texlive-vpat6.html @@ -0,0 +1,17 @@ + + + + + + + + + +
5See WCAG 2.x Report
+ diff --git a/info/tex-vpat/texlive-vpat7.html b/info/tex-vpat/texlive-vpat7.html new file mode 100644 index 0000000000..6d73328b06 --- /dev/null +++ b/info/tex-vpat/texlive-vpat7.html @@ -0,0 +1,16 @@ + + + + + + + + + +
6See information in 11.5.2.5 through 11.5.2.17
+ diff --git a/info/tex-vpat/texlive-vpat8.html b/info/tex-vpat/texlive-vpat8.html new file mode 100644 index 0000000000..6ecaccd575 --- /dev/null +++ b/info/tex-vpat/texlive-vpat8.html @@ -0,0 +1,16 @@ + + + + + + + + + +
7See information in 11.5.2.5 through 11.5.2.17
+ diff --git a/info/tex-vpat/texlive-vpat9.html b/info/tex-vpat/texlive-vpat9.html new file mode 100644 index 0000000000..4021c71011 --- /dev/null +++ b/info/tex-vpat/texlive-vpat9.html @@ -0,0 +1,17 @@ + + + + + + + + + +
8See WCAG 2.x Report
+ -- cgit v1.2.3