Bug 49364 - [HTML5] 10.2.8.4 Scripts that modify the page as it is being parsed
Summary: [HTML5] 10.2.8.4 Scripts that modify the page as it is being parsed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 48966
  Show dependency treegraph
 
Reported: 2010-11-10 22:27 PST by Ryosuke Niwa
Modified: 2010-11-19 14:02 PST (History)
4 users (show)

See Also:


Attachments
fixes the bug (6.80 KB, patch)
2010-11-10 23:09 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2010-11-10 22:27:22 PST
WebKit does not conform to the section 10.2.8.4. of HTML5:
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#scripts-that-modify-the-page-as-it-is-being-parsed
Comment 1 Ryosuke Niwa 2010-11-10 23:09:46 PST
Created attachment 73582 [details]
fixes the bug
Comment 2 Adam Barth 2010-11-10 23:32:43 PST
Comment on attachment 73582 [details]
fixes the bug

thanks!
Comment 3 Ryosuke Niwa 2010-11-10 23:38:02 PST
Committed r71797: <http://trac.webkit.org/changeset/71797>
Comment 4 Ryosuke Niwa 2010-11-10 23:38:35 PST
Thanks for the review, Adam!