Following 4.6.64 for the queue progress bars, the cut + merge progress containers in their respective tabs had the same gap: a plain <div class="progress-bar"> wrapping a <div class="progress- bar-fill"> with no semantic role. JS poked the bar's style.width on every percent update; AT had no way to read out the running value. Promoted both .progress-bar wrappers to role="progressbar" with aria-valuemin / max / now, plus aria-label sourced from new locale strings (cutProgressAria / mergeProgressAria) so EN/DE both work. The progress event handlers in renderer.ts now also stamp aria-valuenow on each tick, so AT live regions pick up the percentage as the cut / merge advances. setAttribute is cheap relative to the FFmpeg progress event rate (~1/s), no perf concern. renderer-texts.applyText sets the localized aria-label on both gauges at boot + language switch — text contents already get re-applied through the same path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| build | ||
| docs | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| README_AI_RELEASE.md | ||
| tsconfig.json | ||