NAME
Mozilla::DOM::ComputedStyle - Interface to Mozilla getComputedStyle function.
SYNOPSIS
use Mozilla::DOM::ComputedStyle;
Get_Computed_Style_Property($mozilla_window, $element, $property_name);
DESCRIPTION
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
.
SEE ALSO
AUTHOR
Boris Sukholitko, <boriss@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Boris Sukholitko
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.