Bug 10099
Summary: | <script /> ... javascript ... </script> misparsed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexander Kellett <a> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | abarth, anantha, ap, ian |
Priority: | P3 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://technet2.microsoft.com/WindowsServer/en/library/99a88b4c-c9cc-45f6-9f52-2297e2560ac81033.mspx?mfr=true |
Alexander Kellett
invalid html... but works in firefox.
<SCRIPT language="JavaScript" type="text/javascript" />InitWizard("99a88b4c-c9cc-45f6-9f52-2297e2560ac81033");</SCRIPT>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
What does HTML5 say?
Ian 'Hixie' Hickson
The "/" should make no difference. It makes no difference in FF3.
Anantha Keesara
this happens on windows safari also. url:http://yaari.com/?controller=user&action=register
Adam Barth
Fixed by the HTML5 parser.