Annotation of 2002/css-validator/validator-text.html.nl, revision 1.4
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>
54: <option value="css3">CSS versie 3</option>
55: <option value="svg">SVG</option>
56: <option value="svgbasic">SVG basic</option>
57: <option value="svgtiny">SVG tiny</option>
58: <option value="mobile">mobiel</option>
1.4 ! sijtsche 59: <option value="atsc-tv">ATSC TV profiel</option>
! 60: <option value="tv">TV profiel</option>
! 61:
1.3 sijtsche 62: </select>
63:
64: Medium :
65: <select name="usermedium">
66: <option selected="selected" value="all">alle</option>
67: <option value="aural">aural</option>
68: <option value="braille">braille</option>
69: <option value="embossed">embossed</option>
70: <option value="handheld">handheld</option>
71: <option value="print">print</option>
72: <option value= "projection">projection</option>
73: <option value="screen">screen</option>
74: <option value="tty">tty</option>
75: <option value="tv">tv</option>
76: <option value="presentation">presentation</option>
77: </select><br />
78:
1.1 plehegar 79:
1.2 plehegar 80: <br />
81: <input type="submit" value="Verstuur voor validatie" />
82: <input type="reset" name="Reset" value="Wis dit formulier" />
1.1 plehegar 83:
84: </form>
1.3 sijtsche 85:
86:
1.2 plehegar 87: <br />
88: <br />
1.1 plehegar 89: <p>
90: Om alles naar behoren te laten werken is het noodzakelijk dat uw CSS
91: style sheet een correcte grammaticale opbouw heeft.
92: Dit betekent dat u <a href="http://validator.w3.org/">correct
1.3 sijtsche 93: HTML</a> dient te gebruiken.
1.1 plehegar 94: </p>
95:
1.2 plehegar 96: <hr />
97: <address><a href="Email.html">www-validator-css</a></address><br />
1.4 ! sijtsche 98: $Date: 2002/07/26 08:31:14 $
1.1 plehegar 99: </body>
100: </html>
101:
102:
103:
Webmaster