On Tue, May 10, 2016 at 1:31 PM, Mike Taylor <mi...@mozilla.com> wrote:

> On 5/10/16 3:05 PM, Jack Moffitt wrote:
>
>> We have the Chrome popularity data, and we have the Edge team's data
>> which covers the CSS spectrum quite well. I think it would be far more
>> useful to start covering the DOM API spectrum.
>>
>> For example, it's pretty clear from existing data sources which CSS
>> properties Servo should focus on. But we have very little data for
>> which DOM APIs are important.
>>
>
> Interesting, my own interests are naturally skewed towards finding the
> moz-isms and understanding how and when we can get rid of them (if ever).
> But I can see how understanding DOM API usage is more relevant when
> building a new browser engine.


There are lots of moz-isms in the DOM as well.

The moz-isms aren't as easy to spot in the DOM since there's much less of a
history of prefixing DOM-API names, but they certainly exist.

And there are definitely cases when we'd like to deprecate APIs even if
they aren't moz-isms. Two recent examples are showModalDialog and the XSLT
API.

/ Jonas
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to