Bug 49467
| Summary: | [HTML5] HTML fragment parsing algorithm should set "already started" flag true for script elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | DOM | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Actually, createContextualFragment now unsets already-started flag so this bug is no longer valid.