diff options
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/index.html | 12 | ||||
-rw-r--r-- | htdocs/dev/tests/xhtml-windows-1250.xhtml | 16 |
2 files changed, 26 insertions, 2 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 2bb64b2..9f56b82 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,6 +1,6 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.111 2009-12-04 21:45:02 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-12-04 21:45:02 $" +<!--#set var="revision" value="\$Id: index.html,v 1.112 2010-03-04 15:50:30 ville Exp $" +--><!--#set var="date" value="\$Date: 2010-03-04 15:50:30 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -921,6 +921,14 @@ windows-1250 encoded document (Slovenian)</p> + <h5>Another windows-1250 encoded document (Valid XHTML)</h5> + <p> + <a href="../../check?uri=http%3A%2F%2Fqa-dev.w3.org%2Fwmvs%2FHEAD%2Fdev%2Ftests%2Fxhtml-windows-1250.xhtml;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fqa-dev.w3.org%2Fwmvs%2FHEAD%2Fdev%2Ftests%2Fxhtml-windows-1250.xhtml;ss">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml-windows-1250.xhtml">view</a>: + Another windows-1250 encoded document (Valid XHTML)</p> + + <h5>utf-8 encoded document</h5> <p> <a href="../../check?uri=http%3A%2F%2Fwww.w3.org%2FTR%2Fruby;ss">validate</a> - diff --git a/htdocs/dev/tests/xhtml-windows-1250.xhtml b/htdocs/dev/tests/xhtml-windows-1250.xhtml new file mode 100644 index 0000000..42155ab --- /dev/null +++ b/htdocs/dev/tests/xhtml-windows-1250.xhtml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="Windows-1250"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>Windows-1250 test document</title> + </head> + <body> + <p> + Sample document encoded in Windows-1250. + </p> + <p> + šèøžýŠÈØŽÝ + </p> + </body> +</html> |