Stylesheets
Stylesheets copied to clipboard
classRef when @expand not specified is inconsistently translated to RNG
A classRef with no value for its @expand attribute appears to generate different results depending on what other attributes are present. If no other attributes are present, the classRef generates a pattern matching the alternation of its members. If @include or @except is present, a pattern matching the sequence of its members (after applying inclusion or excepting as expected) is generated. For evidence see the testClass odd supplied on issue 220.