2002/css-validator/autotest/testsuite/properties/css1/ok box.css,1.1,1.2

Update of /sources/public/2002/css-validator/autotest/testsuite/properties/css1/ok
In directory hutz:/tmp/cvs-serv2324

Modified Files:
	box.css 
Log Message:
hidden is not a border-style value

Index: box.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/css1/ok/box.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- box.css	19 Apr 2006 07:55:34 -0000	1.1
+++ box.css	28 Sep 2012 08:33:48 -0000	1.2
@@ -35,7 +35,7 @@
     border-color: blue yellow black red;
     border-color: blue yellow black red;
 
-    border-style: solid hidden dotted dashed;
+    border-style: solid dashed dotted dashed;
     border-style: none double groove;
     border-style: inset outset;
     border-style: ridge;
@@ -135,4 +135,4 @@
     clear: left;
     clear: right;
     clear: both;
-}
\ No newline at end of file
+}

Received on Friday, 28 September 2012 08:33:51 UTC