- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Sep 2012 08:38:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/autotest/testsuite/properties/ok
In directory hutz:/tmp/cvs-serv7168
Modified Files:
aural.css
Log Message:
fix invalid selector
Index: aural.css
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/testsuite/properties/ok/aural.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- aural.css 19 Apr 2006 07:55:35 -0000 1.1
+++ aural.css 28 Sep 2012 08:38:54 -0000 1.2
@@ -1,6 +1,6 @@
h1 { azimuth: 30deg }
td.a { azimuth: far-right } /* 60deg */
-#12 { azimuth: behind far-right } /* 120deg */
+#a12 { azimuth: behind far-right } /* 120deg */
p.comment { azimuth: behind } /* 180deg */
h1 {
@@ -80,4 +80,4 @@
volume: medium;
volume: loud;
volume: x-loud;
-}
\ No newline at end of file
+}
Received on Friday, 28 September 2012 08:38:58 UTC