RESOLVED INVALID 18197
Render of vbolshov.org.ru/samples/svgraph failed
https://bugs.webkit.org/show_bug.cgi?id=18197
Summary Render of vbolshov.org.ru/samples/svgraph failed
Eugene Pimenov
Reported 2008-03-28 16:43:09 PDT
When you open this URL you'll different HTML in View Source and Web Inspector. And it produce syntax errors because of it. In opera and ff everything is OK. Tested on nightly and 3.1
Attachments
Alexey Proskuryakov
Comment 1 2008-03-31 23:48:19 PDT
This problem is caused by a function named "import" - this is a reserved word, so it cannot be used for a function name. See ECMAScript-262 paragraph 7.5.3. According to bug 6179 comment 6, we also match IE here.
Alexey Proskuryakov
Comment 2 2008-03-31 23:55:37 PDT
I asked around, at it seems that we don't want to break the standard in this regard, closing as INVALID.
Note You need to log in before you can comment on or make changes to this bug.