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

Stop eagerly compiling raw uncompiled event handlers #8489

Closed
jdm opened this issue Nov 12, 2015 · 0 comments
Closed

Stop eagerly compiling raw uncompiled event handlers #8489

jdm opened this issue Nov 12, 2015 · 0 comments
Assignees
Labels

Comments

@jdm
Copy link
Member

@jdm jdm commented Nov 12, 2015

Stuff like <body onload="foo()"> is eagerly compiled right now, and the spec says it should not be until we get the value of the event handler (either through body.onload or using it for an event target chain).

I have patches that correct this.

@jdm jdm added the A-content/dom label Nov 12, 2015
@jdm jdm self-assigned this Nov 12, 2015
jdm added a commit to jdm/servo that referenced this issue Nov 12, 2015
jdm added a commit to jdm/servo that referenced this issue Nov 13, 2015
Ms2ger added a commit to Ms2ger/servo that referenced this issue Nov 30, 2015
jdm added a commit to jdm/servo that referenced this issue Dec 31, 2015
jdm added a commit to jdm/servo that referenced this issue Jan 4, 2016
jdm added a commit to jdm/servo that referenced this issue Feb 11, 2016
bors-servo added a commit that referenced this issue Feb 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.