test in transcodingactioncssadaptation.php
A Transcoder applies transcoding actions (see
TranscodingAction) to content, based on the capabilities of the device that requested the content.
TranscodingAction is an abstract class for all the transcoding actions that may be managed by a
Transcoder.
Transcoding action that adapts CSS content to improve content layout on mobile devices.
Transcoding action that removes embedded elements within the content that are not allowed in XHTML Basic 1.1 when the requesting device is identified as mobile: applet, embed and iframe are removed.
Transcoding action that updates links to separate windows (i.e. popup windows) so that they open in the same window when the requesting device is a mobile device.
Transcoding action that removes scripts from the given HTML content when the requesting device does not support them.
Transcoding action that linearizes tables found in XHTML content when the requesting device does not support tables.
Transcoding action that paginates lenghty XHTML content to speed up content delivery on mobile devices with limited bandwidth, and possibly limited memory.
Transcoding action that translates HTML entities such as " " by their code equivalent (i.e. " ") when the requesting device supports application/xhtml+xml.
Transcoding action that resizes images that appear in the given HTML content to match the requesting device's list of supported image formats and screen size.
Transcoding action that switches the template to a mobile-friendly template whenever the requesting device is a "mobile" device.
Constants used to determine the type of table being handled.