diff options
author | ville <ville@localhost> | 2009-10-25 07:46:40 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-10-25 07:46:40 +0000 |
commit | 5e460ecffdcc609364784617e3cb6b3a57f1ce40 (patch) | |
tree | d8838f4d905fd158efe60743f5f0c7baf4dece4a /htdocs | |
parent | 13d22330a0bd7cdd68fef43e43fa05fd5805d96d (diff) | |
download | markup-validator-5e460ecffdcc609364784617e3cb6b3a57f1ce40.zip markup-validator-5e460ecffdcc609364784617e3cb6b3a57f1ce40.tar.gz markup-validator-5e460ecffdcc609364784617e3cb6b3a57f1ce40.tar.bz2 |
Add height and width for XHTML+RDFa and SVG badges.
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 8c20b3c..fae0155 100644 --- a/htdocs/config/types.conf +++ b/htdocs/config/types.conf @@ -1,7 +1,7 @@ # # Main Document Type Database for the W3C Markup Validation Service. # -# $Id: types.conf,v 1.52 2009-10-25 07:44:36 ville Exp $ +# $Id: types.conf,v 1.53 2009-10-25 07:46:40 ville Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the @@ -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> |