Package: mozilla-firefox
Version: 1.0.6
Severity: important

I have a standards compliant XHTML 1.0 transitional page which has an
empty script element which looks like this:

  <script type="text/javascript" src="product_tools.js"/>

firefox processes that element correctly but will ignore the element
immediately succeeding it. A fun example:

  <script type="text/javascript" src="product_tools.js"/>
  </head>
  <body>
    .. normal page content

will make firefox ignore the </head> element and as a result show an
empty page. Rewriting the html to this:

  <script type="text/javascript" src="product_tools.js"></script>

is a workaround for this problem.

Wichert.

-- 
Wichert Akkerman <[EMAIL PROTECTED]>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to