Skip to content
New issue

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

Componente buttons - Verificare colori e focus #364

Closed
Fupete opened this issue Jul 3, 2024 · 5 comments · Fixed by #408
Closed

Componente buttons - Verificare colori e focus #364

Fupete opened this issue Jul 3, 2024 · 5 comments · Fixed by #408

Comments

@Fupete
Copy link

Fupete commented Jul 3, 2024

Cosa

Verificare le varianti e i colori.
Verificare l'implementazione corretta dello stato focus, ad esempio al momento non presente nella variante base senza colore e con un comportamento diverso da quello in Bootstrap Italia o UI Kit Italia.

Perché

Coerenza con tutte le risorse del design system .italia.

Contesto

Verifiche di accessibilità sui componenti.

Sarà da aggiornare lo status delle verifiche nella board census alla risoluzione.

Altro

@AntoninoBonanno
Copy link
Collaborator

Per il non colore ti basta non passarlo

<button itButton>Link</button>
<button [itButton]="undefined">Link</button>

è l'equivalente di

<button type="button" class="btn">Link</button>

Per le altre varianti mi sembrano ci siano tutte.
Per la variante delle icone se inserisci un ItIconComponent all'interno del button verrà aggiunto in automatico la classe btn-icon

@astagi
Copy link
Member

astagi commented Jul 12, 2024

Grazie @Fupete @AntoninoBonanno

@astagi astagi closed this as completed Jul 12, 2024
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Design system .italia 🇮‍🇹 Jul 12, 2024
@Fupete
Copy link
Author

Fupete commented Jul 26, 2024

Ad un primo check la segnalazione rimane aperta.

Ad esempio per il focus (da tastiera...) la variante senza stile (solo link) non ha focus evidente nella documentazione.
I focus delle altre varianti non seguono quanto negli altri framework (un colore solo e non ogni variante il suo colore).

Seppur cambieremo l'approccio del focus nel design system appena possibile (doppia riga nera e bianca probabilmente per essere ancora più accessibili), intanto sarebbe bene avere un unico approccio uniforme tra tutti i tre framework Bootstrap Italia, React e Angular kit. Uniformando Angular agli atlri due.

@Fupete Fupete reopened this Jul 26, 2024
@github-project-automation github-project-automation bot moved this from ✅ Done to 📋 Backlog in Design system .italia 🇮‍🇹 Jul 26, 2024
@astagi astagi linked a pull request Oct 31, 2024 that will close this issue
5 tasks
@astagi astagi removed a link to a pull request Oct 31, 2024
5 tasks
@astagi astagi added this to the Prossimi Fix Accessibilità milestone Nov 11, 2024
@astagi astagi mentioned this issue Dec 4, 2024
5 tasks
@astagi astagi self-assigned this Dec 4, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Design system .italia 🇮‍🇹 Dec 18, 2024
@astagi
Copy link
Member

astagi commented Dec 18, 2024

Per ora ho chiuso questa issue con la PR #408 se ci sono altri problemi apriamo issue ad hoc.

Copy link
Contributor

🎉 This issue has been resolved in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

4 participants