- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Oct 2006 06:10:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv6771
Modified Files:
Tag: validator-0_7-branch
index.html xhtml-print_1_0.xhtml
Log Message:
proper test file for xhtml-print
Index: xhtml-print_1_0.xhtml
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/xhtml-print_1_0.xhtml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- xhtml-print_1_0.xhtml 9 May 2005 00:20:34 -0000 1.1
+++ xhtml-print_1_0.xhtml 18 Oct 2006 06:10:57 -0000 1.1.2.1
@@ -1,12 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML-Print 1.0//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+ "http://www.w3.org/MarkUp/DTD/xhtml-print10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<title>Sample XHTML-Print document</title>
+<title>sample XHTML print document</title>
</head>
-
<body>
-<p>This is a simple XHTML-Print doc.</p>
+<div class="TestPurpose">If a printer encounters an image in a format it does not support, it SHALL
+render any alternate content provided, </div>
+<div>
+<img src="example.unknown" alt="This image alt text must be printed." width="100" height="100" />
+<object type="example/unknown" width="100" height="100" data="unknown:example.unknown">
+ This content of the object element must be printed</object>
+
+</div>
</body>
-</html>
+</html>
\ No newline at end of file
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.53
retrieving revision 1.53.2.1
diff -u -d -r1.53 -r1.53.2.1
--- index.html 2 Jun 2005 06:06:16 -0000 1.53
+++ index.html 18 Oct 2006 06:10:56 -0000 1.53.2.1
@@ -140,7 +140,12 @@
XHTML + MathML + SVG
(from the 9 August 2002 WD)
</li>
-
+ <li>
+ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">with v.w.o</a> -
+ <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">view</a>:
+ XHTML-Print
+ </li>
</ul>
<h4>Document types outside the main catalogue</h4>
@@ -166,12 +171,6 @@
<a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/rddl_si.xhtml">view</a>:
RDDL (no FPI)
</li>
- <li>
- <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">validate</a> -
- <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">with v.w.o</a> -
- <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-print_1_0.xhtml">view</a>:
- XHTML-Print (not yet a REC)
- </li>
</ul>
Received on Wednesday, 18 October 2006 06:11:10 UTC