- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Dec 2007 09:31:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv17121
Modified Files:
index.html
Added Files:
xhtml-mp-1_2.xhtml
Log Message:
test xhtml mp 1.2
--- NEW FILE: xhtml-mp-1_2.xhtml ---
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html>
<head>
<title>Plain Text</title>
</head>
<body>
<p>
This is<br/>
A simple sample of XHTML MP</p>
<div style="text-align:right">Hello, world</div>
</body>
</html>
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- index.html 10 Oct 2007 07:22:16 -0000 1.98
+++ index.html 5 Dec 2007 09:31:04 -0000 1.99
@@ -138,6 +138,12 @@
<a href="xhtml-basic11.xhtml">view</a>:
XHTML Basic 1.1
</li>
+ <li>
+ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-mp-1_2.xhtml;ss">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-mp-1_2.xhtml;ss">with v.w.o</a> -
+ <a href="xhtml-mp-1_2.xhtml">view</a>:
+ XHTML MP 1.2
+ </li>
<li>
<a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml11-minimal.html;ss">validate</a> -
Received on Wednesday, 5 December 2007 09:31:13 UTC