From baefea80abf2c1ea27c418b5cd531f1fa6adf45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mickae=CC=88l=20Menu?= Date: Tue, 9 Dec 2025 13:00:21 +0100 Subject: [PATCH] Fix typo in `describedMath` a11y feature --- CHANGELOG.md | 6 ++++++ pkg/manifest/a11y.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0922e699..12600ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. **Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution. +## Unreleased + +### Fixed + +- Fixed a typo in the accessibility metadata (`describeMath` should be `describedMath`). + ## [0.13.1] - 2025-12-08 ### Changed diff --git a/pkg/manifest/a11y.go b/pkg/manifest/a11y.go index b0560804..69d00be3 100644 --- a/pkg/manifest/a11y.go +++ b/pkg/manifest/a11y.go @@ -379,7 +379,7 @@ const ( // Textual descriptions of math equations are included, whether in the alt attribute // for image-based equations, - A11yFeatureDescribedMath A11yFeature = "describeMath" + A11yFeatureDescribedMath A11yFeature = "describedMath" // Descriptions are provided for image-based visual content and/or complex structures // such as tables, mathematics, diagrams, and charts.