Re: Intent to unship: hasFeature() method on some SVG elements

2019-05-04 Thread Christopher Mills
On Sat, May 4, 2019 at 4:07 AM 墨俊凱 / Cameron McCormack 
wrote:

> On Fri, May 3, 2019, at 8:31 PM, Christopher Mills wrote:
>
> On Fri, May 3, 2019 at 3:38 AM Cameron McCormack  wrote:
>
> The hasFeature() method on some SVG elements comes from SVG 1.0 and was
> intended to be used as part of SVG's extension mechanisms.  This function
> never returned anything other than false in browser implementations, and
> was removed in SVG 2.  Chrome no longer supports this, although WebKit
> still does.  I don't anticipate any issue removing this.
>
> The removal is being done in
> https://bugzilla.mozilla.org/show_bug.cgi?id=1133175.
>
>
> The referenced bug references SVGTests.hasExtension; what's the correct
> one?
>
>
> The method is defined on SVGTests, which is a mixin interface implemented
> by some specific SVG element interfaces (like SVGGraphicsElement).
>

Oh, ok, I get it now. Thanks for your help.
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Intent to unship: hasFeature() method on some SVG elements

2019-05-03 Thread 墨俊凱 / Cameron McCormack
On Fri, May 3, 2019, at 8:31 PM, Christopher Mills wrote:
> On Fri, May 3, 2019 at 3:38 AM Cameron McCormack  wrote:
>> The hasFeature() method on some SVG elements comes from SVG 1.0 and was 
>> intended to be used as part of SVG's extension mechanisms. This function 
>> never returned anything other than false in browser implementations, and was 
>> removed in SVG 2. Chrome no longer supports this, although WebKit still 
>> does. I don't anticipate any issue removing this.
>> 
>>  The removal is being done in 
>> https://bugzilla.mozilla.org/show_bug.cgi?id=1133175.
> 
> The referenced bug references SVGTests.hasExtension; what's the correct one? 

The method is defined on SVGTests, which is a mixin interface implemented by 
some specific SVG element interfaces (like SVGGraphicsElement).
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Intent to unship: hasFeature() method on some SVG elements

2019-05-03 Thread Christopher Mills
On Fri, May 3, 2019 at 3:38 AM Cameron McCormack  wrote:

> The hasFeature() method on some SVG elements comes from SVG 1.0 and was
> intended to be used as part of SVG's extension mechanisms.  This function
> never returned anything other than false in browser implementations, and
> was removed in SVG 2.  Chrome no longer supports this, although WebKit
> still does.  I don't anticipate any issue removing this.
>
> The removal is being done in
> https://bugzilla.mozilla.org/show_bug.cgi?id=1133175.
>

The referenced bug references SVGTests.hasExtension; what's the correct
one?
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Intent to unship: hasFeature() method on some SVG elements

2019-05-02 Thread Cameron McCormack
The hasFeature() method on some SVG elements comes from SVG 1.0 and was 
intended to be used as part of SVG's extension mechanisms.  This function never 
returned anything other than false in browser implementations, and was removed 
in SVG 2.  Chrome no longer supports this, although WebKit still does.  I don't 
anticipate any issue removing this.

The removal is being done in 
https://bugzilla.mozilla.org/show_bug.cgi?id=1133175.

Thanks,

Cameron
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform