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 277]

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 66]

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 106]

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 86]

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 76]

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 409]

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 123]

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 261]

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 ]



string $GLOBALS['csstidy']['tokens'] [line 49]

All CSS tokens used by csstidy



Tags:

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


[ Top ]



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

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 41]

All whitespace allowed in CSS



Tags:

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


[ Top ]





AT_END [line 27]

AT_END = 2

[ Top ]



AT_START [line 26]

AT_START = 1

[ Top ]



COMMENT [line 32]

COMMENT = 7

[ Top ]



DEFAULT_AT [line 33]

DEFAULT_AT = 41

[ Top ]



PROPERTY [line 30]

PROPERTY = 5

[ Top ]



SEL_END [line 29]

SEL_END = 4

[ Top ]



SEL_START [line 28]

SEL_START = 3

[ Top ]



VALUE [line 31]

VALUE = 6

[ Top ]




Documentation generated on Mon, 15 May 2006 22:55:43 +0200 by phpDocumentor 1.3.0RC3