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

3 - Eliminazione 2 errori W3C: Valore deprecato break-word #72

Open
Git30072019 opened this issue Feb 10, 2020 · 1 comment
Open

3 - Eliminazione 2 errori W3C: Valore deprecato break-word #72

Git30072019 opened this issue Feb 10, 2020 · 1 comment

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: The value break-word is deprecated

Possibili soluzioni

Eliminare il codice di seguito commentato:

code {
font-size: 87.5%;
color: #17324d;
/word-break: break-word/
}

.text-break {
/word-break: break-word!important;/
overflow-wrap: break-word!important
}

Contesto

@pdavide
Copy link
Member

pdavide commented Feb 10, 2020

Si tratta di una regola css proveniente da una libreria importata.

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

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