I want to add bookmarks for certain a.reflink elements that do not have the word "reader" in the href.
The following works fine:
If I want to scope further by adding a class:
I get a lot of empty bookmarks. Some of them seem to have valid targets.
Is there something that is syntactically incorrect in the second sample?
-John
BTW, I really like this CSS3 feature in Prince! :wink:
The following works fine:
a:not([href*=reader]) {
prince-bookmark-level: 2;
bookmark-target: attr(href)
}
If I want to scope further by adding a class:
a.reflink:not([href*=reader]) {
prince-bookmark-level: 2;
bookmark-target: attr(href)
}
I get a lot of empty bookmarks. Some of them seem to have valid targets.
Is there something that is syntactically incorrect in the second sample?
-John
BTW, I really like this CSS3 feature in Prince! :wink:
John Clarke
Cornerstone Systems Northwest Inc.