- From: Philippe Le Hegaret <plh@w3.org>
- Date: Thu, 05 Oct 2000 11:46:38 -0400
- To: "R. Mark Volkmann" <volkmann@inlink.com>
- CC: www-dom@w3.org
"R. Mark Volkmann" wrote: > > I can't find any mention in PR-DOM-Level-2-Style-20000927 of how > CSSStyleDeclaration objects will be created. Should I assume that it will > simply be a matter of invoking a constructor of an implementation class that > implements CSSStyleDeclaration? My first guess was that CSSStyleSheet would > provide a createCSSStyleDeclaration method but that is not the case. Except for the CSSStyleSheet, you are not allowed to create and move the CSS Objects. The CSSStyleDeclaration will be automatically created if you use insertRule. Philippe
Received on Thursday, 5 October 2000 11:47:43 UTC