Document that closes Amaya 11.3.1 WinXP
Bartolomé Sintes <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
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