- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 02 Aug 2006 14:10:54 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3575
Summary: errors not detected
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: link@pobox.com
ReportedBy: faudot@u-bourgogne.fr
QAContact: www-validator-cvs@w3.org
i tried to valid the following xhtml page
----------------------
<?xml version="1.0" encoding="UTF-8"?>
<!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" xml:lang= lang="fr">
<head>
</head>
<body>
<p>
Bonjour
</body>
</html>
-------------------------------------
the result is "OK". it seems that there are at least two errors :
xml:lang="fr" and
</p>
why validator says OK ?
Received on Wednesday, 2 August 2006 14:11:01 UTC