csstidy
[ class tree: csstidy ] [ index: csstidy ] [ all elements ]

Procedural File: data.inc.php

Source Location: /data.inc.php



Page Details:

Various CSS Data for CSSTidy

This file is part of CSSTidy.

CSSTidy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

CSSTidy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CSSTidy; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA




Tags:

filesource:  Source Code for this file
author:  Florian Schmitz (floele at gmail dot com) 2005
license:  GNU Public License





array $GLOBALS['csstidy']['all_properties'] [line 268]

All CSS Properties. Needed for csstidy::property_is_next()



Tags:

see:  csstidy::property_is_next()
version:  1.0
todo:  Add CSS3 properties
Default value:   array()


[ Top ]



array $GLOBALS['csstidy']['at_rules'] [line 57]

Available at-rules



Tags:

version:  1.0
Default value:   array('page' => 'is','font-face' => 'is','charset' => 'iv', 'import' => 'iv','namespace' => 'iv','media' => 'at')


[ Top ]



array $GLOBALS['csstidy']['background_prop_default'] [line 97]

Default values for the background properties



Tags:

version:  1.0
see:  merge_bg()
see:  dissolve_short_bg()
todo:  Possibly property names will change during CSS3 development
Default value:   array()


[ Top ]



array $GLOBALS['csstidy']['color_values'] [line 77]

Properties that allow <color> as value



Tags:

version:  1.0
see:  compress_numbers();
todo:  CSS3 properties
Default value:   array()


[ Top ]



array $GLOBALS['csstidy']['number_values'] [line 67]

Properties that allow <number> as value



Tags:

version:  1.2
see:  compress_numbers();
todo:  CSS3 properties
Default value:   array('line-height','pitch-range','richness','speech-rate','stress','volume','font','font-weight','z-index','counter-increment','counter-reset','orphans','widows')


[ Top ]



array $GLOBALS['csstidy']['predefined_templates'] [line 400]

An array containing all predefined templates.



Tags:

see:  csstidy::load_template()
version:  1.0
Default value:   '<span class="at">'


[ Top ]



array $GLOBALS['csstidy']['replace_colors'] [line 114]

A list of non-W3C color names which get replaced by their hex-codes



Tags:

version:  1.0
see:  cut_color()
Default value:   array()


[ Top ]



array $GLOBALS['csstidy']['shorthands'] [line 252]

A list of all shorthand properties that are devided into four properties and/or have four subvalues



Tags:

version:  1.0
see:  merge_4value_shorthands()
see:  dissolve_4value_shorthands()
todo:  Are there new ones in CSS3?
Default value:   array()


[ Top ]



array $GLOBALS['csstidy']['tokens'] [line 40]

All CSS tokens used by csstidy



Tags:

version:  1.0
Default value:   '/@}{;:=\'"(,\\!$%&)*+.<>?[]^`|~'


[ Top ]



array $GLOBALS['csstidy']['units'] [line 49]

All CSS units (CSS 3 units included)



Tags:

version:  1.0
see:  compress_numbers()
Default value:   array('in','cm','mm','pt','pc','px','rem','em','%','ex','gd','vw','vh','vm','deg','grad','rad','ms','s','khz','hz')


[ Top ]



array $GLOBALS['csstidy']['whitespace'] [line 32]

All whitespace allowed in CSS



Tags:

version:  1.0
Default value:   array(' ',"\n","\t","\r","\x0B")


[ Top ]






Documentation generated on Fri, 3 Feb 2006 16:21:45 +0100 by phpDocumentor 1.3.0RC3