forked from AuroraMiddleware/gtk
495eaf31d4
Instead of just doing radical change matching on the node itself, also consider the parent nodes via the bloom filter. This means a radical change is now also one where the parent name/id/classes change, but since that's considered a radical change on the parent already, those things are slow anyway. Improves the benchmark times for CSS validation during backdrop transitions in widget-factory from 45ms to 35ms on my machine.
13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
window.background:dir(ltr)
|
|
decoration:dir(ltr)
|
|
grid.horizontal:dir(ltr)
|
|
label:dir(ltr)
|
|
box.horizontal:dir(ltr)
|
|
label:dir(ltr)
|
|
button:dir(ltr)
|
|
box.horizontal:dir(ltr)
|
|
checkbutton:dir(ltr)
|
|
check:dir(ltr)
|
|
box.horizontal:dir(ltr)
|
|
label:dir(ltr) name|sibling-name|parent-name|parent-sibling-name
|