summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2007-10-03 08:23:53 +0000
committerot <ot@localhost>2007-10-03 08:23:53 +0000
commit847c271f45a56f0286511c59b0ed3dc77f0002e5 (patch)
tree664b4da72fa9d2bd0c8a30bb769196adc9ed2f0b /htdocs/dev/tests
parentbaa5362c8374547f7cf264d5a1b6bff3297345a3 (diff)
downloadmarkup-validator-847c271f45a56f0286511c59b0ed3dc77f0002e5.zip
markup-validator-847c271f45a56f0286511c59b0ed3dc77f0002e5.tar.gz
markup-validator-847c271f45a56f0286511c59b0ed3dc77f0002e5.tar.bz2
adding version for first svg 1.0 test
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/3663-svg-10-doctypeless.svg4
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/dev/tests/3663-svg-10-doctypeless.svg b/htdocs/dev/tests/3663-svg-10-doctypeless.svg
index 9601721..f2a4f78 100644
--- a/htdocs/dev/tests/3663-svg-10-doctypeless.svg
+++ b/htdocs/dev/tests/3663-svg-10-doctypeless.svg
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>
-<svg width="5cm" height="4cm"
+<svg width="5cm" height="4cm" version="1.0"
xmlns="http://www.w3.org/2000/svg">
- <desc>Four separate rectangles
+ <desc>This SVG document has no doctype, but uses the version attribute on root svg element to specify its SVG version
</desc>
<rect x="0.5cm" y="0.5cm" width="2cm" height="1cm"/>
<rect x="0.5cm" y="2cm" width="1cm" height="1.5cm"/>