Bug 92057

Summary: The HTML parser shouldn't read information back from the DOM
Product: WebKit Reporter: Kwang Yul Seo <skyul>
Component: DOMAssignee: Kwang Yul Seo <skyul>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 92065, 92079, 92240, 92715, 92830, 92841, 93047    
Bug Blocks: 90751    

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.