- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 22 Jul 2004 14:30:09 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=826
Summary: Error when there is PCDATA inside blockquote in XHTML1.1
Product: Validator
Version: 0.6.6
Platform: PC
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Parser
AssignedTo: link@pobox.com
ReportedBy: edechaux@irci.fr
QAContact: www-validator-cvs@w3.org
The following XHTML code fails to validate. An error is found on le PCDATA
inside the blockquote element. However on page http://www.w3.org/TR/xhtml-
modularization/abstract_modules.html#s_textmodule, it is indicated that PCDATA
can be placed inside this element. What is good ?
<?xml version="1.0" encoding="ISO-8859-15"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>FooBar</title>
</head>
<body>
<blockquote>blockquote</blockquote>
</body>
</html>
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Thursday, 22 July 2004 10:30:14 UTC