️(frontend) make html export accessible to screen reader users

adjusted structure and semantics to ensure proper sr interpretation

Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
Cyril
2025-12-17 13:23:54 +01:00
parent 03d4b2afbe
commit b56ebf19af
7 changed files with 516 additions and 177 deletions

View File

@@ -21,6 +21,11 @@ and this project adheres to
- 🔒️(backend) validate more strictly url used by cors-proxy endpoint #1768
### Changed
- ♿(frontend) improve accessibility:
- ♿(frontend) make html export accessible to screen reader users #1743
## [4.3.0] - 2026-01-05
### Added
@@ -65,7 +70,6 @@ and this project adheres to
- 🐛(frontend) Select text + Go back one page crash the app #1733
- 🐛(frontend) fix versioning conflict #1742
## [4.1.0] - 2025-12-09
### Added