Please see the attached file. As written it works but not because of the rule using a counter:
prince-bookmark-level: counter(toc-level);
Instead it works because of 6 selectors each for one level deeper than the next. Ideally the bookmark level would work with a counter as that should be able to resolve to an integer.
For now the work around of creating 6 extra selectors gets me around this issue but it would be great if a counter could just be used here instead.
prince-bookmark-level: counter(toc-level);
Instead it works because of 6 selectors each for one level deeper than the next. Ideally the bookmark level would work with a counter as that should be able to resolve to an integer.
For now the work around of creating 6 extra selectors gets me around this issue but it would be great if a counter could just be used here instead.