- From: Bartolomé Sintes <bartolome.sintes@gmail.com>
- Date: Mon, 18 Jan 2010 19:41:04 +0100
- To: www-amaya@w3.org
Hi,
When Amaya opens the following document:
http://www.mclibre.org/prueba/test_100118/test.html
Amaya closes giving an error:
I have opened a bug: http://www.w3.org/Bugs/Public/show_bug.cgi?id=8779
This is the source code of the html and css files:
HTML (test.html):
<?xml version="1.0" encoding="iso-8859-1"?>
<!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=iso-8859-1" />
<title>This documents closes Amaya</title>
<meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
<link href="test.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="test">
<div>
<p>This is a paragraph</p>
</div>
</div>
</body>
</html>
CSS (test.css):
div {
border: 7px black solid;
}
div#test {
background-image: url("test.png");
}
Best regards,
Bartolomé Sintes
http://www.mclibre.org
Received on Monday, 18 January 2010 18:41:40 UTC