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

4 - Eliminazione 2 errori W3C: Proprietà non esistente all: unset; #73

Open Git30072019 opened 4 years ago

Git30072019 commented 4 years ago

Comportamento atteso

Eliminare 2 errori W3C

Comportamento attuale

Effettuando il test W3C (https://validator.w3.org/#validate_by_input) vengono segnalati gli errori: Property all doesn't exist

Possibili soluzioni

Eliminare i 2 all: unset;

Contesto

pdavide commented 4 years ago

La proprietà è in Candidate Recommendation ed è supportata da molti borowser (vedi https://developer.mozilla.org/en-US/docs/Web/CSS/all).

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