WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
183133
[WebIDL] @@unscopable value objects in the DOM should have a null prototype
https://bugs.webkit.org/show_bug.cgi?id=183133
Summary
[WebIDL] @@unscopable value objects in the DOM should have a null prototype
Tobie Langel
Reported
2018-02-26 10:09:35 PST
See: WebIDL issue:
https://github.com/heycam/webidl/issues/496
wpt tests:
https://github.com/w3c/web-platform-tests/pull/9490
PR:
https://github.com/heycam/webidl/pull/494
Attachments
Add attachment
proposed patch, testcase, etc.
Tobie Langel
Comment 1
2018-02-26 10:30:40 PST
Turns out that WebKit was already doing the right thing:
> Object.getPrototypeOf(Element.prototype[Symbol.unscopables])
< null
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug