PEAR logo

HTML_CSS : The Definitive Guide



HTML_CSS Manual

First Edition

Edited by

Laurent Laville

This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit http://creativecommons.org/licenses/by/2.0/.

Revision History
Revision 1.1.3 February 18, 2007
  • Fixed typo error on "oneline" attribute used with class constructor. API chapter was reorganized.
  • Added SearchFor (grep) usage examples into appendix
Revision 1.1.0 January 1, 2007
  • Added new feature (API function getStyle), for help to find if a class selector or property is already defined or not
  • Added appendix with examples
  • Fixed minor typo errors
Revision 1.0.1 December 21, 2006
  • PHP sources code are now all highlighted to improve readability
  • Fixed path on all API pages reference for function synopsis info (missing HTML/)
  • Fixed minor typo errors
Revision 1.0.0 June 21, 2006
The first edition of this Guide is now completed. It cover version 1.0.0 (stable) of HTML_CSS.

Table of Contents

Preface
Organization of This Book
Pre-requisites
I. Introduction
1. About HTML_CSS
2. FAQ - Frequently Asked Questions
II. Getting Started
3. Overview
4. Grouping selectors
5. Parsing data sources
6. Output
7. Searching for selectors and properties
III. Reference Guide
8. API - Application Programming Interface
9. Error Handler
IV. Appendixes
10. Examples

List of Figures

3.1. Rule structure

List of Tables

9.1. Error Handler configuration parameters
9.2. Display driver configuration parameters
9.3. Log driver configuration parameters

List of Examples

10.1. Simple selector definitions
10.2. Combine selectors properties
10.3. Simple string parsing
10.4. Multiple data sources parsing
10.5. Searching for selectors and properties
HTML_CSS : The Definitive Guide v 1.1.3 : February 18, 2007