Lachlan Hunt wrote:
It's been suggested to me that the spec should say something about support for the other methods that use feature strings, including:

interface DOMImplementationSource {
  DOMImplementation  getDOMImplementation(in DOMString features);
  DOMImplementationList getDOMImplementationList(in DOMString features);
};
...

I'm not sure what exactly I should say about them, nor really understand the purpose of them. But they're in DOM3Core and will need to be tested in the test suite.

I ended up dealing with this issue by making the DOM feature string section more generic, mostly deferring to DOM3 for applicable conformance criteria.

--
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/

Reply via email to