- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Sep 2008 15:26:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css In directory hutz:/tmp/cvs-serv6183 Modified Files: ucn.properties Log Message: removed <css> tag Index: ucn.properties =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/ucn.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ucn.properties 6 Aug 2007 13:52:00 -0000 1.5 +++ ucn.properties 12 Sep 2008 15:26:14 -0000 1.6 @@ -136,52 +136,5 @@ </infolist> </informations> #end - -#if ( $rules_count > 0 ) - <css> - #if ($style_charset) - - <vCharset>@charset</vCharset> - #end - - #foreach ( $rules in $at_rules_list ) - #if ( $rules.AtRule != "" ) - - <atRule> - <atSelector>$rules.AtRule</atSelector> - #elseif ( !$rules.Empty ) - - <noAtRule> - #end - #foreach ( $rule in $rules.StyleRules ) - - <selector> - <selectorValue>$rule.Selectors</selectorValue> - <RuleList> - #foreach ( $property in $rule.Properties ) - - <Rule> - <Property>$property.PropertyName</Property> - <PropertyValue>$property</PropertyValue> - <important>#if ( $property.Important ) true #else false #end</important> - </Rule> - #end - - </RuleList> - </selector> - #end - #if ( $rules.AtRule != "" ) - - </atRule> - #elseif ( !$rules.Empty ) - - </noAtRule> - #end - #end - - </css> -#else - <css>$CSS_not_found</css> -#end </result> </observationresponse>
Received on Friday, 12 September 2008 15:26:49 UTC