Skip to content

Update to WHATWG DOM Living Standard for Events#284

Closed
KamiQuasi wants to merge 1 commit into
microsoft:masterfrom
KamiQuasi:update-event-interface
Closed

Update to WHATWG DOM Living Standard for Events#284
KamiQuasi wants to merge 1 commit into
microsoft:masterfrom
KamiQuasi:update-event-interface

Conversation

@KamiQuasi
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

Is there a reason this isn't being accepted?

@mhegazy
Copy link
Copy Markdown
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