Closed Bug 718633 Opened 12 years ago Closed 12 years ago

[Mac] Links inside headings are prepresented by an "object replacement character", their text should be expanded.

Categories

(Core :: Disability Access APIs, defect, P3)

x86_64
macOS
defect

Tracking

()

VERIFIED DUPLICATE of bug 712923

People

(Reporter: MarcoZ, Assigned: hub)

References

()

Details

Spin off from bug 712923 comment #16.

STR:
1. Open http://www.marcozehe.de in a build that contains the fix for bug 712923.
2. Start navigating right by Ctrl+Option+RightArrow, until you encounter the first level 2 heading.

Result: VoiceOver says "Heading level 2, object replacement character".
Expected: VoiceOver should say "Heading level 2 " plus the title of the blog item that is being linked to.

The reason is that, in the Windows equivalent called IAccessibleText, links are represented by a simgle character, and an actual accessible child. We should expand that so the link is properly rendered on mac.
This is actually missing out on text content, and has no workaround, so it needs to be fixed one way or another quite soon.
Priority: -- → P1
Voice Over Expect that the AXHeading have an AXLink and then an AXStaticText
Currently we skip the AXLink. Will fix.
This happen because the heading is a link.
Assignee: nobody → hub
This actually fixed by the last rework of bug 712923, and will be actually fixed when the patch lands.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Verified in a local build that contains the now landed bug 712923 and also bug 712927. Links are being recognized with their full text inside headings now and no longer by an embedded char.
Status: RESOLVED → VERIFIED
Priority: P1 → P3
You need to log in before you can comment on or make changes to this bug.