Amaya 10.1 and programming comments

Amaya 10.1 still has problems because it tries to 
interpret within css comments ..... 
It does follow the rec for html comments (no interpretation)
so it should also follow the rec for css .....
demo code follows 
-----------------------------------------------------
<?xml version="1.1" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head><title>Comments:VE3LL@RAC.CA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<style type="text/css">body {background:#ccc; /* one & two */ </style>
</head><body><h1>Comments:VE3LL@RAC.CA</h1>
<!-- this is A ONE & A TWO comment -->
<h2>HTML 4.01 rec 3.2.4 on Comments</h2>
<p>Information that appears between comments has no special meaning
(e.g., character references are not interpreted as such).
Amaya allows unescaped &amp; correctly in an HTML comment.</p>
<h2>CSS 2 rec 4.1.9 on Comments</h2>
<p>Comments  begin with the characters "/*" and end with the
characters "*/". They may occur anywhere between tokens, and
their contents have no influence on the rendering. Comments may
not be nested. Amaya does try to interpret contents of bracket
which it should not do according to the recommendation.</p>
</body></html>
-- 
-- 
John Russell, VE3LL@COGECO.CA
http://home.cogeco.ca/~ve3ll
http://home.cogeco.ca/~trains
http://home.cogeco.ca/~cipher

Received on Wednesday, 14 May 2008 11:45:15 UTC