[ 原始碼: libcroco ]
套件: libcroco-tools (0.6.13-1)
libcroco-tools 的相關超連結
Trisquel 的資源:
下載原始碼套件 libcroco:
維護者:
Original Maintainers:
- Debian GNOME Maintainers (郵件存檔)
- Emilio Pozuelo Monfort
- Jeremy Bicha
- Josselin Mouette
- Michael Biebl
相似套件:
Cascading Style Sheet (CSS) parsing and manipulation toolkit - utils
Services provided by Libcroco
* A parser module that provides o A SAC like API. SAC stands for Simple API for CSS. SAC is an event driven API which resembles SAX in the xml world. o A CSSOM like API. CSSOM stands for Cascading Style Sheet Object Model.
The libcroco parser implements the CSS Level 2 specification, the CSS forward compatibility rules and the CSS cascading rules.
* A CSS2 selection engine Given an xml element node (that obviously comes from an xml document) and a stylesheet cascade, the Libcroco selection engine can evaluate the css selectors of the cascade and return the style properties associated to the xml element node.
Note that the xml manipulation toolkit used by the libcroco selection engine at the moment is libxml2.
This package contains csslint, a standalone utility based on libcroco that can be used for testing CSS correctness.
其他與 libcroco-tools 有關的套件
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libcroco3 (>= 0.6.2)
- Cascading Style Sheet (CSS) parsing and manipulation toolkit
-
- dep: libglib2.0-0 (>= 2.12.0)
- GLib library of C routines
-
- dep: libxml2 (>= 2.7.4)
- GNOME XML library