- From: Cameron McCormack <cam@mcc.id.au>
- Date: Wed, 3 Sep 2008 15:41:07 +1000
- To: public-svg-wg@w3.org
Hello WG. While we’re looking at things to trim back in the uDOM, how about removing Document::implementation and also the DOMImplementation interface? The DOMImplementation interface subset that is included in the uDOM is an empty interface, so it’s not useful at all. The only place that DOMImplementation is used is as the type of Document::implementation. JSR-287 doesn’t include this member. If someone wanted to include Document::implementation in their UA they could do this by the usual “implementing more of DOM 3 Core than the subset described in the uDOM” thing. It seems in http://lists.w3.org/Archives/Member/w3c-svg-wg/2006JulSep/0009.html that there was discussion that resulted in the removal of hasFeature() from DOMImplementation, which is what the interface (and Document::implementation) was introduced for. So it seems to me that we can safely remove this. Thanks, Cameron -- Cameron McCormack ≝ http://mcc.id.au/
Received on Wednesday, 3 September 2008 05:42:05 UTC