AgID / agid-forms-frontend

General purpose custom CMS to store authenticated form data (Gatsby frontend)
European Union Public License 1.2
5 stars 2 forks source link

7 - Eliminazione errore W3C: textfield non è un valore per appearance #76

Open Git30072019 opened 4 years ago

Git30072019 commented 4 years ago

Comportamento atteso

Eliminare errori W3C

Comportamento attuale

Effettuando il test W3C (https://validator.w3.org/#validate_by_input) viene segnalato l'errore: appearance - textfield is not a appearance value.

Possibili soluzioni

Eliminare appearance: textfield;

Contesto

pdavide commented 4 years ago

Il valore textfield per la proprietà appearance è in working draft ed è già supportato da diversi browser (https://developer.mozilla.org/en-US/docs/Web/CSS/appearance).

Non sembra che possa avere un impatto in termini di accessibilità.