Annotation of 2002/css-validator/validator.html.de, revision 1.39
1.9 ot 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1.30 ot 3: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de" dir="ltr">
1.1 plehegar 4: <head>
1.29 ot 5: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.30 ot 6: <meta http-equiv="Content-Script-Type" content="text/javascript" />
7: <meta http-equiv="Content-Style-Type" content="text/css" />
1.9 ot 8: <title>Der W3C CSS Validierungsdienst</title>
9: <link rev="made" href="mailto:www-validator-css@w3.org" />
1.20 ot 10: <link rev="start" href="./" title="Homepage des W3C CSS Validierungsdienstes" />
1.17 ot 11: <style type="text/css" media="all">
12: @import "style/base.css";
1.22 ot 13: </style>
14: <script type="text/javascript" src="scripts/mootools.js"></script>
1.17 ot 15: <script type="text/javascript" src="scripts/w3c-validator.js"></script>
1.22 ot 16: </head>
1.9 ot 17:
18: <body>
1.20 ot 19: <div id="banner">
20: <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
21: <a href="./"><span>CSS Validation Service</span></a></h1>
22: <p id="tagline">
23: Cascading Style Sheets (CSS) und (X)HTML-Dokumente mit CSS validieren
24: </p>
25: </div>
26: <div id="frontforms">
27: <ul id="tabset_tabs">
28: <li><a href="#validate-by-uri" class="active">per URI</a></li><li><a href="#validate-by-upload">per File-Upload</a></li><li><a href="#validate-by-input">per Direkteingabe</a></li>
29: </ul>
30: <div id="fields">
1.9 ot 31:
1.20 ot 32: <fieldset id="validate-by-uri" class="tabset_content front">
33: <legend class="tabset_label">Validierung per URI</legend>
34: <form method="get" action="validator">
35: <p class="instructions">
1.37 ylafon 36: Geben Sie die URI eines Dokuments ein, das Sie validieren möchten (CSS oder HTML mit CSS):
1.20 ot 37: </p>
38: <p>
1.37 ylafon 39: <label title="Adresse des zu prüfenden Dokuments" for="uri">Adresse:
1.20 ot 40: <input type="text" name="uri" id="uri" size="45" />
41: </label>
42: </p>
43: <fieldset id="extra_opt_uri" class="moreoptions">
44: <legend class="toggletext" title="Weitere Validierungsoptionen anzeigen/verbergen">Weitere Optionen</legend>
45: <div class="options">
46: <table>
47: <tr>
48: <th id="header_profile_uri">
1.37 ylafon 49: <label for="profile_uri">Profile:</label>
1.20 ot 50: </th>
51: <td headers="header_profile_uri">
1.12 ot 52: <select id="profile_uri" name="profile">
1.20 ot 53: <option value="none">Kein spezielles Profil</option>
54: <option value="css1">CSS level 1</option>
55: <option value="css2">CSS level 2</option>
56: <option selected="selected" value="css21">CSS level 2.1</option>
57: <option value="css3">CSS level 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 profil</option>
63: <option value="tv">TV profil</option>
1.9 ot 64: </select>
1.20 ot 65: </td>
66: <th id="header_medium_uri">
1.37 ylafon 67: <label for="medium_uri">Medium:</label>
1.20 ot 68: </th>
69: <td headers="header_medium_uri">
1.12 ot 70: <select id="medium_uri" name="usermedium">
1.20 ot 71: <option selected="selected" value="all">Alle</option>
72: <option value="aural">aural</option>
73: <option value="braille">braille</option>
74: <option value="embossed">embossed</option>
75: <option value="handheld">handheld</option>
76: <option value="print">print</option>
77: <option value= "projection">projection</option>
78: <option value="screen">screen</option>
79: <option value="tty">TTY</option>
80: <option value="tv">TV</option>
81: <option value="presentation">presentation</option>
1.9 ot 82: </select>
1.20 ot 83: </td>
84: </tr>
85: <tr>
86: <th id="header_warning_uri">
1.37 ylafon 87: <label for="warning_uri">Warnungen:</label>
1.20 ot 88: </th>
89: <td
1.38 ylafon 90: colspan="1"
1.20 ot 91: headers="header_warning_uri">
92: <select id="warning_uri" name="warning">
93: <option value="2">Alle</option>
94: <option selected="selected" value="1">Normal</option>
95: <option value="0">Nur die wichtigsten</option>
96: <option value="no">Keine Warnungen</option>
97: </select>
98: </td>
1.37 ylafon 99:
100: <th id="header_vext_warning_uri">
1.38 ylafon 101: <label id="vext_warning_input">Vendor Extensions:</label>
1.37 ylafon 102: </th>
103: <td headers="header_vext_warning_uri">
104: <select id="vext_warning_uri" name="vextwarning">
105: <option value="">Default</option>
106: <option value="true">Warnings</option>
107: <option value="false">Errors</option>
108: </select>
109: </td>
110:
1.20 ot 111: </tr>
112: </table>
113: </div><!-- item_contents -->
114: </fieldset><!-- invisible -->
115:
116: <p class="submit_button">
117: <input type="hidden" name="lang" value="de" />
118: <label title="Validierung starten">
119: <input type="submit" value="Prüfen" />
120: </label>
121: </p>
1.9 ot 122: </form>
123: </fieldset>
1.1 plehegar 124:
1.20 ot 125: <fieldset id="validate-by-upload" class="tabset_content front">
126: <legend class="tabset_label">Validierung per Datei-Upload</legend>
1.9 ot 127: <form method="post" enctype="multipart/form-data" action="validator">
1.37 ylafon 128: <p class="instructions">Wählen Sie eine lokale Datei, die Sie validieren möchten:</p>
1.20 ot 129: <p>
1.37 ylafon 130: <label title="Wählen Sie eine lokale Datei zum Hochladen und Validieren" for="file">Lokale CSS-Datei:
1.20 ot 131: <input type="file" id="file" name="file" size="30" /></label></p>
132: <fieldset id="extra_opt_upload" class="moreoptions">
133: <legend class="toggletext" title="Weitere Validierungsoptionen anzeigen/verbergen">Weitere Optionen</legend>
134: <div class="options">
135: <table>
136: <tr>
137: <th id="header_profile_upload">
1.37 ylafon 138: <label for="profile_upload">Profile:</label>
1.20 ot 139: </th>
140: <td headers="header_profile_upload">
1.12 ot 141: <select id="profile_upload" name="profile">
1.20 ot 142: <option value="none">Kein spezielles Profil</option>
143: <option value="css1">CSS level 1</option>
144: <option value="css2">CSS level 2</option>
145: <option selected="selected" value="css21">CSS level 2.1</option>
146: <option value="css3">CSS level 3</option>
147: <option value="svg">SVG</option>
148: <option value="svgbasic">SVG Basic</option>
149: <option value="svgtiny">SVG tiny</option>
150: <option value="mobile">Mobile</option>
151: <option value="atsc-tv">ATSC TV profil</option>
152: <option value="tv">TV profil</option>
1.9 ot 153: </select>
1.20 ot 154: </td>
155: <th id="header_medium_upload">
1.37 ylafon 156: <label for="medium_upload">Medium:</label>
1.20 ot 157: </th>
158: <td headers="header_medium_upload">
1.12 ot 159: <select id="medium_upload" name="usermedium">
1.20 ot 160: <option selected="selected" value="all">Alle</option>
161: <option value="aural">aural</option>
162: <option value="braille">braille</option>
163: <option value="embossed">embossed</option>
164: <option value="handheld">handheld</option>
165: <option value="print">print</option>
166: <option value= "projection">projection</option>
167: <option value="screen">screen</option>
168: <option value="tty">TTY</option>
169: <option value="tv">TV</option>
170: <option value="presentation">presentation</option>
1.9 ot 171: </select>
1.20 ot 172: </td>
173: </tr>
174: <tr>
175: <th id="header_warning_upload">
1.37 ylafon 176: <label for="warning_upload">Warnungen:</label>
1.20 ot 177: </th>
178: <td
1.38 ylafon 179: colspan="1"
1.20 ot 180: headers="header_warning_upload">
181: <select id="warning_upload" name="warning">
182: <option value="2">Alle</option>
183: <option selected="selected" value="1">Normal</option>
184: <option value="0">Nur die wichtigsten</option>
185: <option value="no">Keine Warnungen</option>
186: </select>
187: </td>
1.37 ylafon 188:
189: <th id="header_vext_warning_upload">
1.38 ylafon 190: <label id="vext_warning_input">Vendor Extensions:</label>
1.37 ylafon 191: </th>
192: <td headers="header_vext_warning_upload">
193: <select id="vext_warning_upload" name="vextwarning">
194: <option value="">Default</option>
195: <option value="true">Warnings</option>
196: <option value="false">Errors</option>
197: </select>
198: </td>
199:
1.20 ot 200: </tr>
201: </table>
202: </div><!-- item_contents -->
203: </fieldset><!-- invisible -->
204:
205: <p class="submit_button">
206: <input type="hidden" name="lang" value="de" />
207: <label title="Datei zum Validieren abschicken">
208: <input type="submit" value="Prüfen" />
209: </label>
210: </p>
1.9 ot 211: </form>
212: </fieldset>
1.1 plehegar 213:
1.20 ot 214: <fieldset id="validate-by-input" class="tabset_content front">
215: <legend class="tabset_label">Validierung per Direkteingabe</legend>
216: <form action="validator" enctype="multipart/form-data" method="post">
1.37 ylafon 217: <p class="instructions">Geben Sie den CSS Code ein, den Sie überprüfen möchten:</p>
1.20 ot 218: <p>
219: <textarea name="text" rows="12" cols="70"></textarea>
220: </p>
221: <fieldset id="extra_opt_input" class="moreoptions">
222: <legend class="toggletext" title="Weitere Validierungsoptionen anzeigen/verbergen">Weitere Optionen</legend>
223: <div class="options">
224: <table>
225: <tr>
226: <th id="header_profile_input">
1.37 ylafon 227: <label for="profile_input">Profile:</label>
1.20 ot 228: </th>
229: <td headers="header_profile_input">
230: <select id="profile_input" name="profile">
231: <option value="none">Kein spezielles Profil</option>
232: <option value="css1">CSS level 1</option>
233: <option value="css2">CSS level 2</option>
234: <option selected="selected" value="css21">CSS level 2.1</option>
235: <option value="css3">CSS level 3</option>
236: <option value="svg">SVG</option>
237: <option value="svgbasic">SVG Basic</option>
238: <option value="svgtiny">SVG tiny</option>
239: <option value="mobile">Mobile</option>
240: <option value="atsc-tv">ATSC TV profil</option>
241: <option value="tv">TV profil</option>
1.9 ot 242: </select>
1.20 ot 243: </td>
244: <th id="header_medium_input">
1.37 ylafon 245: <label for="medium_input">Medium:</label>
1.20 ot 246: </th>
247: <td headers="header_medium_input">
248: <select id="medium_input" name="usermedium">
249: <option selected="selected" value="all">Alle</option>
250: <option value="aural">aural</option>
251: <option value="braille">braille</option>
252: <option value="embossed">embossed</option>
253: <option value="handheld">handheld</option>
254: <option value="print">print</option>
255: <option value= "projection">projection</option>
256: <option value="screen">screen</option>
257: <option value="tty">TTY</option>
258: <option value="tv">TV</option>
259: <option value="presentation">presentation</option>
1.9 ot 260: </select>
1.20 ot 261: </td>
262: </tr>
263: <tr>
264: <th id="header_type_input">
1.37 ylafon 265: <label for="type_input">Typ:</label>
1.20 ot 266: </th>
267: <td headers="header_type_input">
268: <select id="type_input" name="type">
1.22 ot 269: <option selected="selected" value="none">Automatisch</option>
1.20 ot 270: <option value="html">HTML</option>
271: <option value="css">CSS</option>
272: </select>
273: </td>
274: <th id="header_warning_input">
1.37 ylafon 275: <label for="warning_input">Warnungen:</label>
1.20 ot 276: </th>
277: <td
278: headers="header_warning_input">
279: <select id="warning_input" name="warning">
280: <option value="2">Alle</option>
281: <option selected="selected" value="1">Normal</option>
282: <option value="0">Nur die wichtigsten</option>
283: <option value="no">Keine Warnungen</option>
1.9 ot 284: </select>
1.20 ot 285: </td>
1.37 ylafon 286:
287: <th id="header_vext_warning_input">
1.38 ylafon 288: <label id="vext_warning_input">Vendor Extensions:</label>
1.37 ylafon 289: </th>
290: <td headers="header_vext_warning_input">
291: <select id="vext_warning_input" name="vextwarning">
292: <option value="">Default</option>
293: <option value="true">Warnings</option>
294: <option value="false">Errors</option>
295: </select>
296: </td>
297:
1.20 ot 298: </tr>
299: </table>
300: </div><!-- item_contents -->
301: </fieldset><!-- invisible -->
302:
303: <p class="submit_button">
304: <input type="hidden" name="lang" value="de" />
305: <label title="Code validieren">
306: <input type="submit" value="Prüfen" />
307: </label>
308: </p>
1.9 ot 309: </form>
310: </fieldset>
311: </div><!-- fields -->
1.20 ot 312: </div> <!-- frontforms -->
1.28 ot 313:
314: <div class="intro" id="don_program"></div>
315: <script type="text/javascript" src="http://www.w3.org/QA/Tools/don_prog.js"></script>
316:
317:
1.20 ot 318: <div class="intro">
319: <p><strong>Achtung</strong>: Wenn Sie CSS-Code in einem (X)HTML-Dokument validieren möchten, sollten Sie zunächst <a href="http://validator.w3.org/">prüfen, ob das (X)HTML-Dokument valide ist</a>.
320: </p>
321: </div>
322: <ul class="navbar" id="menu">
323: <li><a href="about.html" title="Über den Dienst">About</a> <span class="hideme">|</span></li>
324: <li><a href="documentation.html" title="Dokumentation zum W3C CSS Validation Service">Documentation</a> <span class="hideme">|</span></li>
325: <li><a href="DOWNLOAD.html" title="Den CSS Validator herunterladen und installieren">Download</a> <span class="hideme">|</span></li>
326: <li><a href="Email.html" title="Wie Sie Feedback zu diesem Service geben können">Feedback</a> <span class="hideme">|</span></li>
327: <li><a href="thanks.html" title="Referenzen und Danksagungen">Credits</a></li>
328: </ul>
329:
330: <ul id="lang_choice">
331:
332: <li><a href="validator.html.de"
333: lang="de"
334: xml:lang="de"
335: hreflang="de"
336: rel="alternate">Deutsch</a>
337: </li>
338:
339: <li><a href="validator.html.en"
340: lang="en"
341: xml:lang="en"
342: hreflang="en"
343: rel="alternate">English</a>
344: </li>
345:
346: <li><a href="validator.html.es"
347: lang="es"
348: xml:lang="es"
349: hreflang="es"
350: rel="alternate">Español</a>
351: </li>
352:
353: <li><a href="validator.html.fr"
354: lang="fr"
355: xml:lang="fr"
356: hreflang="fr"
357: rel="alternate">Français</a>
358: </li>
359:
1.25 ot 360: <li><a href="validator.html.ko"
361: lang="ko"
362: xml:lang="ko"
363: hreflang="ko"
364: rel="alternate">한국어</a>
365: </li>
366:
1.20 ot 367: <li><a href="validator.html.it"
368: lang="it"
369: xml:lang="it"
370: hreflang="it"
371: rel="alternate">Italiano</a>
372: </li>
373:
374: <li><a href="validator.html.nl"
375: lang="nl"
376: xml:lang="nl"
377: hreflang="nl"
378: rel="alternate">Nederlands</a>
379: </li>
380:
381: <li><a href="validator.html.ja"
382: lang="ja"
383: xml:lang="ja"
384: hreflang="ja"
385: rel="alternate">日本語</a>
386: </li>
387:
388: <li><a href="validator.html.pl-PL"
389: lang="pl-PL"
390: xml:lang="pl-PL"
391: hreflang="pl-PL"
392: rel="alternate">Polski</a>
393: </li>
394:
1.25 ot 395: <li><a href="validator.html.pt-BR"
396: lang="pt-BR"
397: xml:lang="pt-BR"
398: hreflang="pt-BR"
399: rel="alternate">Português</a>
400: </li>
401:
402: <li><a href="validator.html.ru"
403: lang="ru"
404: xml:lang="ru"
405: hreflang="ru"
406: rel="alternate">Русский</a>
407: </li>
408:
1.31 ylafon 409: <li><a href="validator.html.fa"
410: lang="fa"
411: xml:lang="fa"
412: hreflang="fa"
1.33 ylafon 413: rel="alternate">فارسی</a>
1.31 ylafon 414: </li>
415:
1.25 ot 416: <li><a href="validator.html.sv"
417: lang="sv"
418: xml:lang="sv"
419: hreflang="sv"
420: rel="alternate">Svenska</a>
421: </li>
422:
1.30 ot 423: <li><a href="validator.html.bg"
424: lang="bg"
425: xml:lang="bg"
426: hreflang="bg"
427: rel="alternate">Български</a>
428: </li>
429:
1.33 ylafon 430: <li><a href="validator.html.uk"
431: lang="uk"
432: xml:lang="uk"
433: hreflang="uk"
434: rel="alternate">Українська</a>
435: </li>
436:
437: <li><a href="validator.html.cs"
438: lang="cs"
439: xml:lang="cs"
440: hreflang="cs"
441: rel="alternate">Čeština</a>
442: </li>
443:
444: <li><a href="validator.html.ro"
445: lang="ro"
446: xml:lang="ro"
447: hreflang="ro"
448: rel="alternate">Romanian</a>
449: </li>
450:
1.35 ylafon 451: <li><a href="validator.html.hu"
452: lang="hu"
453: xml:lang="hu"
454: hreflang="hu"
455: rel="alternate">Magyar</a>
456: </li>
457:
1.36 ylafon 458: <li><a href="validator.html.el"
459: lang="el"
460: xml:lang="el"
461: hreflang="el"
462: rel="alternate">Ελληνικά</a>
463: </li>
464:
1.39 ! ylafon 465: <li><a href="validator.html.hi"
! 466: lang="hi"
! 467: xml:lang="hi"
! 468: hreflang="hi"
! 469: rel="alternate">अंग्रेजी</a>
! 470: </li>
! 471:
1.20 ot 472: <li><a href="validator.html.zh-cn"
473: lang="zh-cn"
474: xml:lang="zh-cn"
475: hreflang="zh-cn"
1.21 ot 476: rel="alternate">简体中文</a>
1.20 ot 477: </li>
478: </ul>
1.22 ot 479:
1.20 ot 480: <div id="footer">
1.9 ot 481: <p id="activity_logos">
1.20 ot 482: <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="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
1.9 ot 483: </p>
484: <p id="support_logo">
1.27 ot 485: <a href="http://www.w3.org/QA/Tools/Donate">
486: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
487: </a>
1.9 ot 488: </p>
489:
490: <p class="copyright">
1.26 ot 491: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
1.9 ot 492: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
493:
494: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
1.34 ylafon 495: <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
1.9 ot 496: <a href="http://www.keio.ac.jp/">Keio</a>),
497: All Rights Reserved.
498: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
499: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
500: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
501: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
1.1 plehegar 502:
1.9 ot 503: rules apply. Your interactions with this site are in accordance
504: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
505: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
506: statements.
1.1 plehegar 507: </p>
1.15 ot 508: </div>
1.1 plehegar 509: </body>
1.34 ylafon 510: </html>
Webmaster