plone / diazo

Diazo applies a static HTML theme to a dynamic website
http://diazo.org
Other
41 stars 26 forks source link

[test] Broken rules when mixing CSS and xpath rules #69

Open gforcada opened 7 years ago

gforcada commented 7 years ago

These tests showcase an error we noticed at www.freitag.de:

If you have the very same rules, but one written with CSS selectors and the other with xpath selectors, but only one should be applied at a time (there's a conditional guard for each of them) the conditional is ignored and both rules are applied.

This does not happen if both rules are done in either CSS or xpath as can be seen on the css-css-same-element and xpath-xpath-same-element tests.

The puzzling thing is that depending on the inner rules a conditional is applied or not.