Bug 1753933 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

For accessibility, at a minimum, we need to notify accessibility APIs of the node to which the page has scrolled. See nsAccessibilityService::NotifyOfAnchorJumpTo.

Even with this, significant parts of this feature will be inaccessible:

1. There is no way for an assistive technology user to perceive the exact text which is visually highlighted. They only know about the node in which the text begins.
2. There is no way for an assistive technology user to perceive any text directives other than the first.

We should ideally figure out and implement these before we ship this.
For accessibility, at a minimum, we need to notify accessibility APIs of the node to which the page has scrolled. See nsAccessibilityService::NotifyOfAnchorJumpTo.

Even with this, significant parts of this feature will be inaccessible:

1. There is no way for an assistive technology user to perceive the exact text which is visually highlighted. They only know about the node in which the text begins.
2. There is no way for an assistive technology user to perceive any text directives other than the first.

We should ideally figure out and implement these before we ship this.

See also https://github.com/WICG/scroll-to-text-fragment/issues/142#issuecomment-1709325246

Back to Bug 1753933 Comment 4