Mozilla::DOM::ComputedStyle is a Perl interface to Mozilla getComputedStyle function.
SYNOPSIS
use Mozilla::DOM::ComputedStyle;
Get_Computed_Style_Property($mozilla_window, $element, $property_name);
This module makes possible to get computed style properties from Mozilla DOM. See documentation for window.getComputedStyle JavaScript function.
EXPORT
Get_Computed_Style_Property($window, $element, $property_name)
This is the only function in this module. It returns property < $property_name > of DOM element $element of $window.
Product's homepage
Requirements:
· Perl