- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Oct 2007 06:10:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests In directory hutz:/tmp/cvs-serv6796 Modified Files: index.html Added Files: 2689-attribute-no-space.xhtml Log Message: test case for (closed) bug 2689 --- NEW FILE: 2689-attribute-no-space.xhtml --- <!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> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Test</title> </head> <body id="foo"class="bar"lang="baz"> <p>The body element for this document is missing white space between attributes. This is not legal in XHTML.</p> </body> </html> Index: index.html =================================================================== RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- index.html 26 Sep 2007 02:27:04 -0000 1.92 +++ index.html 2 Oct 2007 06:10:42 -0000 1.93 @@ -409,6 +409,14 @@ <a href="errors_sorting.smi">view</a>: SMIL 2.0 with bogus xmlns, xml ill-formedness and bogus elements (used to test sorting of errors) </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2689-attribute-no-space.xhtml">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2689-attribute-no-space.xhtml">with v.w.o</a> - + <a href="2689-attribute-no-space.xhtml">view</a>: + XHTML 1.0 missing space between attributes (<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2689" title="Bug 2689 - documents with no whitespace between attributes validate">Bug 2689</a>) + </li> + + </ul>
Received on Tuesday, 2 October 2007 06:10:56 UTC