- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Mar 2007 04:40:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css In directory hutz:/tmp/cvs-serv29714/org/w3c/css/css Modified Files: CssValidator.java StyleSheetCom.java StyleSheetGeneratorHTML2.java xhtml.properties.de xhtml.properties.en xhtml.properties.es xhtml.properties.fr xhtml.properties.it xhtml.properties.ja xhtml.properties.nl xhtml.properties.pl-PL xhtml.properties.zh-cn Log Message: trying without the toggle in results Index: StyleSheetCom.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/StyleSheetCom.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- StyleSheetCom.java 26 Apr 2006 12:44:14 -0000 1.15 +++ StyleSheetCom.java 9 Mar 2007 04:40:02 -0000 1.16 @@ -202,10 +202,10 @@ style.ac.setCssVersion(style.cssversion); if (style.profile != null) { style.ac.setProfile(style.profile); - style.ac.setCssVersion("css2"); + style.ac.setCssVersion("css21"); } if (style.cssversion == null && style.ac.getCssVersion() == null) { - style.ac.setCssVersion("css2"); + style.ac.setCssVersion("css21"); } } catch (Exception e) { /* System.out.println( "Usage: validator " + Index: CssValidator.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/CssValidator.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- CssValidator.java 15 Dec 2006 02:22:12 -0000 1.3 +++ CssValidator.java 9 Mar 2007 04:40:02 -0000 1.4 @@ -47,7 +47,7 @@ * * Creates a new instance of CssValidator with the following default values: * <ul> - * <li>profile = css2</li> + * <li>profile = css21</li> * <li>medium = all</li> * <li>output = text</li> * <li>lang = en</li> @@ -57,7 +57,7 @@ */ public CssValidator() { params = new Hashtable(); - params.put("profile", "css2"); + params.put("profile", "css21"); params.put("medium", "all"); params.put("output", "text"); params.put("lang", "en"); @@ -86,7 +86,7 @@ System.out.println("\t-profile PROFILE, --profile=PROFILE"); System.out.println("\t\tChecks the Stylesheet against PROFILE"); System.out.println("\t\tPossible values for PROFILE are css1, " + - "css2 (default), css21, css3, svg, svgbasic, svgtiny, " + + "css2, css21 (default), css3, svg, svgbasic, svgtiny, " + "atsc-tv, mobile, tv"); System.out.println("\t-medium MEDIUM, --medium=MEDIUM"); System.out.println("\t\tChecks the Stylesheet using the medium MEDIUM"); Index: xhtml.properties.fr =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.fr,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- xhtml.properties.fr 15 Jan 2007 01:38:41 -0000 1.15 +++ xhtml.properties.fr 9 Mar 2007 04:40:02 -0000 1.16 @@ -1,21 +1,25 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">Vers les erreurs</a></li> -go-warnings: <li><a href="#warnings">Vers les avertissements</a></li> -go-rules: <li><a href="#css">Vers votre feuille de style CSS validée</a></li> +go-errors: <li><a href="#errors">Erreurs (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">Avertissements (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">Votre CSS validée</a></li> no-error-or-warning: <div><h2>Aucune erreur ou avertissement (<!-- #ignored-warnings-count --> ignorés)</h2></div> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> +navbar: <ul class="navbar" id="jumpbar"><li><strong>Accès Direct:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'>\n\ -<h2>Félicitations</h2>\n\ +<h3>Félicitations</h3>\n\ <p>\ <img class='right' src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />\ Ce document est valide conformément à la recommandation <a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a>! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ Pour montrer à vos lecteurs votre souci d'interopérabilité lors de la \ création de cette page Web, vous pouvez afficher cette icône sur toutes les \ @@ -43,8 +47,7 @@ \ \ ou http://jigsaw.w3.org/css-validator/check/referer (uniquement avec des documents HTML/XML)\n\ \n\ (Vous pouvez aussi l'ajouter directement à vos signets.)</pre>\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <h2>Aucune feuille de style trouvée</h2> not-css1-style: /* ATTENTION! Ce n'est pas une propriété CSS1! */ @@ -69,13 +72,13 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\n\ -<h2 class="toggletext">Votre feuille de style CSS validée :</h2> \ +<div id="css" class="alt closed">\n\ +<h3>Votre feuille de style CSS validée :</h3> \ <div class='vAtRule'> \ <!-- #charset-rule --> \ <!-- #rule --> \ </div> \ -</div> +</div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -84,17 +87,17 @@ errors : \ <div id="errors">\ -<h2>Erreurs</h2>\n\ +<h3>Erreurs</h3>\n\ <!-- #error -->\n\ -</div> +</div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed">\n\ -<h2 class="toggletext">Avertissements (<!-- #warnings-count -->)</h2> \n\ +<div id="warnings" class="alt closed">\n\ +<h3>Avertissements (<!-- #warnings-count -->)</h3> \n\ <!-- #warning -->\n\ -</div> +</div><!-- #backtop --> warning: @@ -109,7 +112,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: xhtml.properties.pl-PL =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.pl-PL,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- xhtml.properties.pl-PL 15 Jan 2007 01:38:41 -0000 1.10 +++ xhtml.properties.pl-PL 9 Mar 2007 04:40:02 -0000 1.11 @@ -1,22 +1,27 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">zobacz błędy</a></li> -go-warnings: <li><a href="#warnings">zobacz ostrzeżenia</a></li> -go-rules: <li><a href="#css">zobacz swój arkusz stylu</a></li> +go-errors: <li><a href="#errors">błędy (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">ostrzeżenia (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">swój arkusz stylu</a></li> no-error-or-warning: <hr /><h2>brak błędów i ostrzeżeń</h2> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> + +navbar: <ul class="navbar" id="jumpbar"><li><strong>zobacz:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'>\n\ -<h2>Gratulacje!</h2>\n\ +<h3>Gratulacje!</h3>\n\ <p>\ <a style="float: right" href="http://jigsaw.w3.org/css-validator/">\n\ <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>\ Dokument ten jest poprawnie napisanym arkuszem <a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a>! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ Aby pokazać czytelnikom swojej strony, że stworzyłeś stronę interoperacyjną \ , możesz umieścić ikonę na każdej stronie, która pomyślnie przeszła walidację. Oto kod HTML\ @@ -43,8 +48,7 @@ \ \ \ or http://jigsaw.w3.org/css-validator/check/referer (jedynie dla dokumentów HTML/XML)\n\ </pre>\n\ <p>(lub możesz dodać stronę do Ulubionych.)</p>\n\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <div><h2>Nie znaleziono arkusza stylów</h2></div> not-css1-style: /* UWAGA ! To nie jest właściwością CSS1! */ @@ -69,13 +73,13 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\n\ -<h2 class="toggletext">Informacje na temat poprawnego CSS</h2> \n\ +<div id="css">\n\ +<h3>Informacje na temat poprawnego CSS</h3> \n\ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ </div>\n\ -</div> +</div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -84,17 +88,17 @@ errors : \ <div id="errors">\n\ -<h2>Błędy</h2>\n\ +<h3>Błędy</h3>\n\ <!-- #error -->\n\ -</div> +</div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed">\n\ -<h2 class="toggletext">Ostrzeżenia (<!-- #warnings-count -->)</h2> \n\ +<div id="warnings" class="alt closed">\n\ +<h3>Ostrzeżenia (<!-- #warnings-count -->)</h3> \n\ <!-- #warning -->\n\ -</div> +</div><!-- #backtop --> warning: @@ -109,7 +113,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: xhtml.properties.es =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.es,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- xhtml.properties.es 15 Jan 2007 01:38:41 -0000 1.9 +++ xhtml.properties.es 9 Mar 2007 04:40:02 -0000 1.10 @@ -1,22 +1,26 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">Ir a los Errores</a></li> -go-warnings: <li><a href="#warnings">Ir a las Advertencias</a></li> -go-rules: <li><a href="#css">Ir a su Hoja de Estilo validada</a></li> +go-errors: <li><a href="#errors">los Errores (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">las Advertencias (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">su Hoja de Estilo validada</a></li> no-error-or-warning: <hr /><h2>No hay errores ni advertencias</h2> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> +navbar: <ul class="navbar" id="jumpbar"><li><strong>Ir a:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'>\n\ -<h2>¡Enhorabuena!</h2>\n\ +<h3>¡Enhorabuena!</h3>\n\ <p>\ <a style="float: right" href="http://jigsaw.w3.org/css-validator/">\n\ <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="¡CSS Válido!" /></a>\ ¡Este documento es <a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a> válido! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ Puede mostrar este icono en cualquier página que valide para que los usuarios vean \ que se ha preocupado por crear una página Web interoperable. A continuación \ @@ -43,8 +47,7 @@ \ \ \ o http://jigsaw.w3.org/css-validator/check/referer (para documentos HTML/XML únicamente)\n\ </pre>\n\ <p>(O, simplemente, puede añadir la página actual a su lista de marcadores o favoritos.)</p>\n\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <div><h2>No se ha encontrado ninguna hoja de estilo</h2></div> not-css1-style: /* ¡ TENGA CUIDADO ! ¡ Esta propiedad no está incluida en CSS1 ! */ @@ -69,13 +72,13 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\n\ -<h2 class="toggletext">Información de CSS válida</h2> \n\ +<div id="css" class="alt closed">\n\ +<h3>Información de CSS válida</h3> \n\ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ </div>\n\ -</div> +</div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -84,17 +87,17 @@ errors : \ <div id="errors">\n\ -<h2>Errores</h2>\n\ +<h3>Errores</h3>\n\ <!-- #error -->\n\ -</div> +</div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed">\n\ -<h2 class="toggletext">Advertencias (<!-- #warnings-count -->)</h2> \n\ +<div id="warnings" class="alt closed">\n\ +<h3>Advertencias (<!-- #warnings-count -->)</h3> \n\ <!-- #warning -->\n\ -</div> +</div><!-- #backtop --> warning: @@ -109,7 +112,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: xhtml.properties.it =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.it,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- xhtml.properties.it 15 Jan 2007 01:38:41 -0000 1.12 +++ xhtml.properties.it 9 Mar 2007 04:40:02 -0000 1.13 @@ -1,22 +1,26 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">Passa agli errori</a></li> -go-warnings: <li><a href="#warnings">Passa agli avvisi</a></li> -go-rules: <li><a href="#css">Passa al Foglio di Stile a Cascata (<acronym xml:lang="en" lang="en" title="Cascade Style Sheet">CSS</acronym>) validato</a></li> +go-errors: <li><a href="#errors"> Errori (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">Avvisi (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">Foglio <acronym xml:lang="en" lang="en" title="Cascade Style Sheet">CSS</acronym> validato</a></li> no-error-or-warning: <hr /><h2>Non sono stati identificati errori o avvisi</h2> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> +navbar: <ul class="navbar" id="jumpbar"><li><strong>Passa a:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'>\n\ -<h2>Congratulazioni!</h2>\n\ +<h3>Congratulazioni!</h3>\n\ <p>\ <a style="float: right" href="http://jigsaw.w3.org/css-validator/">\n\ <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="CSS! Valido" /></a>\ Questo documento è valido rispetto alla specifica <a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a>! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">Maggiori Informazioni</p>\ <p> \ Per rendere visibile ai tuoi lettori che hai curato lo sviluppo per creare una pagina Web \ interoperabile, puoi pubblicare questa icona in qualsiasi pagina che rispetta la validazione. \ @@ -44,8 +48,7 @@ \ \ \ or http://jigsaw.w3.org/css-validator/check/referer (solo per documenti HTML/XML)\n\ </pre>\n\ <p>(Oppure puoi solamente aggiungere la pagina corrente ai tuoi collegamenti preferiti.)</p>\n\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <div><h2>Non è stato individuato alcun foglio di stile</h2></div> not-css1-style: /* BE CAREFUL ! This is not a CSS1 property ! */ @@ -70,13 +73,13 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\n\ -<h2 class="toggletext">Informazioni valide per il Foglio di stile (CSS)</h2> \n\ +<div id="css" class="alt closed">\n\ +<h3>Informazioni valide per il Foglio di stile (CSS)</h3> \n\ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ </div>\n\ -</div> +</div><!-- #backtop --> charset-rule: \ <li class='vCharset'>@charset <!-- #charset -->;</li> @@ -85,17 +88,17 @@ errors : \ <div id="errors">\n\ -<h2>Errori</h2>\n\ +<h3>Errori</h3>\n\ <!-- #error -->\n\ -</div> +</div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed">\n\ -<h2 class="toggletext">Avvisi (<!-- #warnings-count -->)</h2> \n\ +<div id="warnings" class="alt closed">\n\ +<h3>Avvisi (<!-- #warnings-count -->)</h3> \n\ <!-- #warning -->\n\ -</div> +</div><!-- #backtop --> warning: @@ -110,7 +113,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: xhtml.properties.en =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.en,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- xhtml.properties.en 15 Jan 2007 01:38:41 -0000 1.18 +++ xhtml.properties.en 9 Mar 2007 04:40:02 -0000 1.19 @@ -1,22 +1,28 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">Go to Errors</a></li> -go-warnings: <li><a href="#warnings">Go to Warnings</a></li> -go-rules: <li><a href="#css">Go to your validated Cascading Style Sheet</a></li> -no-error-or-warning: <hr /><h2>No error or warning found</h2> +go-errors: <li><a href="#errors">Errors (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">Warnings (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">Validated CSS</a> </li> +no-error-or-warning: <!-- --> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> + +navbar: <ul class="navbar" id="jumpbar"><li><strong>Jump To:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ + no-errors: \ <div id='congrats'>\n\ -<h2>Congratulations! No Error Found.</h2>\n\ +<h3>Congratulations! No Error Found.</h3>\n\ <p>\ <a style="float: right" href="http://jigsaw.w3.org/css-validator/">\n\ <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>\ This document validates as <a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a>! \ </p>\ -<div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ To show your readers that you've taken the care to create an interoperable Web \ page, you may display this icon on any page that validates. Here is the XHTML \ @@ -43,8 +49,7 @@ \ \ \ or http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)\n\ </pre>\n\ <p>(Or, you can just add the current page to your bookmarks or hotlist.)</p>\n\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <div><h2>No style sheet found</h2></div> not-css1-style: /* BE CAREFUL ! This is not a CSS1 property ! */ @@ -69,13 +74,13 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\n\ -<h2 class="toggletext">Valid CSS information</h2> \n\ +<div id="css">\n\ +<h3>Valid CSS information</h3> \n\ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ </div>\n\ -</div> +</div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -84,17 +89,17 @@ errors : \ <div id="errors">\n\ -<h2>Sorry! We found the following errors</h2>\n\ +<h3>Sorry! We found the following errors</h3>\n\ <!-- #error -->\n\ -</div> +</div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed">\n\ -<h2 class="toggletext">Warnings (<!-- #warnings-count -->)</h2> \n\ +<div id="warnings">\n\ +<h3>Warnings (<!-- #warnings-count -->)</h3> \n\ <!-- #warning -->\n\ -</div> +</div><!-- #backtop --> warning: @@ -110,17 +115,16 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ <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>\n\ <a href="./"><img src="images/css_validation_service.png" alt="CSS Validation Service" /></a></h1>\n\ </div>\n\ -\n\ +<p id="tagline"></p>\n\ +<!-- #navbar -->\n\ <h2>W3C CSS Validator Results for \ <a href="<!-- #file-title -->"><!-- #file-title --></a></h2> \n\ -<!-- #no-error-or-warning -->\n\ <!-- #no-errors -->\n\ <!-- #hook-html-validator -->\n\ <!-- #errors -->\n\ Index: xhtml.properties.ja =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.ja,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- xhtml.properties.ja 15 Jan 2007 01:38:41 -0000 1.13 +++ xhtml.properties.ja 9 Mar 2007 04:40:02 -0000 1.14 @@ -1,21 +1,26 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">エラーの表示</a></li> -go-warnings: <li><a href="#warnings">警告の表示</a></li> -go-rules: <li><a href="#css">入力されたカスケーディングスタイルシート(CSS)の表示</a></li> +go-errors: <li><a href="#errors">エラー (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">警告 (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">入力されたCSS</a></li> no-error-or-warning: <div><h2>エラー及び警告は見つかりませんでした。</h2></div> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> + +navbar: <ul class="navbar" id="jumpbar"><li><strong>表示:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'> \ -<h2>おめでとうございます!</h2>\ +<h3>おめでとうございます!</h3>\ <p>\ <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!">\ おめでとうございます! この文書は正当な<a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a>として検証できました! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ あなたがこのWebページを作るにあたって、\ 高度な相互運用性<span lang="en">(Interoperability)</span>\ @@ -46,8 +51,7 @@ \n\ (もちろん、このページをブックマークやホットリストに追加したのでもよいでしょう。)\ </pre>\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <div><h2>スタイルシートが見つかりませんでした。</h2></div> not-css1-style: /* 注意して下さい ! このプロパティはCSS1用ではありません ! */ @@ -72,12 +76,12 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\n\ -<h2 class="toggletext">検証したスタイルシートを以下に示します</h2> \ +<div id="css" class="alt closed">\n\ +<h3>検証したスタイルシートを以下に示します</h3> \ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ -</div></div> +</div></div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -86,15 +90,15 @@ errors : \ <div id="errors">\ -<h2>エラー</h2>\n\ -<!-- #error --></div>\n +<h3>エラー</h3>\n\ +<!-- #error --></div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed"> \ -<h2 class="toggletext">警告 (<!-- #warnings-count -->)</h2> \n\ -<!-- #warning --></div>\n +<div id="warnings" class="alt closed"> \ +<h3>警告 (<!-- #warnings-count -->)</h3> \n\ +<!-- #warning --></div><!-- #backtop --> warning: @@ -109,7 +113,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: xhtml.properties.nl =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.nl,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- xhtml.properties.nl 15 Jan 2007 01:38:41 -0000 1.13 +++ xhtml.properties.nl 9 Mar 2007 04:40:02 -0000 1.14 @@ -1,21 +1,26 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">Ga naar Fouten</a></li> -go-warnings: <li><a href="#warnings">Ga naar Waarschuwingen</a></li> -go-rules: <li><a href="#css">Ga naar uw gevalideerde Cascading Style Sheet</a></li> +go-errors: <li><a href="#errors">Fouten (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">Waarschuwingen (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">Uw gevalideerde CSS</a></li> no-error-or-warning: <div><h2>Geen fout of waarschuwing gevonden</h2></div> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> + +navbar: <ul class="navbar" id="jumpbar"><li><strong>Ga naar:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'> \ -<h2>Gefeliciteerd!</h2>\ +<h3>Gefeliciteerd!</h3>\ <p>\ <img class='right' src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Correct CSS!">\ Dit document is gevalideerd als <a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a>! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ Om uw lezers te laten zien dat u de moeite heeft genomen om een interoperabele webpagina te maken, \ kunt u dit pictogram op elke gevalideerde pagina plaatsen. Hier is de HTML code \ @@ -41,8 +46,7 @@ \ \ \ of http://jigsaw.w3.org/css-validator/check/referer (alleen voor HTML documenten)\n\ </pre>\n\ <p>(Of u kunt de huidige pagina toevoegen aan uw bookmarks of hotlist.)</p>\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <H2>Geen style sheet gevonden</H2> not-css1-style: /* VOORZICHTIG ! Dit is geen CSS1 eigenschap ! */ @@ -67,12 +71,12 @@ # - property-name, property-value, important-style en niet-css1-style entiteiten in de entiteit declaratie rules: \ -<div id="css" class="alttoggle closed">\ -<h2 class="toggletext">Uw gevalideerde Cascading Style Sheet :</h2> \ +<div id="css" class="alt closed">\ +<h3>Uw gevalideerde Cascading Style Sheet :</h3> \ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ -</div></div> +</div></div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -81,15 +85,15 @@ errors : \ <div id="errors">\ -<h2>Fouten</h2>\n\ -<!-- #error --></div>\n +<h3>Fouten</h3>\n\ +<!-- #error --></div><!-- #backtop --> # Hoe waarschuwingen te melden warnings: \ -<div id="warnings" class="alttoggle closed"> \ -<h2 class="toggletext">Waarschuwingen (<!-- #warnings-count -->) :</h2> \n\ -<!-- #warning --></div>\n +<div id="warnings" class="alt closed"> \ +<h3>Waarschuwingen (<!-- #warnings-count -->) :</h3> \n\ +<!-- #warning --></div><!-- #backtop --> warning: @@ -104,7 +108,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: xhtml.properties.de =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.de,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- xhtml.properties.de 15 Jan 2007 01:38:41 -0000 1.14 +++ xhtml.properties.de 9 Mar 2007 04:40:02 -0000 1.15 @@ -1,21 +1,26 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">Zu den Fehlern</a></li> -go-warnings: <li><a href="#warnings">Zu den Warnungen</a></li> -go-rules: <li><a href="#css">Zu Ihrem validierten Cascading Style Sheet</a></li> +go-errors: <li><a href="#errors">Fehlern (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">Warnungen (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css"> Ihrem validierten Cascading Style Sheet</a></li> no-error-or-warning: <div><h2>Keine Fehler oder Warnungen gefunden</h2></div> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> + +navbar: <ul class="navbar" id="jumpbar"><li><strong>Zu:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'> \ -<h2>Gratulation</h2>\n\ +<h3>Gratulation</h3>\n\ <p>\ <img class='right' src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />\ Dieses Dokument wurde als <a\ \ href="http://www.w3.org/TR/REC-CSS2/">CSS</a> validiert! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ Sie können dieses Icon auf jeder validierten Seite darstellen, um zu zeigen, \ daß Sie sich die Mühe gemacht haben interoperable Web-Seiten zu erstellen. \ @@ -42,8 +47,7 @@ \ \ \ or http://jigsaw.w3.org/css-validator/check/referer (nur für HTML/XML-Dokumente)\n\ </pre>\n\ <p>(Sie können die aktuelle Seite auch einfach in Ihre Bookmarks aufnehmen.)</p>\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <div><h2>Kein Stylesheet gefunden</h2></div> not-css1-style: /* Vorsicht: Dies ist keine CSS1-Eigenschaft! */ @@ -68,12 +72,12 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\n\ -<h2 class="toggletext">Ihr validiertes Cascading Style Sheet:</h2> \ +<div id="css" class="alt closed">\n\ +<h3>Ihr validiertes Cascading Style Sheet:</h3> \ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ -</div></div> +</div></div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -82,17 +86,17 @@ errors : \ <div id="errors">\ -<h2>Fehler</h2>\n\ +<h3>Fehler</h3>\n\ <!-- #error -->\n\ -</div> +</div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed"> \ -<h2 class="toggletext">Warnungen (<!-- #warnings-count -->)</h2> \n\ +<div id="warnings" class="alt closed"> \ +<h3>Warnungen (<!-- #warnings-count -->)</h3> \n\ <!-- #warning -->\n\ -</div> +</div><!-- #backtop --> warning: @@ -107,7 +111,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: xhtml.properties.zh-cn =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties.zh-cn,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- xhtml.properties.zh-cn 15 Jan 2007 01:38:41 -0000 1.13 +++ xhtml.properties.zh-cn 9 Mar 2007 04:40:02 -0000 1.14 @@ -1,21 +1,26 @@ # used by StyleSheet2HTML # entites used by the HTML generator -go-errors: <li><a href="#errors">查看错误</a></li> -go-warnings: <li><a href="#warnings">查看警告</a></li> -go-rules: <li><a href="#css">查看你已经校验的层叠样式表</a></li> +go-errors: <li><a href="#errors">错误 (<!-- #errors-count -->)</a></li> +go-warnings: <li><a href="#warnings">警告 (<!-- #warnings-count -->)</a></li> +go-rules: <li><a href="#css">已经校验的层叠样式表</a></li> no-error-or-warning: <div><h2>没有找到错误或警告</h2></div> +backtop: <p class="backtop"><a href="#banner">↑ Top</a></p> + +navbar: <ul class="navbar" id="jumpbar"><li><strong>查看:</strong></li>\n\ +<!-- #go-errors -->\n\ +<!-- #go-warnings -->\n\ +<!-- #go-rules -->\n\ +</ul>\n\ no-errors: \ <div id='congrats'> \ -<h2>恭喜恭喜</h2>\ +<h3>恭喜恭喜</h3>\ <p>\ <img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!">\ 恭喜恭喜,此文档已经通过<a\ \ href="http://www.w3.org/TR/REC-CSS2/">样式表</a>校验! \ </p>\ - <div class="alttoggle closed">\ -<p class="toggletext">More info</p>\ <p> \ 为了告诉你的访客你曾致力于建立交互性的网页 \ 你可以显示这个图标在任意经过检验的网页上。这里是 \ @@ -39,8 +44,7 @@ \ \ 或 http://jigsaw.w3.org/css-validator/check/referer (仅使用于HTML文档)\n\ \n\ (或者,你可以加入当前也到你的书签或列表中。)</pre>\ -</div>\ -</div> +</div><!-- #backtop --> no-rules: <H2>没有找到样式表</H2> not-css1-style: /* 请注意!这不是CSS1的属性! */ @@ -65,12 +69,12 @@ # - property-name, property-value, important-style and not-css1-style entities in the entity declaration rules: \ -<div id="css" class="alttoggle closed">\ -<h2 class="toggletext">你已经校验的层叠样式表:</h2> \ +<div id="css" class="alt closed">\ +<h2>你已经校验的层叠样式表:</h2> \ <div class='vAtRule'> \n\ <!-- #charset-rule --> \ <!-- #rule --> \ -</div></div> +</div></div><!-- #backtop --> charset-rule: \ <div class='vCharset'>@charset <!-- #charset -->;</div> @@ -79,15 +83,15 @@ errors : \ <div id="errors">\ -<h2>错误:</h2>\ -<!-- #error --></div>\n +<h3>错误:</h3>\ +<!-- #error --></div><!-- #backtop --> # How to write warnings warnings: \ -<div id="warnings" class="alttoggle closed"> \ -<h2 class="toggletext">警告 (<!-- #warnings-count -->):</h2> \ -<!-- #warning --></div>\n +<div id="warnings" class="alt closed"> \ +<h3>警告 (<!-- #warnings-count -->):</h3> \ +<!-- #warning --></div><!-- #backtop --> warning: @@ -103,7 +107,6 @@ <link href="http://jigsaw.w3.org/css-validator/" rel="validator" />\n\ <link type="text/css" rel='stylesheet' href='style/base.css' />\n\ <link type="text/css" rel='stylesheet' href='style/results.css' />\n\ -<script src="toggle.js" type="text/javascript"></script>\n\ </head> \n\ <body> \n\ <div id="banner">\n\ Index: StyleSheetGeneratorHTML2.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/StyleSheetGeneratorHTML2.java,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- StyleSheetGeneratorHTML2.java 27 Feb 2007 22:55:17 -0000 1.52 +++ StyleSheetGeneratorHTML2.java 9 Mar 2007 04:40:02 -0000 1.53 @@ -255,9 +255,9 @@ if (open) { ret.append("\n</table>\n<!--end of individual error section--></div>"); } - ret.append("\n<div class='errors-section'>\n<h3>URI : " + "<a href=\""); + ret.append("\n<div class='errors-section'>\n<h4>URI : " + "<a href=\""); ret.append(file).append("\">"); - ret.append(file).append("</a></h3>\n<table>"); + ret.append(file).append("</a></h4>\n<table>"); open = true; } ret.append("\n<tr class='error'>\n <td class='linenumber' title='"); @@ -338,9 +338,9 @@ ret.append("\n</table>\n<!--end of individual warning section--></div>"); } oldSourceFile = warn.getSourceFile(); - ret.append("\n<div class='warnings-section'><h3>URI : <a href=\""); + ret.append("\n<div class='warnings-section'><h4>URI : <a href=\""); ret.append(oldSourceFile).append("\">"); - ret.append(oldSourceFile).append("</a></h3><table>"); + ret.append(oldSourceFile).append("</a></h4><table>"); open = true; } oldLine = warn.getLine();
Received on Friday, 9 March 2007 04:40:18 UTC