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

Rule idea: Prevent usage of Event.srcElement #6

Closed
pmdartus opened this issue Dec 4, 2018 · 2 comments
Closed

Rule idea: Prevent usage of Event.srcElement #6

pmdartus opened this issue Dec 4, 2018 · 2 comments

Comments

@pmdartus
Copy link
Member

pmdartus commented Dec 4, 2018

The Event.srcElement is a proprietary alias for Event.target, it should be blocked since we are not currently doing the proper event retargeting for this property.

@ekashida
Copy link
Member

ekashida commented Dec 4, 2018

WICG/webcomponents#769 implements the retargeting for srcElement

@pmdartus
Copy link
Member Author

Not needed anymore.

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

No branches or pull requests

2 participants