gtk/tests/css
Benjamin Otte 35a0fb09ac css: Rewrite selectors
Previously we kept a Selector object for every "simple selector" (term
from CSS spec). Now we keep one for every match operation. So given the
selector
  ".a b:focus"
we will have 4 elements:
  - pseudoclass ":focus"
  - element "b"
  - match any desendant (the space)
  - class ".a"
Each of those is represented by a "selector class" which is basically
the collection of vfuncs for this selector.
2012-03-02 02:17:09 +01:00
..
parser css: Rewrite selectors 2012-03-02 02:17:09 +01:00
api.c Change FSF Address 2012-02-27 17:06:11 +00:00
Makefile.am tests: Add test for non-nullterminated gtk_css_provider_load_data() 2011-08-26 16:26:28 +02:00