You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/github-pages.yml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
---
2
1
name: Github Pages
3
2
on:
4
3
push:
@@ -8,12 +7,14 @@ jobs:
8
7
runs-on: ubuntu-latest
9
8
steps:
10
9
- 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
13
14
uses: bahmutov/npm-install@v1
14
15
- name: Build
15
16
run: |
16
-
yarn build
17
+
npm run build
17
18
env:
18
19
PREFIX_PATHS: true # works like --prefix-paths flag for 'gatsby build'
Copy file name to clipboardExpand all lines: src/pages/overview/security.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,3 +207,39 @@ The Adobe Privacy Policy describes the privacy practices of Adobe's Services and
207
207
## Compliance
208
208
209
209
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.
-[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