Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions guidelines/components/button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ Any icon can be used in Halstack Design System, so it is apt to the user to choo

_Icon usage examples_

## Accessibility

* Understanding WCAG 2.2 - [2.4.7: Focus Visible](https://www.w3.org/WAI/WCAG22/Understanding/focus-visible)
* Understanding WCAG 2.2 - [3.2.2: On Input](https://www.w3.org/WAI/WCAG22/Understanding/on-input)
* WAI-ARIA Authoring Practices 1.2 -[Button Design Pattern](https://www.w3.org/TR/wai-aria-practices-1.2/#button)

## Links and references

* [Angular CDK component](https://developer.dxc.com/tools/react/next/#/components/button)
Expand Down