This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
This bug is related to bug 7516. On top of the reasons mentioned in bug 7516, this may fail because: 1. script sections may be empty and be empty tags: <script src="foo" type="bar" /> 2. comments may mess up the lookup as in: <script type="blah"> // </script> foo; </script>