[Bug 6357] <script> start tag parsing

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6357





--- Comment #2 from Anne <annevk@opera.com>  2009-01-06 15:00:50 ---
http://www.madaen.com/ breaks in Firefox (and probably IE?).

I haven't found a site yet that breaks in Opera due to this issue and some
sites using code like this would work "better":

  <script src='http://www.google-analytics.com/urchin.js'
type='text/javascript'/>
  <script type='text/javascript'>
    _uacct = 'UA-1723287-3';
    urchinTracker();
  </script>

E.g. http://discotec08.ifi.uio.no/FMOODS08/HomePage and http://yskin.net/


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 6 January 2009 15:01:00 UTC