RESOLVED FIXED 92057
The HTML parser shouldn't read information back from the DOM
https://bugs.webkit.org/show_bug.cgi?id=92057
Summary The HTML parser shouldn't read information back from the DOM
Kwang Yul Seo
Reported 2012-07-23 19:49:51 PDT
Because now the HTML parser keeps tokens in the element stack and the active formatting element list, we shouldn't read information back from the DOM. Instead, perform operations using tokens. This is a prerequisite for Bug 90751 because the tree builder in speculation must be able to proceed without actually creating elements.
Attachments
Kwang Yul Seo
Comment 1 2012-07-23 19:55:30 PDT
This bug requires many mechanical changes. I will split the patch into multiple small pieces for the ease of review.
Kwang Yul Seo
Comment 2 2012-08-03 10:17:33 PDT
Done.
Note You need to log in before you can comment on or make changes to this bug.