- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Oct 2007 07:22:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv13677
Modified Files:
index.html
Added Files:
xhtml1-bogus-attribute.html
Log Message:
test bogus attribute doc
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- index.html 4 Oct 2007 06:53:14 -0000 1.97
+++ index.html 10 Oct 2007 07:22:16 -0000 1.98
@@ -416,6 +416,10 @@
<a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-element.html;ss">with v.w.o</a> -
<a href="xhtml1-bogus-element.html">view</a>:
XHTML1, bogus element (foo element not in DTD)</li>
+ <li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-attribute.html;ss">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/xhtml1-bogus-attribute.html;ss">with v.w.o</a> -
+ <a href="xhtml1-bogus-attribute.html">view</a>:
+ XHTML1, bogus attribute</li>
<li><a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/uppercase_element.xhtml;ss">validate</a> -
<a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/uppercase_element.xhtml;ss">with v.w.o</a> -
<a href="uppercase_element.xhtml">view</a>:
--- NEW FILE: xhtml1-bogus-attribute.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>test XHTML document with a bogus attribute name</title>
</head>
<body>
<p>
<span badattribute="true">This phrase is enclosed in a span element with a bogus attribute.</span>
</p>
</body>
</html>
Received on Wednesday, 10 October 2007 07:22:25 UTC