Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML: document.open() and event listener removal #12122

Merged
merged 2 commits into from
Aug 9, 2018

Conversation

TimothyGu
Copy link
Member

No description provided.

Copy link
Member

@foolip foolip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll leave merging to you since there are two commits.

@annevk
Copy link
Member

annevk commented Aug 9, 2018

This is probably best squashed and merged. Please also reference whatwg/html#3893 in the commit.

@TimothyGu
Copy link
Member Author

Yeah I'll squash the last three commits together.

@TimothyGu TimothyGu force-pushed the timothygu/document-open-events branch from 2279097 to 050853f Compare August 9, 2018 15:15
@TimothyGu TimothyGu force-pushed the timothygu/document-open-events branch from 050853f to a595475 Compare August 9, 2018 15:43
@TimothyGu TimothyGu merged commit dc0ec8e into master Aug 9, 2018
@TimothyGu TimothyGu deleted the timothygu/document-open-events branch August 9, 2018 16:13
TimothyGu added a commit to TimothyGu/html that referenced this pull request Aug 9, 2018
This change aligns the event listener removal behavior with
implementations, specifically in two aspects:

- The event handler's value should be set to null (i.e., deactivated).
- Event listeners and handlers should be removed from the Window object
  as well.

See prior investigation around deactivation of event handlers in whatwg#3836
and whatwg#3850. See investigation around `document.open()`'s behavior in
whatwg#3818.

Tests: web-platform-tests/wpt#12122
domenic pushed a commit to whatwg/html that referenced this pull request Aug 9, 2018
This change aligns the event listener removal behavior with
implementations, specifically in two aspects:

- The event handler's value should be set to null (i.e., deactivated).
- Event listeners and handlers should be removed from the Window object
  as well.

See prior investigation around deactivation of event handlers in #3836
and #3850. See investigation around document.open()'s behavior in
#3818.

Tests: web-platform-tests/wpt#12122
mustaqahmed pushed a commit to mustaqahmed/html that referenced this pull request Feb 15, 2019
This change aligns the event listener removal behavior with
implementations, specifically in two aspects:

- The event handler's value should be set to null (i.e., deactivated).
- Event listeners and handlers should be removed from the Window object
  as well.

See prior investigation around deactivation of event handlers in whatwg#3836
and whatwg#3850. See investigation around document.open()'s behavior in
whatwg#3818.

Tests: web-platform-tests/wpt#12122
mustaqahmed pushed a commit to mustaqahmed/html that referenced this pull request Feb 15, 2019
This change aligns the event listener removal behavior with
implementations, specifically in two aspects:

- The event handler's value should be set to null (i.e., deactivated).
- Event listeners and handlers should be removed from the Window object
  as well.

See prior investigation around deactivation of event handlers in whatwg#3836
and whatwg#3850. See investigation around document.open()'s behavior in
whatwg#3818.

Tests: web-platform-tests/wpt#12122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants