WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Query regarding scrolling Issue when accessing webpage with browse mode

for

Number of posts in this thread: 8 (In chronological order)

From: Gupta, Gaurav k
Date: Tue, Aug 03 2021 5:48AM
Subject: Query regarding scrolling Issue when accessing webpage with browse mode
No previous message | Next message →

Hello Experts,

Need help in understanding the issue.

Using JAWS browse mode if I am trying to read the data from a grid then auto scrolling is not happening.

Can anyone suggest what could be the reason?


Regards
Gaurav



----------------------------------------------------------------------
This message w/attachments (message) is intended solely for the use of the intended recipient(s) and may contain information that is privileged, confidential or proprietary. If you are not an intended recipient, please notify the sender, and then please delete and destroy all copies and attachments, and be advised that any review or dissemination of, or the taking of any action in reliance on, the information contained in or attached to this message is prohibited.
Unless specifically indicated, this message is not an offer to sell or a solicitation of any investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Sender. Subject to applicable law, Sender may intercept, monitor, review and retain e-communications (EC) traveling through its networks/systems and may produce any such EC to regulators, law enforcement, in litigation and as required by law.
The laws of the country of each sender/recipient may impact the handling of EC, and EC may be archived, supervised and produced in countries other than the country in which you are located. This message cannot be guaranteed to be secure or free of errors or viruses. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you should read. By messaging with Sender you consent to the foregoing.

From: Birkir R. Gunnarsson
Date: Tue, Aug 03 2021 10:20AM
Subject: Re: Query regarding scrolling Issue when accessing webpage with browse mode
← Previous message | Next message →

A screen reader createsw an off-screen model (aka virtual buffer) with
the page content. In browse mode you are solely interacting with that
content so you are not sending events to the webpage (not unless yuou
do something in the virtual buffer that submits an event to the page,
e.g. pressing the tab key to change the programmatic focus or interact
with/click on an element).

There were ideas about a more interactive browse mode (e.g. the ARIA
1.1 proposed implementation of implementing a feed using the feed and
article roles) but I believe that feature was never supported by
screen reader vendors.

On 8/3/21, Gupta, Gaurav k via WebAIM-Forum
< = EMAIL ADDRESS REMOVED = > wrote:
> Hello Experts,
>
> Need help in understanding the issue.
>
> Using JAWS browse mode if I am trying to read the data from a grid then auto
> scrolling is not happening.
>
> Can anyone suggest what could be the reason?
>
>
> Regards
> Gaurav
>
>
>
> ----------------------------------------------------------------------
> This message w/attachments (message) is intended solely for the use of the
> intended recipient(s) and may contain information that is privileged,
> confidential or proprietary. If you are not an intended recipient, please
> notify the sender, and then please delete and destroy all copies and
> attachments, and be advised that any review or dissemination of, or the
> taking of any action in reliance on, the information contained in or
> attached to this message is prohibited.
> Unless specifically indicated, this message is not an offer to sell or a
> solicitation of any investment products or other financial product or
> service, an official confirmation of any transaction, or an official
> statement of Sender. Subject to applicable law, Sender may intercept,
> monitor, review and retain e-communications (EC) traveling through its
> networks/systems and may produce any such EC to regulators, law enforcement,
> in litigation and as required by law.
> The laws of the country of each sender/recipient may impact the handling of
> EC, and EC may be archived, supervised and produced in countries other than
> the country in which you are located. This message cannot be guaranteed to
> be secure or free of errors or viruses. Attachments that are part of this
> EC may have additional important disclosures and disclaimers, which you
> should read. By messaging with Sender you consent to the foregoing.
> > > > >


--
Work hard. Have fun. Make history.

From: Mallory
Date: Tue, Aug 03 2021 10:36AM
Subject: Re: Query regarding scrolling Issue when accessing webpage with browse mode
← Previous message | Next message →

Hm, but * web pages * do scroll with browse mode in JAWS, NVDA and Orca (and I recall back when Firefox did NOT scroll for Orca... people on the Orca mailing list asked about it and eventually it got fixed, though I think the fix had to be on Mozilla's side...).

But I'm not sure if moving around a data grid has the same trigger as a page scroll, so it sounds like Birkir is right about why it's not scrolling: the browser doesn't "see" the virtual cursor in that, meaning the widget can't react.

_mallory

On Tue, Aug 3, 2021, at 6:20 PM, Birkir R. Gunnarsson wrote:
> A screen reader createsw an off-screen model (aka virtual buffer) with
> the page content. In browse mode you are solely interacting with that
> content so you are not sending events to the webpage (not unless yuou
> do something in the virtual buffer that submits an event to the page,
> e.g. pressing the tab key to change the programmatic focus or interact
> with/click on an element).
>
> There were ideas about a more interactive browse mode (e.g. the ARIA
> 1.1 proposed implementation of implementing a feed using the feed and
> article roles) but I believe that feature was never supported by
> screen reader vendors.
>
> On 8/3/21, Gupta, Gaurav k via WebAIM-Forum
> < = EMAIL ADDRESS REMOVED = > wrote:
> > Hello Experts,
> >
> > Need help in understanding the issue.
> >
> > Using JAWS browse mode if I am trying to read the data from a grid then auto
> > scrolling is not happening.
> >
> > Can anyone suggest what could be the reason?
> >
> >
> > Regards
> > Gaurav
> >
> >
> >
> > ----------------------------------------------------------------------
> > This message w/attachments (message) is intended solely for the use of the
> > intended recipient(s) and may contain information that is privileged,
> > confidential or proprietary. If you are not an intended recipient, please
> > notify the sender, and then please delete and destroy all copies and
> > attachments, and be advised that any review or dissemination of, or the
> > taking of any action in reliance on, the information contained in or
> > attached to this message is prohibited.
> > Unless specifically indicated, this message is not an offer to sell or a
> > solicitation of any investment products or other financial product or
> > service, an official confirmation of any transaction, or an official
> > statement of Sender. Subject to applicable law, Sender may intercept,
> > monitor, review and retain e-communications (EC) traveling through its
> > networks/systems and may produce any such EC to regulators, law enforcement,
> > in litigation and as required by law.
> > The laws of the country of each sender/recipient may impact the handling of
> > EC, and EC may be archived, supervised and produced in countries other than
> > the country in which you are located. This message cannot be guaranteed to
> > be secure or free of errors or viruses. Attachments that are part of this
> > EC may have additional important disclosures and disclaimers, which you
> > should read. By messaging with Sender you consent to the foregoing.
> > > > > > > > > >
>
>
> --
> Work hard. Have fun. Make history.
> > > > >

From: Don Mauck
Date: Tue, Aug 03 2021 11:14AM
Subject: Re: [External] :Query regarding scrolling Issue when accessing webpage with browse mode
← Previous message | Next message →

There are TableScroll's that in the case of JAWS only work if you tab into the table, which is really an ARIA Grid, then the scrolling usually takes place from the bottom. If in the case of JAWS you use the "t" command, you should be able to press enter to start the scrolling. There is a bug on this with Vispero. It should work that no matter how you get into the TableScroll, it should work much like NVDA.

-----Original Message-----
From: WebAIM-Forum < = EMAIL ADDRESS REMOVED = > On Behalf Of Birkir R. Gunnarsson
Sent: Tuesday, August 3, 2021 10:20 AM
To: WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Subject: [External] : Re: [WebAIM] Query regarding scrolling Issue when accessing webpage with browse mode

A screen reader createsw an off-screen model (aka virtual buffer) with the page content. In browse mode you are solely interacting with that content so you are not sending events to the webpage (not unless yuou do something in the virtual buffer that submits an event to the page, e.g. pressing the tab key to change the programmatic focus or interact with/click on an element).

There were ideas about a more interactive browse mode (e.g. the ARIA
1.1 proposed implementation of implementing a feed using the feed and article roles) but I believe that feature was never supported by screen reader vendors.

On 8/3/21, Gupta, Gaurav k via WebAIM-Forum < = EMAIL ADDRESS REMOVED = > wrote:
> Hello Experts,
>
> Need help in understanding the issue.
>
> Using JAWS browse mode if I am trying to read the data from a grid
> then auto scrolling is not happening.
>
> Can anyone suggest what could be the reason?
>
>
> Regards
> Gaurav
>
>
>
> ----------------------------------------------------------------------
> This message w/attachments (message) is intended solely for the use of
> the intended recipient(s) and may contain information that is
> privileged, confidential or proprietary. If you are not an intended
> recipient, please notify the sender, and then please delete and
> destroy all copies and attachments, and be advised that any review or
> dissemination of, or the taking of any action in reliance on, the
> information contained in or attached to this message is prohibited.
> Unless specifically indicated, this message is not an offer to sell or
> a solicitation of any investment products or other financial product
> or service, an official confirmation of any transaction, or an
> official statement of Sender. Subject to applicable law, Sender may
> intercept, monitor, review and retain e-communications (EC) traveling
> through its networks/systems and may produce any such EC to
> regulators, law enforcement, in litigation and as required by law.
> The laws of the country of each sender/recipient may impact the
> handling of EC, and EC may be archived, supervised and produced in
> countries other than the country in which you are located. This
> message cannot be guaranteed to be secure or free of errors or
> viruses. Attachments that are part of this EC may have additional important disclosures and disclaimers, which you
> should read. By messaging with Sender you consent to the foregoing.
> > > https://urldefense.com/v3/__http://list.webaim.org/__;!!ACWV5N9M2RV99h
> Q!dKHpSPX9vuZOZPcmqsXtm4YPn68Hz-CoZHm-zFZa575_ofiJQvvFDNClRdQFcdo$
> List archives at
> https://urldefense.com/v3/__http://webaim.org/discussion/archives__;!!
> ACWV5N9M2RV99hQ!dKHpSPX9vuZOZPcmqsXtm4YPn68Hz-CoZHm-zFZa575_ofiJQvvFDN
> Cl78saX6U$ >


--
Work hard. Have fun. Make history.

From: Birkir R. Gunnarsson
Date: Tue, Aug 03 2021 12:39PM
Subject: Re: Query regarding scrolling Issue when accessing webpage with browse mode
← Previous message | Next message →

Does the page scroll if you use only arrow keys and screen reader
shortcut keys (like h, b, f etc.) to navigate a page?
When I demo something with a screen reader I always seem to require
using the tab key to navigate to a focusable element I am
demonstrating, else people often don't see my location on the page and
sometimes don't even see the content I am navigating (the first is
obviously just focus outline, but the second suggests to me that
virtual buffer scrolling that does not involve moving the actual focus
with the tab key is totally independent of the browser).


On 8/3/21, Mallory < = EMAIL ADDRESS REMOVED = > wrote:
> Hm, but * web pages * do scroll with browse mode in JAWS, NVDA and Orca (and
> I recall back when Firefox did NOT scroll for Orca... people on the Orca
> mailing list asked about it and eventually it got fixed, though I think the
> fix had to be on Mozilla's side...).
>
> But I'm not sure if moving around a data grid has the same trigger as a page
> scroll, so it sounds like Birkir is right about why it's not scrolling: the
> browser doesn't "see" the virtual cursor in that, meaning the widget can't
> react.
>
> _mallory
>
> On Tue, Aug 3, 2021, at 6:20 PM, Birkir R. Gunnarsson wrote:
>> A screen reader createsw an off-screen model (aka virtual buffer) with
>> the page content. In browse mode you are solely interacting with that
>> content so you are not sending events to the webpage (not unless yuou
>> do something in the virtual buffer that submits an event to the page,
>> e.g. pressing the tab key to change the programmatic focus or interact
>> with/click on an element).
>>
>> There were ideas about a more interactive browse mode (e.g. the ARIA
>> 1.1 proposed implementation of implementing a feed using the feed and
>> article roles) but I believe that feature was never supported by
>> screen reader vendors.
>>
>> On 8/3/21, Gupta, Gaurav k via WebAIM-Forum
>> < = EMAIL ADDRESS REMOVED = > wrote:
>> > Hello Experts,
>> >
>> > Need help in understanding the issue.
>> >
>> > Using JAWS browse mode if I am trying to read the data from a grid then
>> > auto
>> > scrolling is not happening.
>> >
>> > Can anyone suggest what could be the reason?
>> >
>> >
>> > Regards
>> > Gaurav
>> >
>> >
>> >
>> > ----------------------------------------------------------------------
>> > This message w/attachments (message) is intended solely for the use of
>> > the
>> > intended recipient(s) and may contain information that is privileged,
>> > confidential or proprietary. If you are not an intended recipient,
>> > please
>> > notify the sender, and then please delete and destroy all copies and
>> > attachments, and be advised that any review or dissemination of, or the
>> > taking of any action in reliance on, the information contained in or
>> > attached to this message is prohibited.
>> > Unless specifically indicated, this message is not an offer to sell or a
>> > solicitation of any investment products or other financial product or
>> > service, an official confirmation of any transaction, or an official
>> > statement of Sender. Subject to applicable law, Sender may intercept,
>> > monitor, review and retain e-communications (EC) traveling through its
>> > networks/systems and may produce any such EC to regulators, law
>> > enforcement,
>> > in litigation and as required by law.
>> > The laws of the country of each sender/recipient may impact the handling
>> > of
>> > EC, and EC may be archived, supervised and produced in countries other
>> > than
>> > the country in which you are located. This message cannot be guaranteed
>> > to
>> > be secure or free of errors or viruses. Attachments that are part of
>> > this
>> > EC may have additional important disclosures and disclaimers, which you
>> > should read. By messaging with Sender you consent to the foregoing.
>> > >> > >> > >> > >> >
>>
>>
>> --
>> Work hard. Have fun. Make history.
>> >> >> >> >>
> > > > >


--
Work hard. Have fun. Make history.

From: Mallory
Date: Fri, Aug 06 2021 10:53AM
Subject: Re: Query regarding scrolling Issue when accessing webpage with browse mode
← Previous message | Next message →

Yeah, the pages scroll. Although maybe it matters that I have some visual stuff set "on" in JAWS and NVDA: I see highlights with JAWS and I think I have an old add-on to NVDA which does the same (it's good for demoing).

Although it's not uncommon for the virtual focus to go offscreen a bit, but if I keep going the page will scroll. This sometimes happens to me with regular keyboard focus too, but always eventually I get a page scroll.

cheers,
_mallory

On Tue, Aug 3, 2021, at 8:39 PM, Birkir R. Gunnarsson wrote:
> Does the page scroll if you use only arrow keys and screen reader
> shortcut keys (like h, b, f etc.) to navigate a page?
> When I demo something with a screen reader I always seem to require
> using the tab key to navigate to a focusable element I am
> demonstrating, else people often don't see my location on the page and
> sometimes don't even see the content I am navigating (the first is
> obviously just focus outline, but the second suggests to me that
> virtual buffer scrolling that does not involve moving the actual focus
> with the tab key is totally independent of the browser).
>
>
> On 8/3/21, Mallory < = EMAIL ADDRESS REMOVED = > wrote:
> > Hm, but * web pages * do scroll with browse mode in JAWS, NVDA and Orca (and
> > I recall back when Firefox did NOT scroll for Orca... people on the Orca
> > mailing list asked about it and eventually it got fixed, though I think the
> > fix had to be on Mozilla's side...).
> >
> > But I'm not sure if moving around a data grid has the same trigger as a page
> > scroll, so it sounds like Birkir is right about why it's not scrolling: the
> > browser doesn't "see" the virtual cursor in that, meaning the widget can't
> > react.
> >
> > _mallory
> >
> > On Tue, Aug 3, 2021, at 6:20 PM, Birkir R. Gunnarsson wrote:
> >> A screen reader createsw an off-screen model (aka virtual buffer) with
> >> the page content. In browse mode you are solely interacting with that
> >> content so you are not sending events to the webpage (not unless yuou
> >> do something in the virtual buffer that submits an event to the page,
> >> e.g. pressing the tab key to change the programmatic focus or interact
> >> with/click on an element).
> >>
> >> There were ideas about a more interactive browse mode (e.g. the ARIA
> >> 1.1 proposed implementation of implementing a feed using the feed and
> >> article roles) but I believe that feature was never supported by
> >> screen reader vendors.
> >>
> >> On 8/3/21, Gupta, Gaurav k via WebAIM-Forum
> >> < = EMAIL ADDRESS REMOVED = > wrote:
> >> > Hello Experts,
> >> >
> >> > Need help in understanding the issue.
> >> >
> >> > Using JAWS browse mode if I am trying to read the data from a grid then
> >> > auto
> >> > scrolling is not happening.
> >> >
> >> > Can anyone suggest what could be the reason?
> >> >
> >> >
> >> > Regards
> >> > Gaurav
> >> >
> >> >
> >> >
> >> > ----------------------------------------------------------------------
> >> > This message w/attachments (message) is intended solely for the use of
> >> > the
> >> > intended recipient(s) and may contain information that is privileged,
> >> > confidential or proprietary. If you are not an intended recipient,
> >> > please
> >> > notify the sender, and then please delete and destroy all copies and
> >> > attachments, and be advised that any review or dissemination of, or the
> >> > taking of any action in reliance on, the information contained in or
> >> > attached to this message is prohibited.
> >> > Unless specifically indicated, this message is not an offer to sell or a
> >> > solicitation of any investment products or other financial product or
> >> > service, an official confirmation of any transaction, or an official
> >> > statement of Sender. Subject to applicable law, Sender may intercept,
> >> > monitor, review and retain e-communications (EC) traveling through its
> >> > networks/systems and may produce any such EC to regulators, law
> >> > enforcement,
> >> > in litigation and as required by law.
> >> > The laws of the country of each sender/recipient may impact the handling
> >> > of
> >> > EC, and EC may be archived, supervised and produced in countries other
> >> > than
> >> > the country in which you are located. This message cannot be guaranteed
> >> > to
> >> > be secure or free of errors or viruses. Attachments that are part of
> >> > this
> >> > EC may have additional important disclosures and disclaimers, which you
> >> > should read. By messaging with Sender you consent to the foregoing.
> >> > > >> > > >> > > >> > > >> >
> >>
> >>
> >> --
> >> Work hard. Have fun. Make history.
> >> > >> > >> > >> > >>
> > > > > > > > > >
>
>
> --
> Work hard. Have fun. Make history.
> > > > >

From: Andrews, David B (DEED)
Date: Fri, Aug 06 2021 3:33PM
Subject: Re: Query regarding scrolling Issue when accessing webpage with browse mode
← Previous message | Next message →

NVDA has settings, already there to highlight different focus modes as you go through things.

Dave



-----Original Message-----
From: WebAIM-Forum < = EMAIL ADDRESS REMOVED = > On Behalf Of Mallory
Sent: Friday, August 6, 2021 11:53 AM
To: Birkir R. Gunnarsson < = EMAIL ADDRESS REMOVED = >; WebAIM Discussion List < = EMAIL ADDRESS REMOVED = >
Subject: Re: [WebAIM] Query regarding scrolling Issue when accessing webpage with browse mode

This message may be from an external email source.
Do not select links or open attachments unless verified. Report all suspicious emails to Minnesota IT Services Security Operations Center.

Yeah, the pages scroll. Although maybe it matters that I have some visual stuff set "on" in JAWS and NVDA: I see highlights with JAWS and I think I have an old add-on to NVDA which does the same (it's good for demoing).

Although it's not uncommon for the virtual focus to go offscreen a bit, but if I keep going the page will scroll. This sometimes happens to me with regular keyboard focus too, but always eventually I get a page scroll.

cheers,
_mallory

On Tue, Aug 3, 2021, at 8:39 PM, Birkir R. Gunnarsson wrote:
> Does the page scroll if you use only arrow keys and screen reader
> shortcut keys (like h, b, f etc.) to navigate a page?
> When I demo something with a screen reader I always seem to require
> using the tab key to navigate to a focusable element I am
> demonstrating, else people often don't see my location on the page and
> sometimes don't even see the content I am navigating (the first is
> obviously just focus outline, but the second suggests to me that
> virtual buffer scrolling that does not involve moving the actual focus
> with the tab key is totally independent of the browser).
>
>
> On 8/3/21, Mallory < = EMAIL ADDRESS REMOVED = > wrote:
> > Hm, but * web pages * do scroll with browse mode in JAWS, NVDA and
> > Orca (and I recall back when Firefox did NOT scroll for Orca...
> > people on the Orca mailing list asked about it and eventually it got
> > fixed, though I think the fix had to be on Mozilla's side...).
> >
> > But I'm not sure if moving around a data grid has the same trigger
> > as a page scroll, so it sounds like Birkir is right about why it's
> > not scrolling: the browser doesn't "see" the virtual cursor in that,
> > meaning the widget can't react.
> >
> > _mallory
> >
> > On Tue, Aug 3, 2021, at 6:20 PM, Birkir R. Gunnarsson wrote:
> >> A screen reader createsw an off-screen model (aka virtual buffer)
> >> with the page content. In browse mode you are solely interacting
> >> with that content so you are not sending events to the webpage (not
> >> unless yuou do something in the virtual buffer that submits an
> >> event to the page, e.g. pressing the tab key to change the
> >> programmatic focus or interact with/click on an element).
> >>
> >> There were ideas about a more interactive browse mode (e.g. the
> >> ARIA
> >> 1.1 proposed implementation of implementing a feed using the feed
> >> and article roles) but I believe that feature was never supported
> >> by screen reader vendors.
> >>
> >> On 8/3/21, Gupta, Gaurav k via WebAIM-Forum
> >> < = EMAIL ADDRESS REMOVED = > wrote:
> >> > Hello Experts,
> >> >
> >> > Need help in understanding the issue.
> >> >
> >> > Using JAWS browse mode if I am trying to read the data from a
> >> > grid then auto scrolling is not happening.
> >> >
> >> > Can anyone suggest what could be the reason?
> >> >
> >> >
> >> > Regards
> >> > Gaurav
> >> >

From: Mallory
Date: Wed, Aug 11 2021 4:07AM
Subject: Re: Query regarding scrolling Issue when accessing webpage with browse mode
← Previous message | No next message

Yeah NVDA later made it that you don't need a separate plugin to highlight where the cursor/focus is, but I just never removed mine.

On Fri, Aug 6, 2021, at 11:33 PM, Andrews, David B (DEED) wrote:
> NVDA has settings, already there to highlight different focus modes as
> you go through things.
>
> Dave
>
>
>
> -----Original Message-----
> From: WebAIM-Forum < = EMAIL ADDRESS REMOVED = > On Behalf Of
> Mallory
> Sent: Friday, August 6, 2021 11:53 AM
> To: Birkir R. Gunnarsson < = EMAIL ADDRESS REMOVED = >; WebAIM
> Discussion List < = EMAIL ADDRESS REMOVED = >
> Subject: Re: [WebAIM] Query regarding scrolling Issue when accessing
> webpage with browse mode
>
> This message may be from an external email source.
> Do not select links or open attachments unless verified. Report all
> suspicious emails to Minnesota IT Services Security Operations Center.
>
> >
> Yeah, the pages scroll. Although maybe it matters that I have some
> visual stuff set "on" in JAWS and NVDA: I see highlights with JAWS and
> I think I have an old add-on to NVDA which does the same (it's good for
> demoing).
>
> Although it's not uncommon for the virtual focus to go offscreen a bit,
> but if I keep going the page will scroll. This sometimes happens to me
> with regular keyboard focus too, but always eventually I get a page
> scroll.
>
> cheers,
> _mallory
>
> On Tue, Aug 3, 2021, at 8:39 PM, Birkir R. Gunnarsson wrote:
> > Does the page scroll if you use only arrow keys and screen reader
> > shortcut keys (like h, b, f etc.) to navigate a page?
> > When I demo something with a screen reader I always seem to require
> > using the tab key to navigate to a focusable element I am
> > demonstrating, else people often don't see my location on the page and
> > sometimes don't even see the content I am navigating (the first is
> > obviously just focus outline, but the second suggests to me that
> > virtual buffer scrolling that does not involve moving the actual focus
> > with the tab key is totally independent of the browser).
> >
> >
> > On 8/3/21, Mallory < = EMAIL ADDRESS REMOVED = > wrote:
> > > Hm, but * web pages * do scroll with browse mode in JAWS, NVDA and
> > > Orca (and I recall back when Firefox did NOT scroll for Orca...
> > > people on the Orca mailing list asked about it and eventually it got
> > > fixed, though I think the fix had to be on Mozilla's side...).
> > >
> > > But I'm not sure if moving around a data grid has the same trigger
> > > as a page scroll, so it sounds like Birkir is right about why it's
> > > not scrolling: the browser doesn't "see" the virtual cursor in that,
> > > meaning the widget can't react.
> > >
> > > _mallory
> > >
> > > On Tue, Aug 3, 2021, at 6:20 PM, Birkir R. Gunnarsson wrote:
> > >> A screen reader createsw an off-screen model (aka virtual buffer)
> > >> with the page content. In browse mode you are solely interacting
> > >> with that content so you are not sending events to the webpage (not
> > >> unless yuou do something in the virtual buffer that submits an
> > >> event to the page, e.g. pressing the tab key to change the
> > >> programmatic focus or interact with/click on an element).
> > >>
> > >> There were ideas about a more interactive browse mode (e.g. the
> > >> ARIA
> > >> 1.1 proposed implementation of implementing a feed using the feed
> > >> and article roles) but I believe that feature was never supported
> > >> by screen reader vendors.
> > >>
> > >> On 8/3/21, Gupta, Gaurav k via WebAIM-Forum
> > >> < = EMAIL ADDRESS REMOVED = > wrote:
> > >> > Hello Experts,
> > >> >
> > >> > Need help in understanding the issue.
> > >> >
> > >> > Using JAWS browse mode if I am trying to read the data from a
> > >> > grid then auto scrolling is not happening.
> > >> >
> > >> > Can anyone suggest what could be the reason?
> > >> >
> > >> >
> > >> > Regards
> > >> > Gaurav
> > >> >
> > > > >