This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7517 - TranscodingActionDeleteScript: script lookup may fail
Summary: TranscodingActionDeleteScript: script lookup may fail
Status: RESOLVED FIXED
Alias: None
Product: mobileOK authoring tools
Classification: Unclassified
Component: Transcoding (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Sylvain Lequeux
QA Contact: fd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-07 08:45 UTC by fd
Modified: 2009-09-07 09:17 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-09-07 08:45:35 UTC
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>