Bug 183133
| Summary: | [WebIDL] @@unscopable value objects in the DOM should have a null prototype | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tobie Langel <tobie.langel> |
| Component: | Bindings | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | cdumez |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tobie Langel
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
Turns out that WebKit was already doing the right thing:
> Object.getPrototypeOf(Element.prototype[Symbol.unscopables])
< null