Right now, the behavior depends on lexical order of the stylesheet's rule declaration.
Description
See test case testClassAttrValSelector in http://localhost:8080/coal/test/style/constraints/constraint-test.lzx
A selector like this:
styledbox[width="30"]
should be more specific than a selector like this:
[width="30"]
Right now, the behavior depends on lexical order of the stylesheet's rule declaration.
Note that the test tests both possibilities for lexical order, with the width=62 and width=30 tests.