- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 May 2012 13:21:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css
In directory hutz:/tmp/cvs-serv30865/w3c/css/properties/css
Modified Files:
CssBorderColor.java CssBorderStyle.java
Log Message:
some more css1 funkyness
Index: CssBorderColor.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css/CssBorderColor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderColor.java 25 Apr 2012 20:21:54 -0000 1.1
+++ CssBorderColor.java 3 May 2012 13:21:01 -0000 1.2
@@ -105,7 +105,7 @@
bottom.addToStyle(ac, style);
left.addToStyle(ac, style);
}
- cssBorder.borderWidth.shorthand = shorthand;
+ cssBorder.borderColor.shorthand = shorthand;
}
/**
Index: CssBorderStyle.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css/CssBorderStyle.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderStyle.java 25 Apr 2012 20:21:55 -0000 1.1
+++ CssBorderStyle.java 3 May 2012 13:21:01 -0000 1.2
@@ -96,7 +96,7 @@
bottom.addToStyle(ac, style);
left.addToStyle(ac, style);
}
- cssBorder.borderWidth.shorthand = shorthand;
+ cssBorder.borderStyle.shorthand = shorthand;
}
/**
Received on Thursday, 3 May 2012 13:21:41 UTC