Amaya 6.4 bug: class names

Hi,

Amaya 6.4 for Windows applies the selector.class stylesheet rule to several
classes if the name of the classes are "selector.[selector.]class".

Sample: Amaya shows the three paragraphs in 24pt (Mozilla does not).

XHTML file:
<body>
<p class="big">Sample</p>
<p class="p.big">Sample</p>
<p class="p.p.big">Sample</p>
</body>

CSS file:
p.big { font-size: 24pt;}

Best regards,
Barto (www.mclibre.org)

Received on Friday, 18 October 2002 01:57:42 UTC