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 7531 - TranscodingActionDeleteScript should use the scriptSupport property
Summary: TranscodingActionDeleteScript should use the scriptSupport property
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 15:43 UTC by fd
Modified: 2009-09-07 16:19 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-09-07 15:43:29 UTC
The suppression of scripts should only be done when the requesting device does not support scripting. If it does, scripts should be left intact.

The DDR Core Vocabulary defines the scriptSupport property that lists the supported scripting languages and in particular "ecmascript-MP" which is what we should support.

(no need to check whether the script is using Javascript or VBScript here, let's assume it is Javascript).
Comment 1 fd 2009-09-07 16:19:09 UTC
Done, but should be tested, in particular to ensure that devices that do not support Javascript still return an empty property value for scriptSupport that does not contain "ecmascript-MP" and thus trigger the action.