Parse error in .class

When Amaya read a document with

    <style>
    DIV.d2 H1 {...etc...}
    DIV.d3 H1 {...etc...}
    </style>
    ...

It parses it as if it was

    <style>
    DIV H1.d2 {...etc...}
    DIV H1.d3 {...etc...}
    </style>
    ...



Bert
-- 
  Bert Bos                                ( W 3 C ) http://www.w3.org/
  http://www.w3.org/pub/WWW/People/Bos/                      INRIA/W3C
  bert@w3.org                             2004 Rt des Lucioles / BP 93
  +33 93 65 77 71                 06902 Sophia Antipolis Cedex, France

Received on Tuesday, 28 May 1996 15:29:32 UTC