Metadata
Description
We had a previous bug that covered multiple issues: C2LC-358
The reading of the Scene row and column headings has been fixed in https://github.com/codelearncreate/c2lc-coding-environment/commit/3023b745ebe46db4dfb28178127f3054f63ca103
However, the Scene description is still read twice on Firefox on Windows with NVDA. The Scene description is only read once (expected) on other browser and screen reader combinations that we have tried.
To reproduce:
- Use NVDA’s heading navigation (press ‘h’) to get to the “Scene” H2 heading
- Use NVDA’s content browsing to read the document content following the “Scene” heading (press the down arrow)
Expected:
- “Scene heading level 2”
- “Graphic <scene description>”
Actual:
- “Scene heading level 2”
- “<scene description> Graphic <scene description>”
Comments
-
Simon Bates commented
2024-05-13T14:34:46.096-0400 Moved to GitHub: https://github.com/codelearncreate/c2lc-coding-environment/issues/520