SVGT 1.2: uDOM DOMImplementation.hasFeature

uDOM's DOMImplementation.hasFeature method is specified to accept  
both DOM features and SVG features. The DOM's hasFeature only  
supports DOM features.

I recommend one of the following:

1) Define that the SVG feature strings are also DOM version strings,  
and define appropriate versions for them. Then the hasFeature  
definition from the DOM can be used (ideally copied verbatim or  
normatively referenced from DOM Level 3 Core).

2) Define a separate hasSVGFeature method.

Regards,
Maciej

Received on Tuesday, 27 December 2005 05:51:15 UTC