[Erratum] core-14. DOMImplementation.hasFeature (Re: hasFeature with "unspecified" version)

See
http://www.w3.org/2000/11/DOM-Level-2-errata#core-14

Thank you,
Philippe

> Message-ID: <B2C1451A181BD411B88A00E018C1C19C08AC13@thor.aeathtl.com>
> From: "Arnold, Curt" <Curt.Arnold@hyprotech.com>
> Date: Wed, 2 May 2001 11:47:56 -0600
> Subject: hasFeature with "unspecified" version
> 
> The NIST Java Test domimplementationFeatureNoVersion basically
> calls asserting that docimpl.hasFeature("XML","") == true.
> 
> The DOM Level 2 spec says this about the version parameter:
> 
> version of type DOMString
> 
> This is the version number of the feature to test. In Level 2, the string can be either "2.0" or "1.0". If the version is not specified, supporting any version of the feature causes the method to
> return true.
> 
> The most obvious way of "not specifying" the version would be to call
> docimpl.hasFeature("XML",null).
> 
> It would probably be good to add an explicit test with a null version parameter
> and to clarify the spec on how a zero-length version parameter should be interpreted.
> 
>   ---------------------------------------------------------------------------------

Received on Wednesday, 11 July 2001 17:57:40 UTC