File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
readium/shared/src/main/java/org/readium/r2/shared/publication Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ All notable changes to this project will be documented in this file. Take a look
1919 * You must ensure the identifier is unique and stable for the device (persist and reuse across app launches).
2020 * Recommended: generate an app-scoped UUID and store it securely. Avoid hardware or advertising identifiers.
2121
22+ ### Fixed
23+
24+ #### Shared
25+
26+ * Fixed a typo in the accessibility metadata (` describeMath ` should be ` describedMath ` ).
27+
2228
2329## [ 3.1.2]
2430
Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ public data class Accessibility(
447447 * Textual descriptions of math equations are included, whether in the alt attribute
448448 * for image-based equations,
449449 */
450- public val DESCRIBED_MATH : Feature = Feature (" describeMath " )
450+ public val DESCRIBED_MATH : Feature = Feature (" describedMath " )
451451
452452 /* *
453453 * Descriptions are provided for image-based visual content and/or complex structures
You can’t perform that action at this time.
0 commit comments