summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/index.html
blob: 2dadc40cf1f8d12736eb360f5fb14f2bfe92188d (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype html><html><head><meta charset=utf-8>
<title>WPT conformance-checker tests</title></head>
<body>
  <h1>WPT conformance-checker tests</h1>

<p>The files in this part of the tree are not browser tests; they're
   documents intended for testing the behavior of conformance checkers
  (e.g., validator.nu and the W3C Nu Markup Validator).

  <div class=set>
  <p>TK: We should have here some details about the contents of the
     existing subdirectories in this tree...
  </div>

<p>Curious committers should see the makefile.

<style type="text/css">
html {
  background: #DDE5D9 url(data:image/gif;base64,R0lGODlhBAAEAIAAANra2v///yH5BAAAAAAALAAAAAAEAAQAAAIFTGB4xlcAOw==) repeat 0 0;
  font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
}
body {
  border: solid 1px #CED4CA;
  background-color: #FFF;
  padding: 4px 25px 4px 25px;
  margin: 20px 20% 20px 20px;
  line-height: 1.75;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
}
h2 {
  font-size: 28px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 24px;
}
h3 {
  font-size: 22px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 32px;
}
h4 {
  font-size: 20px;
  font-weight: normal;
  color: #0B5B9D;
  vertical-align: top;
  margin-bottom: 0px;
  margin-top: 22px;
}
a {
  text-decoration: none;
  color: #0B5B9D;
  padding: 2px;
}

a:hover {
  text-decoration: none;
  background-color: #0B5B9D;
  color: white;
}
a:active {
  text-decoration: none;
  background-color: white;
  color: black;
}
.set, .note {
  background-color: ivory;
  padding: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 32px;
  padding-left: 32px;
  border: 1px solid #ccc;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 6px;
}
code {
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 6px;
}
pre {
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin-right: 15%;
  margin-top: 6px;
  line-height: 1.2
}
.java-class, .java-property, .option-value {
  background-color: yellow;
  padding: 2px 6px;
}
.arg {
  color: green;
}
.links {
  text-align: center;
}
</style>