Annotation of 2002/css-validator/validator.html.nl, revision 1.25
1.5 ot 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
1.1 plehegar 4: <head>
1.25 ! ot 5: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.5 ot 6: <title>De W3C CSS Validatie Service</title>
7: <link rev="made" href="mailto:www-validator-css@w3.org" />
1.16 ot 8: <link rev="start" href="./" title="Home pagina van de W3C CSS Validatie Service" />
1.13 ot 9: <style type="text/css" media="all">
10: @import "style/base.css";
1.18 ot 11: </style>
12: <script type="text/javascript" src="scripts/mootools.js"></script>
1.13 ot 13: <script type="text/javascript" src="scripts/w3c-validator.js"></script>
1.18 ot 14: </head>
1.1 plehegar 15:
1.5 ot 16: <body>
1.16 ot 17: <div id="banner">
18: <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
19: <a href="./"><span>CSS Validation Service</span></a></h1>
20: <p id="tagline">
21: Controleer Cascading Style Sheets (CSS) en (X)HTML documenten die gebruik maken van style sheets
22: </p>
23: </div>
24: <div id="frontforms">
25: <ul id="tabset_tabs">
26: <li><a href="#validate-by-uri" class="active">via een URI</a></li><li><a href="#validate-by-upload">via het uploaden van een bestand</a></li><li><a href="#validate-by-input">via directe invoer</a></li>
27: </ul>
28: <div id="fields">
1.5 ot 29:
1.16 ot 30: <fieldset id="validate-by-uri" class="tabset_content front">
1.18 ot 31: <legend class="tabset_label">Valideer via een URI</legend>
1.16 ot 32: <form method="get" action="validator">
33: <p class="instructions">
34: Geef de URI op van een document (HTML met CSS of alleen CSS) dat je wilt valideren :
35: </p>
36: <p>
1.18 ot 37: <label title="Adres van de pagina om de valideren" for="uri">Adres :
1.16 ot 38: <input type="text" name="uri" id="uri" size="45" />
39: </label>
40: </p>
41: <fieldset id="extra_opt_uri" class="moreoptions">
42: <legend class="toggletext" title="Weergeven/Verbergen van extra validatie opties">Meer Opties</legend>
43: <div class="options">
44: <table>
45: <tr>
46: <th id="header_profile_uri">
1.8 ot 47: <label for="profile_uri">Profiel :</label>
1.16 ot 48: </th>
49: <td headers="header_profile_uri">
1.8 ot 50: <select id="profile_uri" name="profile">
1.16 ot 51: <option value="none">Geen speciaal profiel</option>
52: <option value="css1">CSS versie 1</option>
53: <option value="css2">CSS versie 2</option>
54: <option selected="selected" value="css21">CSS versie 2.1</option>
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">Mobile</option>
60: <option value="atsc-tv">ATSC TV profiel</option>
61: <option value="tv">TV profiel</option>
1.5 ot 62: </select>
1.16 ot 63: </td>
64: <th id="header_medium_uri">
1.8 ot 65: <label for="medium_uri">Medium :</label>
1.16 ot 66: </th>
67: <td headers="header_medium_uri">
1.8 ot 68: <select id="medium_uri" name="usermedium">
1.16 ot 69: <option selected="selected" value="all">Alle</option>
70: <option value="aural">aural</option>
71: <option value="braille">braille</option>
72: <option value="embossed">embossed</option>
73: <option value="handheld">handheld</option>
74: <option value="print">print</option>
75: <option value= "projection">projection</option>
76: <option value="screen">screen</option>
77: <option value="tty">TTY</option>
78: <option value="tv">TV</option>
79: <option value="presentation">presentation</option>
80: </select>
81: </td>
82: </tr>
83: <tr>
84: <th id="header_warning_uri">
85: <label for="warning_uri">Waarschuwingen :</label>
86: </th>
87: <td
88: colspan="3"
89: headers="header_warning_uri">
90: <select id="warning_uri" name="warning">
91: <option value="2">Alle</option>
92: <option selected="selected" value="1">Normaal</option>
93: <option value="0">Meest belangrijk</option>
94: <option value="no">Geen</option>
1.5 ot 95: </select>
1.16 ot 96: </td>
97: </tr>
98: </table>
99: </div><!-- item_contents -->
100: </fieldset><!-- invisible -->
101:
102: <p class="submit_button">
103: <input type="hidden" name="lang" value="nl" />
104: <label title="Verzenden om te valideren">
105: <input type="submit" value="Controleer" />
106: </label>
107: </p>
1.5 ot 108: </form>
109: </fieldset>
110:
1.16 ot 111: <fieldset id="validate-by-upload" class="tabset_content front">
112: <legend class="tabset_label">Valideer via het uploaden van een bestand</legend>
1.5 ot 113: <form method="post" enctype="multipart/form-data" action="validator">
1.24 ot 114: <p class="instructions">Kies het document dat je wilt valideren :</p>
1.16 ot 115: <p>
1.18 ot 116: <label title="Kies een lokaal bestand dat je wilt uploaden en valideren" for="file">Lokaal CSS bestand :
1.16 ot 117: <input type="file" id="file" name="file" size="30" /></label></p>
118: <fieldset id="extra_opt_upload" class="moreoptions">
119: <legend class="toggletext" title="Weergeven/Verbergen van extra validatie opties">Meer Opties</legend>
120: <div class="options">
121: <table>
122: <tr>
123: <th id="header_profile_upload">
1.8 ot 124: <label for="profile_upload">Profiel :</label>
1.16 ot 125: </th>
126: <td headers="header_profile_upload">
1.8 ot 127: <select id="profile_upload" name="profile">
1.16 ot 128: <option value="none">Geen speciaal profiel</option>
129: <option value="css1">CSS versie 1</option>
130: <option value="css2">CSS versie 2</option>
131: <option selected="selected" value="css21">CSS versie 2.1</option>
132: <option value="css3">CSS versie 3</option>
133: <option value="svg">SVG</option>
134: <option value="svgbasic">SVG Basic</option>
135: <option value="svgtiny">SVG tiny</option>
136: <option value="mobile">Mobile</option>
137: <option value="atsc-tv">ATSC TV profiel</option>
138: <option value="tv">TV profiel</option>
1.5 ot 139: </select>
1.16 ot 140: </td>
141: <th id="header_medium_upload">
1.8 ot 142: <label for="medium_upload">Medium :</label>
1.16 ot 143: </th>
144: <td headers="header_medium_upload">
1.8 ot 145: <select id="medium_upload" name="usermedium">
1.16 ot 146: <option selected="selected" value="all">Alle</option>
147: <option value="aural">aural</option>
148: <option value="braille">braille</option>
149: <option value="embossed">embossed</option>
150: <option value="handheld">handheld</option>
151: <option value="print">print</option>
152: <option value= "projection">projection</option>
153: <option value="screen">screen</option>
154: <option value="tty">TTY</option>
155: <option value="tv">TV</option>
156: <option value="presentation">presentation</option>
157: </select>
158: </td>
159: </tr>
160: <tr>
161: <th id="header_warning_upload">
162: <label for="warning_upload">Waarschuwingen :</label>
163: </th>
164: <td
165: colspan="3"
166: headers="header_warning_upload">
167: <select id="warning_upload" name="warning">
168: <option value="2">Alle</option>
169: <option selected="selected" value="1">Normaal</option>
170: <option value="0">Meest belangrijk</option>
171: <option value="no">Geen</option>
1.5 ot 172: </select>
1.16 ot 173: </td>
174: </tr>
175: </table>
176: </div><!-- item_contents -->
177: </fieldset><!-- invisible -->
178:
179: <p class="submit_button">
180: <input type="hidden" name="lang" value="nl" />
181: <label title="Verzenden om te valideren">
182: <input type="submit" value="Controleer" />
183: </label>
184: </p>
1.5 ot 185: </form>
186: </fieldset>
187:
1.16 ot 188: <fieldset id="validate-by-input" class="tabset_content front">
189: <legend class="tabset_label">Valideer via directe invoer</legend>
190: <form action="validator" enctype="multipart/form-data" method="post">
191: <p class="instructions">Voer de CSS in die je wilt valideren :</p>
192: <p>
193: <textarea name="text" rows="12" cols="70"></textarea>
194: </p>
195: <fieldset id="extra_opt_input" class="moreoptions">
196: <legend class="toggletext" title="Weergeven/Verbergen van extra validatie opties">Meer Opties</legend>
197: <div class="options">
198: <table>
199: <tr>
200: <th id="header_profile_input">
201: <label for="profile_input">Profiel :</label>
202: </th>
203: <td headers="header_profile_input">
204: <select id="profile_input" name="profile">
205: <option value="none">Geen speciaal profiel</option>
206: <option value="css1">CSS versie 1</option>
207: <option value="css2">CSS versie 2</option>
208: <option selected="selected" value="css21">CSS versie 2.1</option>
209: <option value="css3">CSS versie 3</option>
210: <option value="svg">SVG</option>
211: <option value="svgbasic">SVG Basic</option>
212: <option value="svgtiny">SVG tiny</option>
213: <option value="mobile">Mobile</option>
214: <option value="atsc-tv">ATSC TV profiel</option>
215: <option value="tv">TV profiel</option>
1.5 ot 216: </select>
1.16 ot 217: </td>
218: <th id="header_medium_input">
219: <label for="medium_input">Medium :</label>
220: </th>
221: <td headers="header_medium_input">
222: <select id="medium_input" name="usermedium">
223: <option selected="selected" value="all">Alle</option>
224: <option value="aural">aural</option>
225: <option value="braille">braille</option>
226: <option value="embossed">embossed</option>
227: <option value="handheld">handheld</option>
228: <option value="print">print</option>
229: <option value= "projection">projection</option>
230: <option value="screen">screen</option>
231: <option value="tty">TTY</option>
232: <option value="tv">TV</option>
233: <option value="presentation">presentation</option>
1.5 ot 234: </select>
1.16 ot 235: </td>
236: </tr>
237: <tr>
238: <th id="header_type_input">
239: <label for="type_input">Type :</label>
240: </th>
241: <td headers="header_type_input">
242: <select id="type_input" name="type">
1.18 ot 243: <option selected="selected" value="none">Automatisch</option>
1.16 ot 244: <option value="html">HTML</option>
245: <option value="css">CSS</option>
246: </select>
247: </td>
248: <th id="header_warning_input">
249: <label for="warning_input">Waarschuwingen :</label>
250: </th>
251: <td
252: headers="header_warning_input">
253: <select id="warning_input" name="warning">
254: <option value="2">Alle</option>
255: <option selected="selected" value="1">Normaal</option>
256: <option value="0">Meest belangrijk</option>
257: <option value="no">Geen</option>
1.5 ot 258: </select>
1.16 ot 259: </td>
260: </tr>
261: </table>
262: </div><!-- item_contents -->
263: </fieldset><!-- invisible -->
264:
265: <p class="submit_button">
266: <input type="hidden" name="lang" value="nl" />
267: <label title="Verzenden om te valideren">
268: <input type="submit" value="Controleer" />
269: </label>
270: </p>
1.5 ot 271: </form>
272: </fieldset>
273: </div><!-- fields -->
1.16 ot 274: </div> <!-- frontforms -->
1.24 ot 275:
276: <div class="intro" id="don_program"></div>
277: <script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
278:
279:
1.16 ot 280: <div class="intro">
281: <p><strong>Opmerking</strong>: Als je een CSS style sheet wilt valideren die gebruikt wordt in een (X)HTML document, zou je die eerst moeten <a href="http://validator.w3.org/">laten controleren</a>.
282: </p>
283: </div>
284: <ul class="navbar" id="menu">
285: <li><a href="about.html" title="Over deze service">Over</a> <span class="hideme">|</span></li>
286: <li><a href="documentation.html" title="Documentatie voor de W3C CSS Validatie Service">Documentatie</a> <span class="hideme">|</span></li>
287: <li><a href="DOWNLOAD.html" title="Download de CSS validator">Download</a> <span class="hideme">|</span></li>
288: <li><a href="Email.html" title="Hoe reacties te geven over deze service">Reacties</a> <span class="hideme">|</span></li>
289: <li><a href="thanks.html" title="Credits en Erkenning">Credits</a></li>
290: </ul>
291:
292: <ul id="lang_choice">
293:
294: <li><a href="validator.html.de"
295: lang="de"
296: xml:lang="de"
297: hreflang="de"
298: rel="alternate">Deutsch</a>
299: </li>
300:
301: <li><a href="validator.html.en"
302: lang="en"
303: xml:lang="en"
304: hreflang="en"
305: rel="alternate">English</a>
306: </li>
307:
308: <li><a href="validator.html.es"
309: lang="es"
310: xml:lang="es"
311: hreflang="es"
312: rel="alternate">Español</a>
313: </li>
314:
315: <li><a href="validator.html.fr"
316: lang="fr"
317: xml:lang="fr"
318: hreflang="fr"
319: rel="alternate">Français</a>
320: </li>
321:
1.21 ot 322: <li><a href="validator.html.ko"
323: lang="ko"
324: xml:lang="ko"
325: hreflang="ko"
326: rel="alternate">한국어</a>
327: </li>
328:
1.16 ot 329: <li><a href="validator.html.it"
330: lang="it"
331: xml:lang="it"
332: hreflang="it"
333: rel="alternate">Italiano</a>
334: </li>
335:
336: <li><a href="validator.html.nl"
337: lang="nl"
338: xml:lang="nl"
339: hreflang="nl"
340: rel="alternate">Nederlands</a>
341: </li>
342:
343: <li><a href="validator.html.ja"
344: lang="ja"
345: xml:lang="ja"
346: hreflang="ja"
347: rel="alternate">日本語</a>
348: </li>
349:
350: <li><a href="validator.html.pl-PL"
351: lang="pl-PL"
352: xml:lang="pl-PL"
353: hreflang="pl-PL"
354: rel="alternate">Polski</a>
355: </li>
356:
1.21 ot 357: <li><a href="validator.html.pt-BR"
358: lang="pt-BR"
359: xml:lang="pt-BR"
360: hreflang="pt-BR"
361: rel="alternate">Português</a>
362: </li>
363:
364: <li><a href="validator.html.ru"
365: lang="ru"
366: xml:lang="ru"
367: hreflang="ru"
368: rel="alternate">Русский</a>
369: </li>
370:
371: <li><a href="validator.html.sv"
372: lang="sv"
373: xml:lang="sv"
374: hreflang="sv"
375: rel="alternate">Svenska</a>
376: </li>
377:
1.16 ot 378: <li><a href="validator.html.zh-cn"
379: lang="zh-cn"
380: xml:lang="zh-cn"
381: hreflang="zh-cn"
1.17 ot 382: rel="alternate">简体中文</a>
1.16 ot 383: </li>
384: </ul>
1.18 ot 385:
1.16 ot 386: <div id="footer">
1.5 ot 387: <p id="activity_logos">
1.18 ot 388: <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Leer meer over Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
1.5 ot 389: </p>
390: <p id="support_logo">
1.23 ot 391: <a href="http://www.w3.org/QA/Tools/Donate">
392: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
393: </a>
1.5 ot 394: </p>
395:
396: <p class="copyright">
1.22 ot 397: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
1.5 ot 398: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
399:
400: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
401: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
402: <a href="http://www.keio.ac.jp/">Keio</a>),
1.16 ot 403: All Rights Reserved.
404: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
405: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
406: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
407: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
1.5 ot 408:
1.16 ot 409: rules apply. Your interactions with this site are in accordance
410: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
1.5 ot 411: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
1.16 ot 412: statements.
1.1 plehegar 413: </p>
1.11 ot 414: </div>
1.1 plehegar 415: </body>
1.18 ot 416: </html>
Webmaster