Stacks icon indicating copy to clipboard operation
Stacks copied to clipboard

Stack Overflow’s Design System

Results 107 Stacks issues
Sort by recently updated
recently updated
newest added

Fixes #1045 This PR adds documentation for using the `aria-current` attribute within `.s-btn-group`. It also fixes a broken script that made examples interactive.

docs
accessibility

> At least one label on Stacks does not pass AA color contrast. Investigate which labels do not pass and fix the color on said labels. This PR increases the...

Bumps [stimulus](https://github.com/stimulusjs/stimulus) from 2.0.0 to 3.1.0. Release notes Sourced from stimulus's releases. v3.1.0 What's Changed Adds new Action Options, namely :stop and :prevent by @​radiantshaw in hotwired/stimulus#535 Adds new Action...

dependencies

**Describe the bug** The Deque audit of Teams raised three issues related to the mobile or zoomed view of the topbar: 1. Content is lost at 200% zoom 2. Content...

accessibility

**Describe the bug** In components like pagination, an [`aria-current` attribute](https://www.w3.org/TR/wai-aria-1.1/#aria-current) is required to indicate to screen reader users which page is currently active. **To Reproduce** Steps to reproduce the behavior:...

accessibility

**Describe the bug** For the [input validation](https://stackoverflow.design/product/components/inputs/#validation-examples), there should be an `aria-live="assertive"` on the validation message in cases where the message is added to the DOM/view. (There’s an example of...

accessibility

I think our documentation could benefit from a standalone accessibility-focused page. Consider this a big ol' work in progress atm. ### TODO - [ ] Complete "Overview" section - [...

docs
work-in-progress
accessibility

**Describe the bug** The currently selected item in a button group gets a different visual styling by way of the `.is-selected` class, but this is not enough for screen reader...

accessibility

I've had this locally in a stash for a while so figured I'd finally push it up. Here's a new controller for quickly attaching keyboard shortcuts to form fields and...

This PR refactors the CSS for `.s-btn` to use pseudo-private custom properties. ## Benefits ### Reduced fragility, increased maintainability By defining a subset of rules that are modified by custom...