Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement GlobalEventHandlers.onsubmit #5396
Comments
|
This is as simple as adding the attributes to |
|
If it's just in the test suite, can we get that crap removed? |
|
Well, I'm pretty sure that's the jQuery source that's being loaded and throwing that exception, since it's in jQuery-1.9.1.js. |
|
Could I get this assigned ? I went ahead and applied the suggested fixes. I've got a working implementation, as in "this particular error does not happen anymore". The test suite is still broken though, as other errors happen later. |
|
Yep, we'll file more issues blocking #5395 for subsequent problems discovered. |
|
focusin is not in the spec. I filed #5454 for the real issue here. |
|
|
|
Oh, but the event handler isn't part of GlobalEventHandlers in https://html.spec.whatwg.org/#globaleventhandlers. I see. |
From the jQuery test suite initialization:
Needed for #5395.