Annotation of 2002/css-validator/validator.html.nl, revision 1.10
1.5 ot 1: <?xml version="1.0" encoding="utf-8"?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">
1.1 plehegar 5: <head>
1.5 ot 6: <title>De W3C CSS Validatie Service</title>
7: <link rev="made" href="mailto:www-validator-css@w3.org" />
8: <link rev="start" href="./" title="Home Pagina" />
9: <style type="text/css" media="all">@import "style/base.css";
10: </style>
11: <script type="text/javascript" src="tabtastic/addclasskillclass.js"></script>
12: <script type="text/javascript" src="tabtastic/attachevent.js"></script>
13: <script type="text/javascript" src="tabtastic/addcss.js"></script>
14: <script type="text/javascript" src="tabtastic/tabtastic.js"></script>
15: <script src="toggle.js" type="text/javascript"></script>
1.10 ! ot 16: <meta name="revision" content="$Id: validator.html.nl,v 1.9 2007/07/20 05:28:37 ot Exp $" />
1.1 plehegar 17: </head>
18:
1.5 ot 19: <body>
20: <div id="banner">
21: <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
22: <img src="images/css_validation_service.png" alt="CSS Validation Service" /></h1>
23: </div>
24: <p id="tagline">
25: Controleer Cascading Style Sheets (CSS) en (X)HTML documenten die gebruik maken van style sheets
26: </p>
27: <div id="frontforms">
28: <ul class="tabset_tabs"><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></ul>
29: <div id="fields">
30:
31: <fieldset id="validate-by-uri" class="tabset_content front"><legend class="tabset_label">Validate via een URI</legend>
32: <form method="get" action="validator">
33: <p class="instructions">
34: Geef de URI op van een document (HTML met CSS of alleen CSS) die je wilt valideren:
1.1 plehegar 35: </p>
36: <p>
1.5 ot 37: <label title="Address of page to Validate" for="uri">Adres:
38: <input type="text" name="uri" id="uri" size="45" /></label>
1.1 plehegar 39: </p>
1.8 ot 40: <fieldset id="extra_opt_uri" class="moreoptions alttoggle closed">
41: <legend class="toggletext" title="Weergeven/Verbergen van extra validatie opties">Meer Opties:</legend>
1.5 ot 42: <div>
1.8 ot 43: <label for="warning_uri">Waarschuwingen :</label>
44: <select id="warning_uri" name="warning">
1.5 ot 45: <option value="2">Alle</option>
46: <option selected="selected" value="1">Normaal</option>
47: <option value="0">Meest belangrijk</option>
48: <option value="no">Geen</option>
49: </select>
50:
1.8 ot 51: <label for="profile_uri">Profiel :</label>
52: <select id="profile_uri" name="profile">
1.5 ot 53: <option value="none">Geen speciaal profiel</option>
54: <option value="css1">CSS versie 1</option>
1.7 ot 55: <option value="css2">CSS versie 2</option>
56: <option selected="selected" value="css21">CSS versie 2.1</option>
1.5 ot 57: <option value="css3">CSS versie 3</option>
58: <option value="svg">SVG</option>
59: <option value="svgbasic">SVG Basic</option>
60: <option value="svgtiny">SVG Tiny</option>
61: <option value="mobile">mobile</option>
62: <option value="atsc-tv">ATSC TV profiel</option>
63: <option value="tv">TV profiel</option>
64: </select>
65:
1.8 ot 66: <label for="medium_uri">Medium :</label>
67: <select id="medium_uri" name="usermedium">
1.5 ot 68: <option selected="selected" value="all">alle</option>
69: <option value="aural">aural</option>
70: <option value="braille">braille</option>
71: <option value="embossed">embossed</option>
72: <option value="handheld">handheld</option>
73: <option value="print">print</option>
74: <option value= "projection">projection</option>
75: <option value="screen">screen</option>
76: <option value="tty">tty</option>
77: <option value="tv">tv</option>
78: <option value="presentation">presentation</option>
79: </select>
80: </div><!-- item_contents -->
81: </fieldset><!-- invisible -->
82: <p class="submit_button"><label title="Verzenden om te valideren"><input type="submit" value="Controleer" /></label></p>
83: </form>
84: </fieldset>
85:
86: <fieldset id="validate-by-upload" class="tabset_content front"><legend class="tabset_label">Valideer via het uploaden van een bestand</legend>
87: <form method="post" enctype="multipart/form-data" action="validator">
88: <p class="instructions">Kies het document dat je wilt valideren (alleen CSS bestanden):</p>
1.1 plehegar 89: <p>
1.5 ot 90: <label title="Kies een Lokaal Bestand dat je wilt Uploaden en Valideren" for="file">Local CSS file:
91: <input type="file" id="file" name="file" size="30" /></label></p>
1.8 ot 92: <fieldset id="extra_opt_upload" class="moreoptions alttoggle closed">
93: <legend class="toggletext" title="Weergeven/Verbergen van extra validatie opties">Meer Opties:</legend>
1.5 ot 94: <div>
1.8 ot 95: <label for="warning_upload">Waarschuwingen :</label>
96: <select id="warning_upload" name="warning">
1.5 ot 97: <option value="2">Alle</option>
98: <option selected="selected" value="1">Normaal</option>
99: <option value="0">Meest belangrijk</option>
100: <option value="no">Geen</option>
101: </select>
102:
1.8 ot 103: <label for="profile_upload">Profiel :</label>
104: <select id="profile_upload" name="profile">
1.5 ot 105: <option value="none">Geen speciaal profiel</option>
106: <option value="css1">CSS versie 1</option>
1.7 ot 107: <option value="css2">CSS versie 2</option>
108: <option selected="selected" value="css21">CSS versie 2.1</option>
1.5 ot 109: <option value="css3">CSS versie 3</option>
110: <option value="svg">SVG</option>
111: <option value="svgbasic">SVG Basic</option>
112: <option value="svgtiny">SVG Tiny</option>
113: <option value="mobile">mobile</option>
114: <option value="atsc-tv">ATSC TV profiel</option>
115: <option value="tv">TV profiel</option>
116: </select>
117:
1.8 ot 118: <label for="medium_upload">Medium :</label>
119: <select id="medium_upload" name="usermedium">
1.5 ot 120: <option selected="selected" value="all">alle</option>
121: <option value="aural">aural</option>
122: <option value="braille">braille</option>
123: <option value="embossed">embossed</option>
124: <option value="handheld">handheld</option>
125: <option value="print">print</option>
126: <option value= "projection">projection</option>
127: <option value="screen">screen</option>
128: <option value="tty">tty</option>
129: <option value="tv">tv</option>
130: <option value="presentation">presentation</option>
131: </select>
132: </div><!-- item_contents -->
133: </fieldset><!-- invisible -->
134: <p class="submit_button"><label title="Verzenden om te valideren"><input type="submit" value="Controleer" /></label></p>
135: </form>
136: </fieldset>
137:
138: <fieldset id="validate-by-input" class="tabset_content front"><legend class="tabset_label">Valideer via directe invoer</legend>
1.10 ! ot 139: <form action="validator" enctype="multipart/form-data" method="post">
1.5 ot 140: <p class="instructions">Voer de CSS in die je wilt valideren:</p>
141: <p>
142: <textarea name="text" rows="12" cols="70"></textarea>
143: <input name="usermedium" value="all" type="hidden" />
144: </p>
1.8 ot 145: <fieldset id="extra_opt_direct" class="moreoptions alttoggle closed">
146: <legend class="toggletext" title="Weergeven/Verbergen van extra validatie opties">Meer Opties:</legend>
1.5 ot 147: <div>
1.8 ot 148: <label for="warning_direct">Waarschuwingen :</label>
149: <select id="warning_direct" name="warning">
1.5 ot 150: <option value="2">Alle</option>
151: <option selected="selected" value="1">Normaal</option>
152: <option value="0">Meest belangrijk</option>
153: <option value="no">Geen</option>
154: </select>
155:
1.8 ot 156: <label for="profile_direct">Profiel :</label>
157: <select id="profile_direct" name="profile">
1.5 ot 158: <option value="none">Geen speciaal profiel</option>
159: <option value="css1">CSS versie 1</option>
1.7 ot 160: <option value="css2">CSS versie 2</option>
161: <option selected="selected" value="css21">CSS versie 2.1</option>
1.5 ot 162: <option value="css3">CSS versie 3</option>
163: <option value="svg">SVG</option>
164: <option value="svgbasic">SVG Basic</option>
165: <option value="svgtiny">SVG Tiny</option>
166: <option value="mobile">mobile</option>
167: <option value="atsc-tv">ATSC TV profiel</option>
168: <option value="tv">TV profiel</option>
169: </select>
170:
1.8 ot 171: <label for="medium_direct">Medium :</label>
172: <select id="medium_direct" name="usermedium">
1.5 ot 173: <option selected="selected" value="all">alle</option>
174: <option value="aural">aural</option>
175: <option value="braille">braille</option>
176: <option value="embossed">embossed</option>
177: <option value="handheld">handheld</option>
178: <option value="print">print</option>
179: <option value= "projection">projection</option>
180: <option value="screen">screen</option>
181: <option value="tty">tty</option>
182: <option value="tv">tv</option>
183: <option value="presentation">presentation</option>
184: </select>
185: </div><!-- item_contents -->
186: </fieldset><!-- invisible -->
187: <p class="submit_button"><label title="Verzenden om te valideren"><input type="submit" value="Controleer" /></label></p>
188: </form>
189: </fieldset>
190: </div><!-- fields -->
191: </div> <!-- frontforms -->
192: <p><strong>Opmerking</strong>: Als je een CSS style sheet wilt valideren die gebruikt wordt in een (X)HTML document,
193: zou je die eerst moeten <a href="http://validator.w3.org/">laten controleren</a>.
194: </p>
195: <ul class="navbar" id="menu">
196: <li><a href="about.html" title="Over deze service">Over</a> <span class="hideme">|</span></li>
197: <li><a href="documentation.html" title="Documentatie voor de W3C CSS Validatie Service">Documentatie</a> <span class="hideme">|</span></li>
198: <li><a href="DOWNLOAD.html" title="Download de CSS validator">Download</a> <span class="hideme">|</span></li>
199: <li><a href="Email.html" title="Hoe reacties te geven over deze service">Reacties</a> <span class="hideme">|</span></li>
200: <li><a href="thanks.html" title="Credits en Erkenning">Credits</a><span class="hideme">|</span></li>
201: </ul>
202:
1.6 ot 203: <ul id="lang_choice">
204: <li><a href="validator.html.de"
205: lang="de"
206: xml:lang="de"
207: hreflang="de"
208: rel="alternate">Deutsch</a></li>
1.5 ot 209: <li><a href="validator.html.en"
1.6 ot 210: lang="en"
211: xml:lang="en"
1.5 ot 212: hreflang="en"
213: rel="alternate">English</a> </li>
1.6 ot 214: <li><a href="validator.html.es"
215: lang="es" xml:lang="es" hreflang="es"
216: rel="alternate">Español</a></li>
1.5 ot 217: <li><a href="validator.html.fr"
218: lang="fr"
219: xml:lang="fr"
220: hreflang="fr"
221: rel="alternate">Français</a> </li>
222: <li><a href="validator.html.it"
223: lang="it"
224: xml:lang="it"
225: hreflang="it"
226: rel="alternate">Italiano</a> </li>
1.6 ot 227: <li><a href="validator.html.nl"
228: lang="nl"
229: xml:lang="nl"
230: hreflang="nl"
231: rel="alternate">Nederlands</a> </li>
1.5 ot 232: <li><a href="validator.html.ja"
233: lang="ja"
234: xml:lang="ja"
235: hreflang="ja"
236: rel="alternate">日本語</a> </li>
237: <li><a href="validator.html.pl-PL"
238: lang="pl"
239: xml:lang="pl"
240: hreflang="pl"
241: rel="alternate">Polski</a> </li>
242: <li><a href="validator.html.zh-cn"
243: lang="zh-hans"
244: xml:lang="zh-hans"
245: hreflang="zh-hans"
246: rel="alternate">中文</a></li>
247: </ul>
248:
1.1 plehegar 249:
1.5 ot 250: <p id="activity_logos">
251: <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, brengt je gratis Web kwaliteits tools en meer"><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>
252: </p>
253:
254: <p id="support_logo">
255: Steun deze tool, wordt een<br />
256: <a href="http://www.w3.org/Consortium/supporters"><img src="http://www.w3.org/Consortium/supporter-logos/csupporter.png" alt="W3C Supporter" /></a>
257: </p>
258:
259: <p class="copyright">
260:
261: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2006
262: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
263:
264: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
265: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
266: <a href="http://www.keio.ac.jp/">Keio</a>),
267: Alle Rechten Voorbehouden.
268: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">aansprakelijkheid</a>,
269: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">handelsmerk</a>,
270: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document gebruik</a>
271:
272: en de <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licentie</a>
273:
274: regels zijn van toepassing. Je interacties met deze site zijn in overeenstemming
275: met onze <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">publieke</a> en
276: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
277: verklaringen.
1.1 plehegar 278: </p>
279:
280: </body>
281: </html>
282:
Webmaster