CssTidy

class.csstidy.php

CSSTidy - CSS Parser and Optimiser

CSS Parser class

Copyright 2005, 2006, 2007 Florian Schmitz

This file is part of CSSTidy.

CSSTidy is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Tags
license

http://opensource.org/licenses/lgpl-license.php GNU Lesser General Public License

author

Florian Schmitz (floele at gmail dot com) 2005-2007

author

Brett Zamir (brettz9 at yahoo dot com) 2007

author

Nikolay Matsievsky (speed at webo dot name) 2009-2010

author

Cedric Morin (cedric at yterium dot com) 2010-2012

author

Christopher Finke (cfinke at gmail.com) 2012

author

Mark Scherer (remove $GLOBALS once and for all + PHP5.4 comp) 2012

Table of Contents

Classes

csstidy
CSS Parser class

Constants

AT_END  = 2
AT_START  = 1
Defines constants
COMMENT  = 7
DEFAULT_AT  = 41
IMPORTANT_COMMENT  = 8
PROPERTY  = 5
SEL_END  = 4
SEL_START  = 3
VALUE  = 6

Constants

AT_START

Defines constants

public mixed AT_START = 1
Tags
todo

//TODO: make them class constants of csstidy


        
On this page

Search results