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 7609 - TranscodingActionCSSAdaptation: should take CSS content directly as input
Summary: TranscodingActionCSSAdaptation: should take CSS content directly as input
Status: NEW
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-14 10:03 UTC by fd
Modified: 2009-09-14 10:03 UTC (History)
0 users

See Also:


Attachments

Description fd 2009-09-14 10:03:10 UTC
Most of the transcoding actions are given "real" content as parameter. This transcoding action should directly apply and return CSS content. It currently takes the path to the CSS file and saves the updated CSS itself.

The CSS parser provides the ParseStr function to make that possible.