Closed Bug 1624964 Opened 5 years ago Closed 5 years ago

VoiceOver does not speak "visited" link status

Categories

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

All
macOS
defect

Tracking

()

VERIFIED FIXED
mozilla77
Tracking Status
firefox77 --- verified

People

(Reporter: morgan, Assigned: morgan)

References

Details

(Whiteboard: [mac2020_1])

Attachments

(1 file)

STR:

  1. Launch FF with VO
  2. Navigate to: data:text/html,<div id="example-4"><a href="">You visited this link.</a></div>
  3. Cursor to link

Expected:
VO says: "visited, link, You visited this link."

Actual:
VO says: "link, You visited this link."

Assignee: nobody → mreschenberg
Priority: P2 → P1
Pushed by mreschenberg@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/892de4155fe8 Add visited attribute to links, state caching for TRAVERSED. r=eeejay
Regressions: 1629167
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77

Hm, for some reason the link in questions does not appear in Fx as it was visited so VO still reads it as link, You visited this link. do you know something about this?

Flags: needinfo?(mreschenberg)

(In reply to Bogdan Maris [:bogdan_maris], Release Desktop QA from comment #4)

Hm, for some reason the link in questions does not appear in Fx as it was visited so VO still reads it as link, You visited this link. do you know something about this?

Oops sorry, that example turned out to be profile-specific. You can reproduce with this though:

  1. Navigate to https://google.com
  2. Navigate to data:text/html,<a href="https://www.google.com/">I am a visited link</a>

Expected: VO reports visited link

Flags: needinfo?(mreschenberg)

(In reply to Morgan Reschenberg [:morgan] from comment #5)

(In reply to Bogdan Maris [:bogdan_maris], Release Desktop QA from comment #4)

Hm, for some reason the link in questions does not appear in Fx as it was visited so VO still reads it as link, You visited this link. do you know something about this?

Oops sorry, that example turned out to be profile-specific. You can reproduce with this though:

  1. Navigate to https://google.com
  2. Navigate to data:text/html,<a href="https://www.google.com/">I am a visited link</a>

Expected: VO reports visited link

Thanks Morgan for the extra info.

Using both old Nightly, latest Nightly 78.0a1 and Beta 77.0b4 I saw that after focusing on the web content with VO and doing Control-Option-Shift-Down to focus on the hyperlink, VO will say In visited, link, I am a visited link I am a visited link, clickable In visited, link, I am a visited link I am a visited link, clickable If I click on left, right arrow I VO will say I am a visited link, clickable.

Not sure if the above is expected since both Chrome and Safari will say visited, link, I am a visited link.

Flags: needinfo?(mreschenberg)

I think this is a separate issue; if you run this:
data:text/html,this is some other text<a href="https://www.google.com/">I am a visited link</a>, the first "this is some other text" gets the same repetition applied, while the visited link stuff matches Safari. I'll file a bug for the repetition issue, thanks for noting that :)

Flags: needinfo?(mreschenberg)

(In reply to Morgan Reschenberg [:morgan] from comment #7)

I think this is a separate issue; if you run this:
data:text/html,this is some other text<a href="https://www.google.com/">I am a visited link</a>, the first "this is some other text" gets the same repetition applied, while the visited link stuff matches Safari. I'll file a bug for the repetition issue, thanks for noting that :)

No worries. I will go ahead and close this bug since the visited status is now announced by VO.

Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: