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 upInterruptible HTML parsing #560
Closed
Labels
Comments
This was referenced Jul 4, 2013
Closed
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Move and rewrite Microsoft's test for the range input type.
|
Folding this into #1879. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Add a flush notification api <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/560) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need the ability to suspend further HTML parsing while we fetch and execute script that is encountered. Furthermore, the script should operate on the current incomplete document that has been parsed until that point.