Hello,
I created a new JIRA task for this issue (
https://issues.apache.org/jira/browse/TRINIDAD-1680) and I added a patch for
it.
I introduced a new -tr property: "-tr-include-property". The syntax of this
is:
-tr-include-property: property(selector="af|foo",propertyName="color",
localPropertyName="background-color")
In SkinStyleSheetParserUtils, when the selectors are parsed, similar to the
-tr-rule-ref, I introduced a list of includedProperties. The rules defined
with -tr-include-property are parsed and the list of includedProperties is
filled up. In the end, when the StyleNode is created, this list is passed to
the constructor.
I also introduced the new feature in the documentation.
Is the syntax of the new rule ok? And if so, please have a look over the
patch and tell me whether I should modify anything.
Regards,
Marius