Bonjour,

J'obtiens deux avertissements d'accès en validant ma page Web à savoir:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
Access: [6.1.1.1]: style sheets require testing (link) (Priority 1)
Voici le code source de ma page:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 
<head>
  <title>Olivier Regnier (2009)</title>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <meta name="description" content="" />
  <meta name="keywords" content="" />
  <meta name="copyright" content="This document copyright 2007-2009 by Olivier Regnier." />
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
</head>
 
<body>
  <h1>Hello</h1>
</body>
 
</html>
On me donne un exemple que voici:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/6.1.1 - This page uses a stylesheet</title>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD">
</head>
<body>
</body>
</html>
Pourriez-vous me donner des explications complémentaires s'il vous plaît ? Avec pourquoi pas un petit exemple.

Merci d'avance