- From: David Cohen <DCohen@CompuServe.com>
- Date: Tue, 6 Mar 2001 15:37:52 -0500
- To: <www-amaya@w3.org>
Amaya V4.3 freezes when I open a file containing the following HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>Freeze Amaya</title></head>
<body>
<p style="@media print {display: none}">Freeze Amaya</p>
<p>Okay</p>
</body>
</html>
It freezes also with: <p style="@media print {p {display:
none}}">Text</p>
It doesn't freeze if replaced with the following in <head>:
<style>@media print {display: none}</style>
I'm running Windows 98 Me.
David
Received on Tuesday, 6 March 2001 15:38:50 UTC