diff options
author | ot <ot@localhost> | 2007-04-30 14:34:06 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-30 14:34:06 +0000 |
commit | 3c80e21c7de474f7ec61db51af438b5d3555a910 (patch) | |
tree | b0fd72227ce3d5080c171e6f61ea53efd29abea8 /htdocs/dev | |
parent | b7193f8143ff388be618fba845a061ede079c2d2 (diff) | |
download | markup-validator-3c80e21c7de474f7ec61db51af438b5d3555a910.zip markup-validator-3c80e21c7de474f7ec61db51af438b5d3555a910.tar.gz markup-validator-3c80e21c7de474f7ec61db51af438b5d3555a910.tar.bz2 |
adding example for xhtml+rdfa
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-x | htdocs/dev/tests/index.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 8fbeef5..de338cf 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.75 2007-04-18 06:32:52 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-04-18 06:32:52 $" +<!--#set var="revision" value="\$Id: index.html,v 1.76 2007-04-30 14:34:06 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-30 14:34:06 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -213,6 +213,13 @@ <a href="svg_tiny_1_1.svg">view</a>: SVG Tiny 1.1 </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml_rdfa.xhtml">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml_rdfa.xhtml">with v.w.o</a> - + <a href="xhtml_rdfa.xhtml">view</a>: + XHTML + RDFa + </li> + </ul> <h4 id="valid_notcat">Document types outside the main catalogue</h4> |