Annotation of 2002/css-validator/documentation.html.es, revision 1.17
1.1 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="es" lang="es">
4: <head>
1.14 ot 5: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1.3 ot 6: <title>Documentación del Validador de CSS del W3C</title>
7: <link rev="made" href="mailto:www-validator-css@w3.org"/>
8: <link rev="start" href="./" title="Home Page"/>
9: <style type="text/css" media="all">
1.1 ot 10: @import "style/base.css";
11: @import "style/docs.css";
12: </style>
1.17 ! ylafon 13: <meta name="revision" content="$Id: documentation.html.es,v 1.16 2009-03-25 20:13:53 ot Exp $"/>
! 14: <!-- SSI Template Version: $Id: documentation.html.es,v 1.16 2009-03-25 20:13:53 ot Exp $ -->
1.1 ot 15: </head>
16: <body>
1.5 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>Servicio de Validación de CSS</span></a></h1>
20: <p id="tagline">
21: Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
22: </p>
23: </div>
24:
1.1 ot 25: <div id="main">
26: <!-- This DIV encapsulates everything in this page - necessary for the positioning -->
27: <div class="doc">
1.3 ot 28: <h2>Índice de documentación del Validador de CSS</h2>
29: <p id="skip"/>
1.1 ot 30: <h3 id="use">Recursos para el Usuario</h3>
31: <dl>
1.3 ot 32: <dt>
33: <a href="./manual.html">Manual de Usuario</a>
34: </dt>
35: <dd>La documentación sobre cómo utilizar el validador de CSS</dd>
36: <dt>
37: <a href="about.html">Acerca de este servicio</a>
38: </dt>
39: <dd>Información sobre el Validador de CSS y respuestas a algunas preguntas generales</dd>
40: <dt>
41: <a href="http://www.websitedev.de/css/validator-faq">
42: Preguntas frecuentes del Validador CSS
43: </a>
44: </dt>
45: <dd>Respuestas a preguntas técnicas formuladas con frecuencia.</dd>
1.1 ot 46: </dl>
47: <h3 id="devel">Recursos para el Desarrollador</h3>
48: <dl>
1.3 ot 49: <dt>
50: <a href="DOWNLOAD.html">Descarga/Instalación</a>
51: </dt>
52: <dd>Cómo obtener el código fuente del validador de CSS y ejecutarlo, bien como un programa en línea de comandos o como un Servlet Web.</dd>
53: <dt>
54: <a href="README">LEEME para el desarrollador</a>
55: </dt>
56: <dd>Una vista general del código del Validador CSS</dd>
57: <dt>
58: <a href="./api.html">API del Servicio Web</a>
59: </dt>
60: <dd>Documentación de la interfaz de validación SOAP 1.2</dd>
61: <dt>
62: <a href="http://www.w3.org/Bugs/Public/buglist.cgi?bug_status=__open__;product=CSSValidator">Bugs</a>
63: </dt>
64: <dd>Incidencias conocidas en la versión actual del validador, y una interfaz para enviar nuevas incidencias o errores.
1.4 ot 65: Ver también <a href="Email.html">las instrucciones de feedback</a>.</dd>
1.1 ot 66: </dl>
67: </div>
68: </div>
69: <!-- End of "main" DIV. -->
1.3 ot 70: <ul class="navbar" id="menu">
71: <li>
72: <strong>
73: <a href="./" title="Página de inicio del Servicio de Validación de CSS del W3C">Home</a>
74: </strong>
75: <span class="hideme">|</span>
76: </li>
77: <li>
78: <a href="about.html" title="Acerca de este servicio">Acerca de</a>
79: <span class="hideme">|</span>
80: </li>
81: <li>
82: <a href="DOWNLOAD.html" title="Descarga el validador CSS">Descarga</a>
83: <span class="hideme">|</span>
84: </li>
85: <li>
86: <a href="Email.html" title="¿Cómo realizar comentarios sobre este servicio">Comentarios</a>
87: <span class="hideme">|</span>
88: </li>
89: <li>
90: <a href="thanks.html" title="Créditos y Agradecimientos">Créditos</a>
91: <span class="hideme">|</span>
92: </li>
93: </ul>
94: <ul id="lang_choice">
1.10 ot 95:
1.16 ot 96: <li><a href="documentation.html.bg"
97: lang="bg"
98: xml:lang="bg"
99: hreflang="bg"
100: rel="alternate">Български</a></li>
101: <li><a href="documentation.html.de"
1.3 ot 102: lang="de"
103: xml:lang="de"
104: hreflang="de"
1.10 ot 105: rel="alternate">Deutsch</a>
106: </li>
107:
1.11 ot 108: <li><a href="documentation.html.en"
1.3 ot 109: lang="en"
110: xml:lang="en"
1.10 ot 111: hreflang="en"
112: rel="alternate">English</a>
113: </li>
114:
1.11 ot 115: <li><a href="documentation.html.es"
1.10 ot 116: lang="es"
117: xml:lang="es"
118: hreflang="es"
119: rel="alternate">Español</a>
120: </li>
121:
1.11 ot 122: <li><a href="documentation.html.fr"
1.10 ot 123: lang="fr"
124: xml:lang="fr"
125: hreflang="fr"
126: rel="alternate">Français</a>
127: </li>
128:
1.11 ot 129: <li><a href="documentation.html.ko"
1.9 ot 130: lang="ko"
131: xml:lang="ko"
132: hreflang="ko"
1.10 ot 133: rel="alternate">한국어</a>
134: </li>
135:
1.11 ot 136: <li><a href="documentation.html.it"
1.3 ot 137: lang="it"
138: xml:lang="it"
139: hreflang="it"
1.10 ot 140: rel="alternate">Italiano</a>
141: </li>
142:
1.11 ot 143: <li><a href="documentation.html.nl"
1.3 ot 144: lang="nl"
145: xml:lang="nl"
146: hreflang="nl"
1.10 ot 147: rel="alternate">Nederlands</a>
148: </li>
149:
1.11 ot 150: <li><a href="documentation.html.ja"
1.3 ot 151: lang="ja"
152: xml:lang="ja"
153: hreflang="ja"
1.10 ot 154: rel="alternate">日本語</a>
155: </li>
156:
1.11 ot 157: <li><a href="documentation.html.pl-PL"
1.10 ot 158: lang="pl-PL"
159: xml:lang="pl-PL"
160: hreflang="pl-PL"
161: rel="alternate">Polski</a>
162: </li>
163:
1.11 ot 164: <li><a href="documentation.html.pt-BR"
1.10 ot 165: lang="pt-BR"
166: xml:lang="pt-BR"
167: hreflang="pt-BR"
168: rel="alternate">Português</a>
169: </li>
170:
1.11 ot 171: <li><a href="documentation.html.ru"
1.10 ot 172: lang="ru"
173: xml:lang="ru"
174: hreflang="ru"
175: rel="alternate">Русский</a>
176: </li>
177:
1.11 ot 178: <li><a href="documentation.html.sv"
1.10 ot 179: lang="sv"
180: xml:lang="sv"
181: hreflang="sv"
182: rel="alternate">Svenska</a>
183: </li>
184:
1.11 ot 185: <li><a href="documentation.html.zh-cn"
1.10 ot 186: lang="zh-cn"
187: xml:lang="zh-cn"
188: hreflang="zh-cn"
189: rel="alternate">简体中文</a>
190: </li>
1.3 ot 191: </ul>
192:
1.10 ot 193:
1.5 ot 194: <div id="footer">
195: <p id="activity_logos">
196:
1.3 ot 197: <a href="http://www.w3.org/QA/" title="Actividad de Garantía de Calidad del W3C, ofreciéndote herramientas Web de calidad libres y más">
198: <img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA"/>
199: </a>
200: <a href="http://www.w3.org/Style/CSS/learning" title="Aprende más sobre Hojas de Estilo en Cascada">
201: <img src="images/woolly-icon" alt="CSS"/>
202: </a>
203: </p>
204: <p id="support_logo">
1.13 ot 205: <a href="http://www.w3.org/QA/Tools/Donate">
206: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
1.3 ot 207: </a>
208: </p>
209: <p class="copyright">
1.12 ot 210: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
1.3 ot 211: <a href="http://www.w3.org/">
212: <acronym title="World Wide Web Consortium">W3C</acronym>
213: </a>®
214:
215: (<a href="http://www.csail.mit.edu/">
216: <acronym title="Massachusetts Institute of Technology">MIT</acronym>
217: </a>,
1.17 ! ylafon 218: <a href="http://www.ercim.eu/">
1.3 ot 219: <acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym>
220: </a>,
1.1 ot 221: <a href="http://www.keio.ac.jp/">Keio</a>),
222: All Rights Reserved.
223: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
224: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
225: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
226: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
227:
228: rules apply. Your interactions with this site are in accordance
229: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
230: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
231: statements.
232: </p>
1.5 ot 233: </div>
1.3 ot 234: </body>
1.1 ot 235: </html>
Webmaster