We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<fieldset>
.quantity-selector
Study a11y of this component and transform the HTML of the Quantity Selector if agreed by a11y experts to:
<fieldset class="quantity-selector"> <legend>Blah blah</legend> <input type="number" id="inputQuantitySelector" class="form-control" aria-live="polite" data-bs-step="counter" name="quantity" title="quantity" value="0" min="0" max="10" step="1" data-bs-round="0" aria-label="Quantity selector"> <button type="button" class="btn btn-icon btn-secondary" aria-describedby="inputQuantitySelector" data-bs-step="down"> <span class="visually-hidden">Step down</span> </button> <button type="button" class="btn btn-icon btn-secondary" aria-describedby="inputQuantitySelector" data-bs-step="up"> <span class="visually-hidden">Step up</span> </button> </fieldset>
Easier to use from an end-user pov (disabled state on QS only will make it work). Better Accessibility.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Proposal
Study a11y of this component and transform the HTML of the Quantity Selector if agreed by a11y experts to:
Motivation and context
Easier to use from an end-user pov (disabled state on QS only will make it work).
Better Accessibility.
The text was updated successfully, but these errors were encountered: