Skip to content

Commit

Permalink
Updated the Accessibility guide with VPAT for the latest editor versi…
Browse files Browse the repository at this point in the history
…on and new keystrokes added to the list (#16324)

Docs: Updated the Accessibility guide with VPAT for the latest editor version and new keystrokes added to the list.
  • Loading branch information
oleq authored May 9, 2024
1 parent 38a8f9c commit 0274f05
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
Binary file added docs/assets/pdf/VPAT_CKEditor_5_v41.3.2.pdf
Binary file not shown.
21 changes: 20 additions & 1 deletion docs/features/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ In our ongoing commitment to accessibility, we provide a report based on the [IT
We continuously update the <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** report to reflect any changes or improvements. You can download the latest version of the <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** document below.

<info-box info>
⬇️ <a href="../assets/pdf/VPAT_CKEditor_5_v41.3.0.pdf" target="_blank"><b>Download <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** report for CKEditor&nbsp;5 v41.3.0 (Apr 10, 2024)</b></a>
⬇️ <a href="../assets/pdf/VPAT_CKEditor_5_v41.3.2.pdf" target="_blank"><b>Download <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** report for CKEditor&nbsp;5 v41.3.2 (May 15, 2024)</b></a>

<details>
<summary>Previous versions</summary>
<ul>
<li>
<a href="../assets/pdf/VPAT_CKEditor_5_v41.3.0.pdf" target="_blank"><acronym title="Voluntary Product Accessibility Template">VPAT</acronym><sup>®</sup> report for CKEditor&nbsp;5 v41.3.0 (Apr 10, 2024)</a>
</li>
</ul>
</details>
</info-box>

## Keyboard shortcuts
Expand Down Expand Up @@ -122,6 +131,16 @@ These keyboard shortcuts allow for quick access to content editing features.
<td><kbd>Ctrl</kbd>+<kbd>F</kbd></td>
<td><kbd>⌘F</kbd></td>
</tr>
<tr>
<td>Copy text formatting</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd></td>
<td><kbd>⌘⇧C</kbd></td>
</tr>
<tr>
<td>Paste text formatting</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>V</kbd></td>
<td><kbd>⌘⇧V</kbd></td>
</tr>
<tr>
<td>Italic text</td>
<td><kbd>Ctrl</kbd>+<kbd>I</kbd></td>
Expand Down

0 comments on commit 0274f05

Please sign in to comment.