Beth Fraser
Beth Fraser
**Describe the bug** There is more spacing between the title and the docs on the pages which have tabs, than on the pages that don't. **To Reproduce** See the difference...
## Done - Fetch segmented control guidelines from discourse and display in docs Fixes [#1353](https://github.com/canonical-web-and-design/vanilla-squad/issues/1353) ## QA - Open [demo](https://vanilla-framework-4445.demos.haus/docs/patterns/segmented-control) - Check the design guidelines appear as expected Segmented control:...
There are some accessibility issues with using the native browser `disabled` attribute, as it hides the element from Assistive Tech. The general advice is to use aria-disabled attribute but this...
## Pattern to amend - ul/ol - See Lyubo's [comment](https://github.com/canonical-web-and-design/vanilla-framework/pull/4160#issuecomment-982430976) about adding the `$text-max-width` as default to lists - Can we try and see if anything breaks setting the max...
From https://github.com/canonical-web-and-design/vanilla-squad/issues/1100: > for Dev, to add accessibility content in each component's implementation spec, including > - "How it works" explaining why aria attributes etc are important for accessibility >...
- It doesn't have an `aria-valuenow` property, do we need to add this? As it will need to be updated with Javascript. Maybe we could add aria-hidden to the slider...
Currently the Slider component has two inputs with the same value, the actual slider thumb and the input field. This is causing problems with accessibility. When the slider thumb moves,...
**Describe the bug** First the button text is read out, then additional description (aria-describedby). The additional description is being read out twice because it's placed inside of the button and...
see brief [here](https://docs.google.com/document/d/1G2qGO8dnIaF7SG2f2uLFw4zpfgM8ggkP6jzPlf3tPLo/edit#) see WIP demo [here](https://github.com/canonical-web-and-design/ubuntu.com/pull/9353)