Skip to content

VasilyStepanov/libcssom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic CSS object model written in C.

Features:
  
  - Fast
      Uses libsacc library to parse css3 which is already fast. Fast property
    access provided by the finite-state machine.

  - Relevant
      Follow W3 specifications.

  - Useful
      Can be used in a multithreaded environment. Can be extended with
    user-defined properties.

  - C++ API
      Lightweight C++ API.

About

[WARNING: under construction! Feel free to join.] CSS object model written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published