[Webkit-unassigned] [Bug 39350] Add support for handling basic <script> tags in the HTML5 Parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 19 02:31:30 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39350


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56477|A patch that actually       |A patch that actually works
        description|builds                      |
  Attachment #56477|                            |commit-queue?
               Flag|                            |




--- Comment #5 from Eric Seidel <eric at webkit.org>  2010-05-19 02:31:30 PST ---
(From update of attachment 56477)
The attached patch works enough to make:

<div>Hello</div>
<script>
alert(42)
</script>
<div>Bye</div>

work.  The rest of the HTML5 parser isn't complete enough to make html5lib/runner.html work yet though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list