Re: SVG12: Interfaces for custom elements

Bjoern Hoehrmann wrote:

> How this is supposed to interact with other interfaces on such elements
> is not clear to me, for example, the document may include an xhtml:p
> element and for the element the className property would be of type
> DOMString and of type SVGAnimatedString which does not seem to work very
> well. Please change the specification such that such conflicts either do
> not exist or that it clearly defines how to resolve such conflicts.

And note that in some language environments (ECMAScript comes to mind) there is 
no reasonable way to resolve such a conflict while following the DOM bindings 
specified by DOM HTML and the SVG DOM, as far as I can see.

-Boris

Received on Friday, 14 January 2005 19:03:15 UTC