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

8 - Eliminazione errore W3C: flex 1 is not a flex value #77

Open Git30072019 opened 4 years ago

Git30072019 commented 4 years ago

Comportamento atteso

Eliminare errore W3C

Comportamento attuale

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

Possibili soluzioni

Modificare il valore 1 in flex: 1 0 1;

Contesto

pdavide commented 4 years ago

Il valore flex: 1 sembra che sia un valora valido secondo w3c (vedi https://www.w3.org/TR/css-flexbox-1/#flex-property e https://developer.mozilla.org/en-US/docs/Web/CSS/flex).

Probabilmente è un errore del validator.

Git30072019 commented 4 years ago

La segnalazione del valore 1 su flex si riferisce al terzo valore indicato (flex: 1 0 1;)

pdavide commented 4 years ago

Proposta PR https://github.com/italia/bootstrap-italia/pull/430.