← Back to release summary

Move DOM attributes to prototype chains.

Category
DOM
Type
New or changed feature
Status
Enabled by default (Chrome 43)
Intent stage
None

Summary

Blink has placed DOM attributes on instances instead of prototypes. However, the Web IDL spec requires that DOM attributes must be placed on prototype chains (except for a few exceptions such as static attributes and [Unforgeable].) We move DOM attributes on instances to prototype chains following the spec.

Standards & signals

Docs: http://updates.html5rocks.com/2015/04/DOM-attributes-now-on-the-prototype

View on chromestatus.com