Skip to content

Update to WHATWG DOM Living Standard for Events #284

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

Closed
wants to merge 1 commit into from

Conversation

KamiQuasi
Copy link
Contributor

Referencing this issue - microsoft/TypeScript#17974

WHATWG DOM Living Standard includes composed and composedPath properties instead of scoped and deepPath. This will allow proper syntax for a case like the following:

this.dispatchEvent(new CustomEvent('update-term', { detail: { term: this.term }, bubbles: true, composed: true }));

@kitsonk
Copy link

kitsonk commented Sep 1, 2017

(just trying to help triage stuff to help @mhegazy, but it is just my opinion)

All of these changes were added ShadowDOM APIs and the changes reflect the current ShadowDOM standards, so I think 👍

@atishpatel
Copy link

Is there a reason this isn't being accepted?

@mhegazy
Copy link
Contributor

mhegazy commented Apr 6, 2018

The input file format has changed since this PR was opened. please refresh the PR and reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants