[heycam/webidl] Investigate/file bugs on named constructor prototype chain (#276)

The code `Image.prototype === HTMLImageElement.prototype` returns true in the spec, edge, and Gecko, but false in Chrome. We should test Safari TP.

Personally I'd rather have these things just have Function.prototype as their prototype, and the fact that Chrome doesn't get this right means that we could probably in theory change this. But likely it's not worth the churn and we should just file bugs on the browsers that don't match the spec (Chrome and maybe Safari) to start matching it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/276

Received on Monday, 23 January 2017 15:25:43 UTC