Skip to content

Commit a112788

Browse files
author
mahour
committed
Merge remote-tracking branch 'refs/remotes/origin/pdfembed_ADA_compliance' into pdfembed_ADA_compliance-and-faq
2 parents b8d9a3c + 3e6d638 commit a112788

File tree

3 files changed

+42
-5
lines changed

3 files changed

+42
-5
lines changed

.github/workflows/github-pages.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Github Pages
32
on:
43
push:
@@ -8,12 +7,14 @@ jobs:
87
runs-on: ubuntu-latest
98
steps:
109
- name: Checkout
11-
uses: actions/checkout@v3
12-
- name: Yarn Install
10+
uses: actions/[email protected] # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
11+
with:
12+
persist-credentials: false
13+
- name: NPM Install
1314
uses: bahmutov/npm-install@v1
1415
- name: Build
1516
run: |
16-
yarn build
17+
npm run build
1718
env:
1819
PREFIX_PATHS: true # works like --prefix-paths flag for 'gatsby build'
1920
PATH_PREFIX: ${{ github.event.repository.name }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build:incremental": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
3131
"serve": "gatsby serve",
3232
"clean": "gatsby clean",
33-
"test:links": "remark src/pages --quiet --frail",
33+
"test:links": "remark src/pages --quiet",
3434
"lint": "docker run --rm -e RUN_LOCAL=true --env-file '.github/super-linter.env' -v \"$PWD\":/tmp/lint github/super-linter:slim-v4.10.1"
3535
},
3636
"remarkConfig": {

src/pages/overview/security.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,39 @@ The Adobe Privacy Policy describes the privacy practices of Adobe's Services and
207207
## Compliance
208208

209209
Our [open, flexible framework](https://www.adobe.com/trust/compliance/adobe-ccf.html) adapts to constantly changing standards and regulations to help provide ongoing compliance across all our products and services. To learn more, please visit this [link](https://www.adobe.com/trust/compliance/compliance-list.html).
210+
211+
### Adobe PDF Embed API
212+
213+
Adobe PDF Embed API allows you to embed a PDF viewer in your web applications with only a few lines of code. With options for controlling how a PDF appears and functions, your applications can deliver the rich and compelling digital document experiences to your customers expect and need.
214+
215+
### Adobe Commitment to Accessibility
216+
217+
[Adobe Accessibility Principles](https://blog.adobe.com/en/publish/2023/09/26/announcing-adobes-new-accessibility-principles) align with our core values and form the foundation for what we believe — everyone should be able to create, interact, and engage with digital experiences. These principles will serve as our guideposts as we build thoughtful and inclusive technology that makes a difference in people’s lives.
218+
219+
The Adobe Accessibility Board has been created to set the strategy, review progress and oversee our commitment to supporting people with disabilities.
220+
221+
### Conformance Statement
222+
223+
#### Adobe Embed API
224+
225+
Adobe PDF Embed API is partially conformant with the Web Content Accessibility Guide (WCAG) 2.1 level AA. Adobe internally assessed the accessibility of Adobe Embed PDF using:
226+
227+
- Automated testing using 3<sup>rd</sup> party accessibility tools.
228+
- Manual testing covering keyboard interactions and color contrast.
229+
230+
#### PDF Viewer
231+
232+
Adobe PDF Viewer is partially conformant with WCAG 2.1 level AA. It is notable that accessible PDF documents are fully supported for viewing with assistive technologies in the Adobe PDF Viewer.
233+
234+
The Adobe PDF Viewer was fully evaluated against:
235+
236+
- [Web Content Accessibility Guidelines 2.1](https://www.w3.org/TR/WCAG21/)
237+
- [Revised Section 508 standards published January 18, 2017 and corrected January 22, 2018](https://www.access-board.gov/ict/)
238+
- [EN 301 549 Accessibility requirements suitable for public procurement of ICT products and services in Europe](https://www.etsi.org/deliver/etsi_en/301500_301599/301549/03.01.01_60/en_301549v030101p.pdf), - V3.2.1 (2021-03)
239+
240+
An annual audit was conducted on Acrobat Web, which includes the PDF Viewer, using a 3rd party vendor. This audit also included testing with native assistive technology users. The resulting Accessibility Conformance Report for Acrobat Web can be found on the [Adobe Accessibility Compliance page](https://www.adobe.com/accessibility/compliance.html).
241+
242+
Additional testing for Acrobat Web included:
243+
244+
- Testing integrated into development using automated testing.
245+
- Manual testing conducted on feature work. Some areas of focus include keyboard, color contrast, and testing with assistive technologies.

0 commit comments

Comments
 (0)