Lachlan Hunt wrote:
I have now added a mandatory feature string.
http://dev.w3.org/2006/webapi/selectors-api/#dom-feature
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);
};
interface DOMImplementation {
boolean hasFeature(in DOMString feature,
in DOMString version);
DOMObject getFeature(in DOMString feature,
in DOMString version);
};
interface Node {
boolean isSupported(in DOMString feature,
in DOMString version);
DOMObject getFeature(in DOMString feature,
in DOMString version);
};
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.
--
Lachlan Hunt - Opera Software
http://lachy.id.au/
http://www.opera.com/