Re: SVGFEFloodElement and SVGFEImageElement.

Ahh, I see now that SVGFilterPrimitiveStandardAttributes was changed to inherit from SVGStylable in the latest recommendation.  Thanks for pointing this out.  

This change in the inheritance scheme does lead to some undefined behavior for elements that inherit from SVGFilterPrimitiveStandardAttributes (and indirectly SVGStylable) but do not have 'class' or 'style' attributes.  [Ex. 'FEColorMatrixElement', 'FEComponentTransferElement'].  

Blaine

---
Hello,
 
Finally, something I know the answer to :)
 
Those two interfaces inherit from SVGFilterPrimitiveStandardAttributes, and that interface inherits from SVGStylable
 
--
Sigurd Lerstad
  
      ----- Original Message ----- 
      From: Blaine Brodie 
      To: www-svg@w3.org 
      Sent: Thursday, October 11, 2001 8:50 PM 
      Subject: SVGFEFloodElement and SVGFEImageElement.


      Hi, 
       
      There is a small problem with the interface definition of 'SVGFEFloodElement' and 'SVGFEImageElement' in the specification of the SVG DOM .  These element interfaces do not inherit from SVGStylable, eventhough they have style attributes. 
       
      Blaine 

Received on Friday, 12 October 2001 15:09:57 UTC