Open Karkhutvy opened 6 months ago
I'm curious why you'd like to use HR elements in such an expansive way.?
Personally I've always wanted HR's to be invisible as I navigate a page with JAWS. What non-visual person needs to see an HR element?
My suggestion for your developers is to use
HR elements just seem like visual "fluff" to me.
Thanks, David
From: Karkhut Volodymyr @.> Sent: Thursday, May 9, 2024 2:59 AM To: FreedomScientific/standards-support @.> Cc: Subscribed @.***> Subject: [FreedomScientific/standards-support] JAWS ignores aria-label for
Summary
For the next code snippet
User navigates through elements from the top to bottom
Expected result
Jaws announces:
Actual result
Jaws announces:
Example
See above
Additional Information
Is this issue related to JAWS or Firefox?
JAWS version and build number
JAWS 2024.2403.3
Operating System and version
Windows 10 Enterprise Version 10.0.19045 Build 19045
Browser and version:
Mozilla Firefox 125.0.3 (64-bit)
- Reply to this email directly, view it on GitHubhttps://github.com/FreedomScientific/standards-support/issues/833, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKX5QZRFBT7F2LPLK63R32TZBNCG5AVCNFSM6AAAAABHOQYHS2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DOMZTG42TSNY. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi @davidengebretson, thank you for feedback. I've been working on custom separator component from our components library. This component might also contain visible label so I want to present this label as <hr>
accessible name.
As this is library component I can't predict all use cases of using this component. Though, if someone will decide to use this component as meaningful named element that needs to be presented to screen reader. In other case component can be hidden by client code as you suggested.
So, as role='separator'
description allows this element to be presented to screen reader along with it's accessible name I also want to support this functionality.
Best Regards, Volodymyr
I'm curious why you'd like to use HR elements in such an expansive way.? Personally I've always wanted HR's to be invisible as I navigate a page with JAWS. What non-visual person needs to see an HR element? My suggestion for your developers is to use
so I won't have to see the
in the visual design as I navigate the DOM. HR elements just seem like visual "fluff" to me. Thanks, David
Personally I don’t think it is necessary.
The
I’m happy to be proven wrong, however. 😊
Thanks, David
From: Karkhut Volodymyr @.> Sent: Friday, May 10, 2024 1:06 AM To: FreedomScientific/standards-support @.> Cc: David Engebretson @.>; Mention @.> Subject: Re: [FreedomScientific/standards-support] JAWS ignores aria-label for
Hi @davidengebretsonhttps://github.com/davidengebretson, thank you for feedback. I've been working on custom separator component from our components library. This component might also contain visible label so I want to present this label as
accessible name. As this is library component I can't predict all use cases of using this component. Though, if someone will decide to use this component as meaningful named element that needs to be presented to screen reader. In other case component can be hidden by client code as you suggested. So, as role='separator' description allows this element to be presented to screen reader along with it's accessible name I also want to support this functionality.
Best Regards, Volodymyr
I'm curious why you'd like to use HR elements in such an expansive way.? Personally I've always wanted HR's to be invisible as I navigate a page with JAWS. What non-visual person needs to see an HR element? My suggestion for your developers is to use
so I won't have to see the
in the visual design as I navigate the DOM. HR elements just seem like visual "fluff" to me. Thanks, David
— Reply to this email directly, view it on GitHubhttps://github.com/FreedomScientific/standards-support/issues/833#issuecomment-2104140887, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKX5QZTSYZRZ6FO5JX4LGVTZBR5WHAVCNFSM6AAAAABHOQYHS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBUGE2DAOBYG4. You are receiving this because you were mentioned.Message ID: @.**@.>>
Summary
For the next code snippet
User navigates through elements from the top to bottom
Expected result
Jaws announces:
Actual result
Jaws announces:
Example
See above
Additional Information
Is this issue related to JAWS or Firefox?
JAWS version and build number
JAWS 2024.2403.3
Operating System and version
Windows 10 Enterprise Version 10.0.19045 Build 19045
Browser and version:
Mozilla Firefox 125.0.3 (64-bit)