Nevermind. Figured out that figgroup is correctly matched by 
*[class~="topic/figgroup"], not *[class~="pr-d/figgroup"]. The selector 
works fine now.

-Kev.

Kevin Yank wrote:
> In our custom DITA style sheet for XXE, we have the following selector:
>
> *[class~="pr-d/figgroup"] > *[class~="pr-d/repsep"] + *:before
>
> The intent of this selector is to target the :before pseudo-element of 
> the first element following a DITA repsep when these elements are both 
> children of a DITA figgroup. In other words, it should target the 
> generated content before the var element generated by the following code:
>
> <figgroup><repsep></repsep><var></var></figgroup>
>
> This doesn't seem to be working for us in XXE Pro 3.6.2. Is this a 
> known bug or limitation?
>
> -- 
> Kevin Yank
> Technical Director, sitepoint.com
>

Reply via email to