- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 25 Oct 2009 07:46:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv27046/config
Modified Files:
types.conf
Log Message:
Add height and width for XHTML+RDFa and SVG badges.
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- types.conf 25 Oct 2009 07:44:36 -0000 1.52
+++ types.conf 25 Oct 2009 07:46:40 -0000 1.53
@@ -606,6 +606,8 @@
ALT URI = http://www.w3.org/Icons/valid-xhtml-rdfa-blue
Local URI = images/valid_icons/valid-xhtml-rdfa
Local ALT URI = images/valid_icons/valid-xhtml-rdfa-blue
+ Height = 31
+ Width = 88
Alt = Valid XHTML + RDFa
RDFa = http://www.w3.org/TR/rdfa-syntax
</Badge>
@@ -632,6 +634,8 @@
ALT URI = http://www.w3.org/Icons/valid-svg10-blue
Local URI = images/valid_icons/valid-svg10
Local ALT URI = images/valid_icons/valid-svg10-blue
+ Height = 31
+ Width = 88
Alt = Valid SVG 1.0
</Badge>
</SVG_1_0>
@@ -656,6 +660,8 @@
ALT URI = http://www.w3.org/Icons/valid-svg11-blue
Local URI = images/valid_icons/valid-svg11
Local ALT URI = images/valid_icons/valid-svg11-blue
+ Height = 31
+ Width = 88
Alt = Valid SVG 1.1
</Badge>
</SVG_1_1>
@@ -678,6 +684,8 @@
ALT URI = http://www.w3.org/Icons/valid-svgtiny11-blue
Local URI = images/valid_icons/valid-svgtiny11
Local ALT URI = images/valid_icons/valid-svgtiny11-blue
+ Height = 31
+ Width = 88
Alt = Valid SVG 1.1 Tiny
</Badge>
</SVG_1_1_Tiny>
Received on Sunday, 25 October 2009 07:46:46 UTC