Why not adopt me?
NAME
POE::Component::IRC::Plugin::CSS::PropertyInfo::Data - internal data file for POE::Component::IRC::Plugin::CSS::PropertyInfo module
DESCRIPTION
This module is used internally by POE::Component::IRC::Plugin::CSS::PropertyInfo module and is a simple data file.
NOTE: if for some really strange reason you'll decide to use this module directly (that is not using the POE::Component::IRC::Plugin::CSS::PropertyInfo module) I recommend you tell the author at zoffix@cpan.org
otherwise anything here might change without notice.
WHAT DOES IT HAVE
The module provides two class methods:
_make_property_data
This class method returns a hash with keys being lower cased CSS properties and value being hashrefs which look like this:
'azimut' => {
applies_to => 'all elements',
inherited => 'yes',
initial => 'center',
media => 'aural',
percentages => 'N/A',
values => '<angle> | [[ left-side | far-left | left | center-left | center | center-right | right | far-right | right-side ] || behind ] | leftwards | rightwards | inherit',
},
_make_vt_data
This class method returns a hash of "value types" with keys being the "value types" and value being the links pointing to documentation. Full list of value types known to this module is as follows:
'margin-width' =>
q#http://www.w3.org/TR/CSS21/box.html\#value-def-margin-width#,
'absolute-size' =>
q#http://www.w3.org/TR/CSS21/fonts.html\#value-def-absolute-size#,
'number' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-number#,
'time' =>
q#http://www.w3.org/TR/CSS21/aural.html\#value-def-time#,
'string' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-string#,
'border-width' =>
q#http://www.w3.org/TR/CSS21/box.html\#value-def-border-width#,
'border-style' =>
q#http://www.w3.org/TR/CSS21/box.html\#value-def-border-style#,
'frequency' =>
q#http://www.w3.org/TR/CSS21/aural.html\#value-def-frequency#,
'identifier' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-identifier#,
'color' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-color#,
'integer' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-integer#,
'specific-voice' =>
q#http://www.w3.org/TR/CSS21/aural.html\#value-def-specific-voice#,
'relative-size' =>
q#http://www.w3.org/TR/CSS21/fonts.html\#value-def-relative-size#,
'generic-voice' =>
q#http://www.w3.org/TR/CSS21/aural.html\#value-def-generic-voice#,
'padding-width' =>
q#http://www.w3.org/TR/CSS21/box.html\#value-def-padding-width#,
'angle' =>
q#http://www.w3.org/TR/CSS21/aural.html\#value-def-angle#,
'percentage' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-percentage#,
'family-name' =>
q#http://www.w3.org/TR/CSS21/fonts.html\#value-def-family-name#,
'uri' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-uri#,
'length' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-length#,
'generic-family' =>
q#http://www.w3.org/TR/CSS21/fonts.html\#value-def-generic-family#,
'shape' =>
q#http://www.w3.org/TR/CSS21/visufx.html\#value-def-shape#,
'counter' =>
q#http://www.w3.org/TR/CSS21/syndata.html\#value-def-counter#,
AUTHOR
Zoffix Znet, <zoffix at cpan.org>
(http://zoffix.com, http://haslayout.net)
BUGS
Please report any bugs or feature requests to bug-poe-component-irc-plugin-css-propertyinfo at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=POE-Component-IRC-Plugin-CSS-PropertyInfo. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc POE::Component::IRC::Plugin::CSS::PropertyInfo
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Component-IRC-Plugin-CSS-PropertyInfo
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/POE-Component-IRC-Plugin-CSS-PropertyInfo
CPAN Ratings
http://cpanratings.perl.org/d/POE-Component-IRC-Plugin-CSS-PropertyInfo
Search CPAN
http://search.cpan.org/dist/POE-Component-IRC-Plugin-CSS-PropertyInfo
COPYRIGHT & LICENSE
Copyright 2008 Zoffix Znet, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.