diff options
author | ot <ot@localhost> | 2007-12-05 09:31:04 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-12-05 09:31:04 +0000 |
commit | 083d5061caa983398313a89a84e48bce49fdd6e9 (patch) | |
tree | 34e88c9e1bf46b9ef3515774761147850686fac7 | |
parent | d311db245fc8f492c5f5734953c8b618b26cc77e (diff) | |
download | markup-validator-083d5061caa983398313a89a84e48bce49fdd6e9.zip markup-validator-083d5061caa983398313a89a84e48bce49fdd6e9.tar.gz markup-validator-083d5061caa983398313a89a84e48bce49fdd6e9.tar.bz2 |
test xhtml mp 1.2
-rwxr-xr-x | htdocs/dev/tests/index.html | 10 | ||||
-rw-r--r-- | htdocs/dev/tests/xhtml-mp-1_2.xhtml | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 1b39ed6..9295192 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.98 2007-10-10 07:22:16 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-10-10 07:22:16 $" +<!--#set var="revision" value="\$Id: index.html,v 1.99 2007-12-05 09:31:04 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-12-05 09:31:04 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -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> - diff --git a/htdocs/dev/tests/xhtml-mp-1_2.xhtml b/htdocs/dev/tests/xhtml-mp-1_2.xhtml new file mode 100644 index 0000000..6c038df --- /dev/null +++ b/htdocs/dev/tests/xhtml-mp-1_2.xhtml @@ -0,0 +1,14 @@ +<?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> |