bonjours j'ai une erreur sur mon css
Citation:
Erreur lors de l'analyse grammaticale. @font-face { font-family: 'icomoon'; src:url('fonts/icomoon.eot?afrei4'); src:url('fonts/icomoon.eot?#iefixafrei4') format('embedded-opentype'), url('fonts/icomoon.woff?afrei4') format('woff'), url('fonts/icomoon.ttf?afrei4') format('truetype'), url('fonts/icomoon.svg?afrei4#icomoon') format('svg'); font-weight: normal; font-style: normal; } a
2022 Erreur lors de l'analyse grammaticale. /********************************************************************************************************************Fin du profil*****************************************************************************************************/ }
28 La propriété -webkit-font-smoothing est une extension propriétaire inconnue a
29 La propriété -moz-osx-font-smoothing est une extension propriétaire inconnue
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26 @font-face { font-family: 'icomoon'; src:url('fonts/icomoon.eot?afrei4'); src:url('fonts/icomoon.eot?#iefixafrei4') format('embedded-opentype'), url('fonts/icomoon.woff?afrei4') format('woff'), url('fonts/icomoon.ttf?afrei4') format('truetype'), url('fonts/icomoon.svg?afrei4#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin:0px 0px 0px 0px;/* top right bottom left */ /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
et l'autre qui n'est pas trôt grave
Citation:
Result: 0 erreurs / 0 avertissements
Info: W3c Online Validation
Info: The Content-Type was “text/html”. Using the HTML parser.
Info: Using the schema for HTML with SVG 1.1, MathML 3.0, RDFa 1.1, and ITS 2.0 support.
line 54 column 30 - Info: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.
line 69 column 48 - Info: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.
je sais pour quoi ces infos
mais pour les autres bules info je voulais savoir si on pouvais les faires disparaîtreCitation:
line 54 column 30 - Info: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.
line 69 column 48 - Info: Section lacks heading. Consider using “h2”-“h6” elements to add identifying headings to all sections.
car j'ai mis ca
Code:
1
2
3
4
5
6
7
8
9
10 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="fr" class="vbulletin_html"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Document sans titre</title> <link rel="stylesheet" type="text/css" href="../../design/Basic/style.css"> </head> <body>
merci
