- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2011 01:49:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/svg In directory hutz:/tmp/cvs-serv28700/org/w3c/css/properties/svg Modified Files: AtRuleColorProfile.java Log Message: redone the Media Features of media queries, up to date per http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/, todo, parsing of media in HTML form Index: AtRuleColorProfile.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/svg/AtRuleColorProfile.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- AtRuleColorProfile.java 23 Aug 2005 16:25:02 -0000 1.1 +++ AtRuleColorProfile.java 21 Oct 2011 01:49:12 -0000 1.2 @@ -46,7 +46,7 @@ /** * The second must only match this one */ - public boolean canMatched(AtRule atRule) { + public boolean canMatch(AtRule atRule) { return (atRule instanceof AtRuleColorProfile); }
Received on Friday, 21 October 2011 01:49:20 UTC