Bug 49467

Summary: [HTML5] HTML fragment parsing algorithm should set "already started" flag true for script elements
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: abarth, ap, eric, hsivonen, mjs, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Ryosuke Niwa
Reported 2010-11-12 12:31:39 PST
Per the HTML5 spec 10.2.5.7, we should set isEvaluated flag in ScriptElementData to true when creating a script element in the HTML fragment parsing algorithm. See also: http://www.whatwg.org/specs/web-apps/current-work/#parsing-main-inhead http://html5.org/specs/dom-parsing.html#extensions-to-the-range-interface
Attachments
Ryosuke Niwa
Comment 1 2012-05-19 16:49:43 PDT
Actually, createContextualFragment now unsets already-started flag so this bug is no longer valid.
Note You need to log in before you can comment on or make changes to this bug.