Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

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

Open
Git30072019 opened this issue Feb 10, 2020 · 3 comments
Open

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

Git30072019 opened this issue Feb 10, 2020 · 3 comments

Comments

@Git30072019
Copy link

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
Copy link
Member

pdavide commented Feb 10, 2020

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
Copy link
Author

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

@pdavide
Copy link
Member

pdavide commented Feb 11, 2020

Proposta PR italia/bootstrap-italia#430.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants