CVS 2002/css-validator/org/w3c/css/css

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory roscoe:/tmp/cvs-serv30909

Modified Files:
	xhtml.properties 
Log Message:
removed link for non working css levels (aka css3)

--- /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties	2014/01/06 06:44:04	1.40
+++ /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties	2014/01/13 10:54:38	1.41
@@ -27,18 +27,14 @@
         <ul class="navbar" id="jumpbar">
             <li><strong>$jump_to:</strong></li>
     #if ( $errors_count > 0 )
-
             <li><a href="#errors">$errors ($errors_count)</a></li>
     #end
     #if ( $warnings_count > 0 )
-
             <li><a href="#warnings">$warnings ($warnings_count)</a></li>
     #end
     #if ( $rules_count > 0 )
-
             <li><a href="#css">$validated_CSS</a></li>
     #end
-
         </ul>
 #end
 <div id="results_container">
@@ -111,7 +107,6 @@
         <div id="errors">
             <h3>$errors_sorry_msg ($errors_count)</h3>
         #if ( $request )
-
             <h4>$request</h4>
         #end
             <div class="error-section-all">
@@ -134,13 +129,11 @@
             #end
             #if  ( $sf != $err.SourceFile )
                 #if ( $open )
-
                     </table>
                     <!--end of individual error section-->
                     </div>
                 #end
                 #set ( $sf = $esc.html($err.SourceFile) )
-            
                 <div class="error-section">
 		#if ( $fake_input ) 
                     <h4>URI : $file_title</h4>
@@ -150,35 +143,28 @@
                     <table>
                 #set ( $open = true )
             #end
-
                         <tr class="error">
                             <td class="linenumber" title="Line $err.Line">$err.Line</td>
                             <td class="$context_name">#if ( $context_msg ) $esc.html($context_msg) #end</td>
                             <td class="$class_name">
             #if ( $link_value )
                 #set ( $link_name = $error_content.get("link_name_parse_error") )
-
-                                $before_link : <a href="$esc.html($link_value)">$esc.html($link_name)</a>
+                    $before_link : #if ( $cssversion == "css21" || $cssversion == "css2" )<a href="$esc.html($link_value)">$esc.html($link_name)</a> #else $esc.html($link_name) #end
             #end
-
                                 $esc.html($error_msg)
             #if ( $span_value )
                 #set ( $span_class = $error_content.get("span_class_parse_error") )
-
                                 <span class="$span_class">
                                     $esc.html($span_value)
                                 </span>
             #end
-
                             </td>
                         </tr>
         #end
         #if ( $open )
-
                     </table>
                 </div>
         #end
-
             </div>
         </div>
         <p class="backtop"><a href="#banner">&uarr; $top</a></p>
@@ -198,13 +184,11 @@
     #foreach ( $warning in $warnings_list )
         #if ( $sf != $warning.SourceFile )
             #if ( $open )
-
                     </table>
                     <!--end of individual warning section-->
                     </div>
             #end
             #set ( $sf = $esc.html($warning.SourceFile) )
-            
                 <div class="warning-section">
 		#if ( $fake_input ) 
                     <h4>URI : $file_title</h4>
@@ -215,7 +199,6 @@
             #set ( $open = true )
         #end
         #if ( $warning.Level <= $warning_level )
-
                         <tr class="warning">
                             <td class="linenumber" title="Line $warning.Line">$warning.Line</td>
                             <td class="codeContext">#if ( $warning.Context ) $esc.html($warning.Context) #end</td>
@@ -224,11 +207,9 @@
         #end
     #end
     #if ( $open )
-
                     </table>
                 </div>
     #end
-
             </div>
         </div>
         <p class="backtop"><a href="#banner">&uarr; $top</a></p>
@@ -239,13 +220,11 @@
             <h3>$valid_CSS_info</h3>
             <div class="vAtRule">
     #if ($style_charset)
-
                 <div class="vCharset">@charset "$style_charset";</div>
     #end
 
     #foreach ( $rules in $at_rules_list )
         #if ( $rules.AtRule != "" )
-
 	    #if ( $rules.Empty )
                 <div class="vEmptyAtRule">$esc.html($rules.AtRule)
 	    #else   
@@ -256,10 +235,8 @@
                     {
             #end
         #end
-
                     <div>
         #foreach ( $rule in $rules.StyleRules )
-
                         <div class="selector">
                             #if ( $rule.Selectors )
                             <span class="selectorValue">
@@ -269,31 +246,25 @@
                             #end
                             <div class="RuleList">
             #foreach ( $property in $rule.Properties )
-
                                 <div class="Rule">
                                     <span class="Property">$esc.html($property.PropertyName)</span> :
                                     <span class="PropertyValue">$esc.html($property)</span>#if ( $property.Important ) !important #end;
                                 </div>
             #end
-
                             </div>
                             #if ( $rule.Selectors )
                             }
                             #end
                         </div>
         #end
-
                     </div>
         #if ( $rules.AtRule != "" )
             #if ( !$rules.Empty )
-
                     }
             #end
-
                 </div>
         #end
     #end
-
             </div>
         </div>
         <p class="backtop"><a href="#banner">&uarr; $top</a></p>
@@ -319,7 +290,6 @@
         #else
             #set ( $real = $language.get("name") )
         #end
-
             <li><a href="$link&amp;lang=$name"
                 lang="$name"
                 xml:lang="$name"
@@ -327,7 +297,6 @@
                 rel="alternate">$real</a>
             </li>
     #end
-
         </ul>
 #end
 <div id="footer">
@@ -341,7 +310,7 @@
         </p>
         <p class="copyright">
             <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
-            &copy; 1994-2013
+            &copy; 1994-2014
             <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>&reg;
             (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
             <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,

Received on Monday, 13 January 2014 10:54:39 UTC