The SMILElement interface is the base for all SMIL element
types. It follows the model of the HTMLElement in the HTML
DOM, extending the base Element class to denote SMIL-specific
elements.
Note that the SMILElement interface overlaps with the
HTMLElement interface. In practice, an integrated document
profile that include HTML and SMIL modules will effectively implement both
interfaces (see also the DOM documentation discussion of Inheritance vs
Flattened Views of the API ). // etc. This needs attention |