Issue: Reply post elements are not initially shown on the Document Object Model (DOM) at initial page load, and are removed from the DOM after the screen reader has passed them, causing Windows screen readers to lose access to content and VoiceOver to be limited in the tools that can be used to access the page.
Specific Behavior:
● When attempting to navigate from the main post to reply posts, elements used in the reply posts have not yet been rendered on the DOM, therefore users cannot use quick navigation to navigate to any element in any reply post.
● Individual reply posts are marked as heading level 2 in the DOM only when the screen reader is focused on them, requiring users to navigate every element on the page in order to reach reply posts.
● ANDI accessibility tool shows a constantly changing heading structure after element interactions.
● Elements show “removed from the DOM” errors when attempting to access them
● Screen reader loses consistent view of page structure
Platform Details:
● JAWS/NVDA: Complete failure - cannot access reply headings at all
● VoiceOver: Access via quick navigation but no rotor access - because VoiceOver works by reading the direct page, users can navigate reply headings using quick navigation keys, however only elements the screen reader is focused on are accessible within the rotor.
Why Critical: Screen reader users cannot complete the key task of reading discussion replies. This is a total barrier to participating in discussions.