web sites detecting a screen reader
tim
Those features given at the top of screen for navigation I never used.
toggle quoted messageShow quoted text
My screen reader offers better and those are just in the way for my style of browsing.
On 10/22/2020 1:25 PM, Luke Robinett wrote:
As a blind person, NVDA user and web developer myself, I don’t recommend telling the screen reader to ignore the SR flag. It sounds like there are a few misguided websites out there who are implementing heavy-handed screen reader experiences on their pages, but you know when you hear those options at the top of a page to jump to navigation, jump to main content, etc.? Those options don’t appear for sighted users. Behind the scenes, we use CSS media queries to expose those options only when a screen reader is detected, and I think we all agree those features are generally helpful. A similar technique is used when a graphical icon is depicted visually but it’s actual purpose ”menu,” ”settings,” ”submit,” etc. is spoken aloud to screen reader users. In short, you might find websites become far less accessible if you tell them to ignore the presence of a screen reader.On Oct 21, 2020, at 6:09 PM, Gene <gsasner@gmail.com> wrote:
|
|
Hope Williamson
Me neither!!! Exactly, I much prefer quick navigation.
toggle quoted messageShow quoted text
On 10/22/2020 11:02 AM, tim wrote:
Those features given at the top of screen for navigation I never used.
|
|
Hope,
As the old sayings go, "Different strokes for different folks," and, "Each according to his or her own taste." That being said, I agree with Mr. Robinett that anyone needs to think long and hard before setting a flag on your screen reader to ignore accessibility-focused features in websites. It often ends up being a "throwing the baby out with the bathwater" sort of affair. -- Brian - Windows 10 Pro, 64-Bit, Version 2004, Build 19041 It’s hard waking up and realizing it’s not always black and white. ~ Kelley Boorn
|
|
Luke Robinett
It’s all about personal preference. I don’t use those navigation links either but some might. The best solution is to create different NVDA configuration profiles and then switch between them as needed, based on particular sites. Currently we can only configure profiles to automatically load based on applications, not websites. It would be cool if this automatic functionality could eventually be extended to websites.
On Oct 22, 2020, at 11:10 AM, Brian Vogel <britechguy@...> wrote:
|
|
Well as a tester of websites myself, having tested a lot of sites, a lot of things can work out the box but bar banks and the like a lot of stuff can be accessible. They shouldn't annoy. The only time I have actually popped between so called accessible and non accessible sites is when the site in question does not display things in the right mode.
On 23/10/2020 6:55 am, Hope Williamson
wrote:
|
|
Gene
I don't thinkk that setting affects live regions. But those who have tested more than the very little I have can comment in an informed manner.
toggle quoted messageShow quoted text
Gene
-----Original Message-----
From: Luke Robinett Sent: Thursday, October 22, 2020 12:21 PM To: nvda@nvda.groups.io Subject: Re: [nvda] web sites detecting a screen reader Gene, you can tell NVDA not to announce dynamic content. This is probably the setting you had in mind. Perhaps you could create a separate configuration profile with that setting disabled and then switch to it only when you encounter those problematic websites? On Oct 21, 2020, at 3:20 PM, Gene <gsasner@gmail.com> wrote:
|
|
Gene
I had thought that those sorts of things were generally on the page but use black on black contrast so they aren't visible. But are many of these somehow coded so that screen-readers will read content that isn't on screen at all?
toggle quoted messageShow quoted text
Gene
-----Original Message-----
From: Brian Vogel Sent: Thursday, October 22, 2020 12:51 PM To: nvda@nvda.groups.io Subject: Re: [nvda] web sites detecting a screen reader On Thu, Oct 22, 2020 at 01:25 PM, Luke Robinett wrote: you know when you hear those options at the top of a page to jump to navigation, jump to main content, etc.? Those options don’t appear for sighted users.- Yup. Those of us (I'm sighted) who've never touched a screen reader never even know they're there. These features are the Mr. Cellophane of web coding for the sighted (and for those who don't get the reference, go to YouTube and look up cellophane and Chicago). There are all sorts of things done to improve accessibility that are intentionally hidden from view because they're useless (and would be darned annoying, actually) unless you happen to be using a screen reader. -- Brian - Windows 10 Pro, 64-Bit, Version 2004, Build 19041 It’s hard waking up and realizing it’s not always black and white. ~ Kelley Boorn
|
|
On Thu, Oct 22, 2020 at 03:34 PM, Gene wrote:
But are many of these somehow coded so that screen-readers will read content that isn't on screen at all?- Yes. -- Brian - Windows 10 Pro, 64-Bit, Version 2004, Build 19041 It’s hard waking up and realizing it’s not always black and white. ~ Kelley Boorn
|
|
Brian Moore
Hi. Generally, those skip links are hidden unless one focuses on them with the tab key. They might be useful to more than just blind people. IN theory, there are keyboard only users who aren't blind. I can't say I have actually ever encountered this mythical creature but skip links would be equally useful to key board only users as they are to screen readers. There are a number of ways of creating content which shows up for screen reader users but which isn't visible on screen. the most common is to use a css class which makes the text 1 pixel in height or positions the text 10 thousand pixels to the left which would be off screen but a screen reader mostly won't care about that and will still speak it.
toggle quoted messageShow quoted text
There are other ways as well Brian. Contact me on skype: brian.moore follow me on twitter: http://www.twitter.com/bmoore123
On 10/22/2020 3:34 PM, Gene wrote:
I had thought that those sorts of things were generally on the page but use black on black contrast so they aren't visible. But are many of these somehow coded so that screen-readers will read content that isn't on screen at all?
|
|
Gene
Isn't whether NVDA allows a flag to be used a universal setting that occurs on loading the screen-reader? I'm not sure if it can be implemented in one application.
toggle quoted messageShow quoted text
Gene
-----Original Message-----
From: Luke Robinett Sent: Thursday, October 22, 2020 2:10 PM To: nvda@nvda.groups.io Subject: Re: [nvda] web sites detecting a screen reader It’s all about personal preference. I don’t use those navigation links either but some might. The best solution is to create different NVDA configuration profiles and then switch between them as needed, based on particular sites. Currently we can only configure profiles to automatically load based on applications, not websites. It would be cool if this automatic functionality could eventually be extended to websites. On Oct 22, 2020, at 11:10 AM, Brian Vogel <britechguy@gmail.com> wrote: Hope, As the old sayings go, "Different strokes for different folks," and, "Each according to his or her own taste." That being said, I agree with Mr. Robinett that anyone needs to think long and hard before setting a flag on your screen reader to ignore accessibility-focused features in websites. It often ends up being a "throwing the baby out with the bathwater" sort of affair. -- Brian - Windows 10 Pro, 64-Bit, Version 2004, Build 19041 It’s hard waking up and realizing it’s not always black and white. ~ Kelley Boorn
|
|
Luke Robinett
It’s true that there may be multiple ways developers use to hide or show content to screen reader users, but the most widely accepted method is to use media queries in your style sheets. The details of this are well beyond the scope of this discussion but basically you can tell the browser to display things differently based on whether it’s a screen, a printer, a screen reader or some other output device. So theoretically I could write one style sheet for a typical computer display and an entirely different style sheet if the page is being consumed by a screen reader
toggle quoted messageShow quoted text
On Oct 22, 2020, at 12:42 PM, Gene <gsasner@gmail.com> wrote:
|
|