- From: Bartolomé Sintes Marco <BartolomeSintes@ono.com>
- Date: Fri, 18 Oct 2002 07:59:15 +0200
- To: "Lista Amaya" <www-amaya@w3.org>
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