RESOLVED INVALID 49467
[HTML5] HTML fragment parsing algorithm should set "already started" flag true for script elements
https://bugs.webkit.org/show_bug.cgi?id=49467
Summary [HTML5] HTML fragment parsing algorithm should set "already started" flag tru...
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.