Annotation of 2002/css-validator/validator-text.html.nl, revision 1.5
1.2 plehegar 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3: <html xmlns="http://www.w3.org/1999/xhtml" lang="nl" xml:lang="nl">
1.1 plehegar 4: <head>
1.2 plehegar 5: <meta lang="fr" name="Author" content="Philippe Le Hegaret" />
6: <meta lang="nl" name="Translator" content="Sijtsche de Jong" />
1.1 plehegar 7:
8: <title>W3C CSS Validation Service</title>
1.2 plehegar 9: <link href="style/general.css" type="text/css" rel="STYLESHEET" />
10: <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
1.1 plehegar 11: </head>
12: <body>
1.2 plehegar 13: <a class="left" href="http://www.w3.org"><img
14: src="http://www.w3.org/Icons/w3c_home" border="0" alt="w3c" width="72"
15: height="48" /></a>
16: <a class="right" href="http://www.w3.org/Jigsaw/"><img
17: src="http://jigsaw.w3.org/Icons/jigpower.gif" alt="Jigsaw Powered"
18: border="0" width="94" height="52" /></a>
19: <br />
1.1 plehegar 20: <div class="t1">CSS</div>
21: <div class="t2">Validator</div>
22:
23: <h1>W3C Validatie Service voor CSS</h1>
24:
25: <p>
26: Welkom bij de W3C Validatie Service voor CSS!
27: </p>
1.2 plehegar 28: <hr />
1.1 plehegar 29: <h2>Valideer uw cascading style sheet</h2>
30:
31: <p>
32: Typ de CSS code in die u wilt laten valideren:
33: </p>
34:
35: <form action="validator" method="get">
36:
37: <textarea name="text" rows="12" cols="75">
1.2 plehegar 38: </textarea><br />
1.1 plehegar 39:
40: Waarschuwingen :
41: <select name="warning">
1.2 plehegar 42: <option selected="selected" value="2">Alle</option>
43: <option selected="selected" value="1">Normaal</option>
44: <option selected="selected" value="0">Alleen de belangrijkste</option>
1.1 plehegar 45: <option selected="selected" value="no">Geen waarschuwingen</option>
1.2 plehegar 46: </select><br />
1.1 plehegar 47: <!-- <input type="checkbox" name="error" value="no">Don't show errors -->
1.3 sijtsche 48:
49: Profiel :
50: <select name="profile">
51: <option value="none">Geen speciaal profiel</option>
52: <option value="css1">CSS versie 1</option>
53: <option selected="selected" value="css2">CSS versie 2</option>
1.5 ! ylafon 54: <option value="css21">CSS versie 2.1</option>
1.3 sijtsche 55: <option value="css3">CSS versie 3</option>
56: <option value="svg">SVG</option>
57: <option value="svgbasic">SVG basic</option>
58: <option value="svgtiny">SVG tiny</option>
59: <option value="mobile">mobiel</option>
1.4 sijtsche 60: <option value="atsc-tv">ATSC TV profiel</option>
61: <option value="tv">TV profiel</option>
62:
1.3 sijtsche 63: </select>
64:
65: Medium :
66: <select name="usermedium">
67: <option selected="selected" value="all">alle</option>
68: <option value="aural">aural</option>
69: <option value="braille">braille</option>
70: <option value="embossed">embossed</option>
71: <option value="handheld">handheld</option>
72: <option value="print">print</option>
73: <option value= "projection">projection</option>
74: <option value="screen">screen</option>
75: <option value="tty">tty</option>
76: <option value="tv">tv</option>
77: <option value="presentation">presentation</option>
78: </select><br />
79:
1.1 plehegar 80:
1.2 plehegar 81: <br />
82: <input type="submit" value="Verstuur voor validatie" />
83: <input type="reset" name="Reset" value="Wis dit formulier" />
1.1 plehegar 84:
85: </form>
1.3 sijtsche 86:
87:
1.2 plehegar 88: <br />
89: <br />
1.1 plehegar 90: <p>
91: Om alles naar behoren te laten werken is het noodzakelijk dat uw CSS
92: style sheet een correcte grammaticale opbouw heeft.
93: Dit betekent dat u <a href="http://validator.w3.org/">correct
1.3 sijtsche 94: HTML</a> dient te gebruiken.
1.1 plehegar 95: </p>
96:
1.2 plehegar 97: <hr />
98: <address><a href="Email.html">www-validator-css</a></address><br />
1.5 ! ylafon 99: $Date: 2002/08/19 07:43:26 $
1.1 plehegar 100: </body>
101: </html>
102:
103:
104:
Webmaster