StyleSheet icon indicating copy to clipboard operation
StyleSheet copied to clipboard

Investigate on a way to order styles

Open werediver opened this issue 5 years ago • 2 comments

The current implementation applies the styles in the order of definition. This is prone to errors (e.g. a style for a base class can override a style for a subclass, if the former is defined after the latter).

Investigate on a clean and reliable way to order styles depending on the subtype relationships of their targets and markers.

If a clean and reliable way to order styles is found, plan transition to a flat style list instead of the current tree-like structure (in a separate ticket).

werediver avatar Sep 30 '18 21:09 werediver