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: CHANGELOG.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file. Take a look
4
4
5
5
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
6
6
7
-
<!-- ## [Unreleased] -->
7
+
## [Unreleased]
8
+
9
+
### Added
10
+
11
+
#### Shared
12
+
13
+
* Implementation of the [W3C Accessibility Metadata Display Guide](https://w3c.github.io/publ-a11y/a11y-meta-display-guide/2.0/guidelines/) specification to facilitate displaying accessibility metadata to users. [See the dedicated user guide](docs/Guides/Accessibility.md).
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ Guides are available to help you make the most of the toolkit.
65
65
*[Opening a publication](docs/Guides/Open%20Publication.md) – parse a publication package (EPUB, PDF, etc.) or manifest (RWPM) into Readium `Publication` models
66
66
*[Extracting the content of a publication](docs/Guides/Content.md) – API to extract the text content of a publication for searching or indexing it
67
67
*[Text-to-speech](docs/Guides/TTS.md) – read aloud the content of a textual publication using speech synthesis
68
+
*[Accessibility](docs/Guides/Accessibility.md) – inspect accessibility metadata and present it to users
0 commit comments