Skip to content

Commit 7e2e67e

Browse files
authored
Merge branch 'development' into 972568-BlazorDevelop
2 parents abb84d4 + 4735a62 commit 7e2e67e

File tree

307 files changed

+13491
-4866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+13491
-4866
lines changed

Document-Processing-toc.html

Lines changed: 155 additions & 136 deletions
Large diffs are not rendered by default.

Document-Processing/PDF/PDF-Viewer/angular/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Angular PDF Viewer components
11+
# Accessible PDF Viewing with Syncfusion Angular Components
1212

1313
The PDF Viewer component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
1414

@@ -132,7 +132,7 @@ import { LinkAnnotationService, BookmarkViewService, MagnificationService,
132132
})
133133
export class AppComponent implements OnInit {
134134
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
135-
public resourceUrl = 'https://cdn.syncfusion.com/ej2/24.1.41/dist/ej2-pdfviewer-lib';
135+
public resourceUrl = 'https://cdn.syncfusion.com/ej2/31.2.2/dist/ej2-pdfviewer-lib';
136136

137137
ngOnInit(): void {
138138
}

0 commit comments

Comments
 (0)