38 degrees
Peter Beasley
I get e-mails from 38 degrees which is a petition site. Until recently, I had no problem entering on links to sign their petitions. Instead of an ordinary link, what I get now is graphic wrecked angle contains link. I only use NVDA, so has anyone got any ideas on how I can click on these links.
Sent from Mail for Windows 10
|
|
Brian's Mail list account
What are you using to get your email?
toggle quoted message
Show quoted text
IE is it a client, if so, which one and is it set to display in html? If its online web mail which site is it? Personally I've had some horribly designed hover over rubbish sent to me from these sort of sites and ended up viewing the page source to get at the links. Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message -----
From: "Peter Beasley" <pjbeasley23@...> To: <nvda@groups.io> Sent: Saturday, October 06, 2018 11:22 AM Subject: [nvda] 38 degrees I get e-mails from 38 degrees which is a petition site. Until recently, I had no problem entering on links to sign their petitions. Instead of an ordinary link, what I get now is graphic wrecked angle contains link. I only use NVDA, so has anyone got any ideas on how I can click on these links. Sent from Mail for Windows 10 |
|
Peter Beasley
I use Windows mail. I also have outlook, but using that the graphic does not show up.
Sent from Mail for Windows 10
From: Brian's Mail list account via Groups.Io
Sent: 06 October 2018 11:30 To: nvda@nvda.groups.io Subject: Re: [nvda] 38 degrees
What are you using to get your email? IE is it a client, if so, which one and is it set to display in html? If its online web mail which site is it? Personally I've had some horribly designed hover over rubbish sent to me from these sort of sites and ended up viewing the page source to get at the links.
Brian
bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field. ----- Original Message ----- From: "Peter Beasley" <pjbeasley23@...> To: <nvda@groups.io> Sent: Saturday, October 06, 2018 11:22 AM Subject: [nvda] 38 degrees
I get e-mails from 38 degrees which is a petition site. Until recently, I had no problem entering on links to sign their petitions. Instead of an ordinary link, what I get now is graphic wrecked angle contains link. I only use NVDA, so has anyone got any ideas on how I can click on these links.
Sent from Mail for Windows 10
|
|
Brian's Mail list account
toggle quoted message
Show quoted text
Yes exactly they are using email formats which are
not truly to spec, so how can one really be expected to do anything with them.
Do these people not test their emails on all the
clients, I wonder? Shoddy work in my opinion. Do you not have any way to tell
them their emails are rubbish?
Brian
bglists@... Sent via blueyonder. Please address personal email to:- briang1@..., putting 'Brian Gaff' in the display name field. This message sent from a Windows XP machine!
|
|
Jonathan COHN
I would expect you should be able to still click on the link. It is possible you might need to click on the link twice. Once to download the image actually associated with the graphic and then a second time to activate the link.
Generally mail distribution sites use a distinct download URL for each recipient then when the grapic is downloaded from that URL the service can believe that the message has been read. Though if you look at the source, you should see something like
<a href=https://foo.bar/survey><img src=”square.picture” alt=”square”></img><a>
This code is putting a graphic inside a link and calling the graphic “square”. If you copy the portion after the href= and before the first > that is the code to get to the actual survey.
Often times I find these Graphical images don’t even have an “alt” attribute and so screen readers try to interpret the image file name as a name for the link, and one gets complete gibberish from the screen reader.
HTH,
Jonathan Cohn
From: <nvda@nvda.groups.io> on behalf of Peter Beasley <pjbeasley23@...>
I get e-mails from 38 degrees which is a petition site. Until recently, I had no problem entering on links to sign their petitions. Instead of an ordinary link, what I get now is graphic wrecked angle contains link. I only use NVDA, so has anyone got any ideas on how I can click on these links.
Sent from Mail for Windows 10
|
|
Peter Beasley
toggle quoted message
Show quoted text
From: Cohn, Jonathan
Sent: 07 October 2018 16:25 To: nvda@nvda.groups.io Subject: Re: [nvda] 38 degrees
I would expect you should be able to still click on the link. It is possible you might need to click on the link twice. Once to download the image actually associated with the graphic and then a second time to activate the link.
Generally mail distribution sites use a distinct download URL for each recipient then when the grapic is downloaded from that URL the service can believe that the message has been read. Though if you look at the source, you should see something like
<a href=https://foo.bar/survey><img src=”square.picture” alt=”square”></img><a>
This code is putting a graphic inside a link and calling the graphic “square”. If you copy the portion after the href= and before the first > that is the code to get to the actual survey.
Often times I find these Graphical images don’t even have an “alt” attribute and so screen readers try to interpret the image file name as a name for the link, and one gets complete gibberish from the screen reader.
HTH,
Jonathan Cohn
From: <nvda@nvda.groups.io> on behalf of Peter Beasley <pjbeasley23@...>
I get e-mails from 38 degrees which is a petition site. Until recently, I had no problem entering on links to sign their petitions. Instead of an ordinary link, what I get now is graphic wrecked angle contains link. I only use NVDA, so has anyone got any ideas on how I can click on these links.
Sent from Mail for Windows 10
|
|