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 upMake load event comply with the spec #1416
Closed
Labels
Comments
|
|
|
@jdm is there a set of web platform tests that test these features? :-) |
|
Unfortunately the ones that might be applicable seem to involve other unfinished features such as Element.style and inline event handlers (body.onload = ...). We'll probably want to write some simple ones ourselves. |
|
This is heavily tied to #1879 (document lifecycle, incl. new HTML parser) |
|
To some degree - I think we can create a separate DocumentLoader object that acts as an interface to the resource task and can be used by the parser and DOM objects. |
|
I did this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#the-end
We need the ability to track resource loads that are fired during the initial parse. It likely makes sense to do this in concert with the BrowserContext implementation (#1417).