九条鱼代表什么意思
百度 (贤文)
A general term used to describe the degree to which a product, device, service, or environment is available to as many people as possible. Accessibility is often used to focus on people with disabilities or special needs and their right of access to entities.
32 questions with no upvoted or accepted answers
5
votes
1
answer
1k
views
Creating an accessible, animated, and responsive navigation system
I've been struggling for the past couple weeks to design the perfect navigation (menu) system for my personal website which I am designing.
First, I need a system that is completely accessible as I am ...
3
votes
3
answers
156
views
Accessibility: Underline link hover color
my question is specifically about the hover color of a underlined link and the required contrast ratio to fulfill AA.
I'm asking myself if it has to have at least a contrast ratio of 4.5:1 on hover to ...
3
votes
1
answer
150
views
How to lead AT users from non-accessible content to an accessible alternative
The Drupal website I'm working on has a traditional grid style calendar. The main view of the calendar is based on the Full Calendar JS library. After testing it with a screen reader I decided it wasn'...
3
votes
1
answer
2k
views
Tabbing into a hidden navigation menu
This is a question about the interaction between navigation via keyboard (tabbing) and initially-hidden navigation items. I’m asking from both a UX and accessibility perspective.
My site has a slide-...
3
votes
1
answer
6k
views
How do I make a dropdown select accessible?
What I mean by dropdown is the implementation found in Bootstrap and other common front-end frameworks. I want to replace <select> elements in my forms with dropdown menus because I need the ...
2
votes
1
answer
336
views
Cart Accessibility - Ecommerce Shop
i have a question regarding defining the accessibility for prices and the cart summary for an ecommerce shopping-cart.
As a visual impaired user i can navigate through the cart page with the TAB key ...
2
votes
1
answer
95
views
How to ensure accessibility for a variable-length collection of name fields in a form
My company supports a legacy application which uses a data form containing a Recipient section and a Sender section. Each section, upon first load, contains three text inputs (horizontally aligned) ...
2
votes
1
answer
479
views
WCAG' Non-text contrast requirements, what exactly are the guidelines with hover?
WCAG does a weird job of explaining their non-text contrast requirements with hover states.
Within their "Understanding non-text contrast" documentation, they have this bizarre example:
As ...
2
votes
1
answer
514
views
Struggling to make an accessible data table with clickable rows!
We're currently working on making our data table accessible. Our main concern is the whole clickable row that triggers a side sheet. The entire row is clickable, and a part of its content may be ...
2
votes
1
answer
140
views
Patterns for adjusting settings which may hinder the user's ability to adjust that same setting again
This question is about those self-referential settings where the ability of the user to control a device, say:
using a mouse cursor, or
viewing it on a monitor screen
is itself affected by the ...
1
vote
1
answer
122
views
Reordering list items using up/down buttons
Above is just an example for my case. Example code available here.
I've arrived at above solution, while solving 2.1.1 Keyboard, 2.5.1 Pointer Gestures, 2.5.7 Dragging Movements criteria's combined ...
1
vote
2
answers
76
views
Would radio buttons be intuitive for media gallery thumbnail controls?
I'm working to make an accessible media gallery that allows users to select a thumbnail to view it at a larger size. Since only one item can be viewed large at once, it makes sense in my mind to use ...
1
vote
2
answers
187
views
How to make table header controls keyboard accessible?
I am implementing a data gird pattern for an interactive HTML table. The header cells can be used to change the appearance of the data.
The ARIA pattern (see Example 2) uses Spacebar key to sort rows, ...
1
vote
2
answers
124
views
Accessible way to disable listbox
I’m developing a package to create sortable lists for web interfaces using Svelte. I’ve already introduced a feature to disable list items individually, allowing the user to focus the disabled items ...
1
vote
1
answer
55
views
How to help users understand a markup language's grammar accessibly
How might I describe the grammar of a markup language in an accessible way?
What I have
SVG diagrams of the grammar (directed graphs). Each element page has a graph representing what content can be in ...