Hi,
I’m trying to count elements with css to place dashes between elements and to show indexes (like a,b,c). This works well in firefox and chrome, but oXygen shows an error:
Dita:
<options>
<option judgement="*
unacceptable">
<word>loopt</word>
</option>
<option>
<word>ziet</word>
</option>
</options>
Css:
option:nth-child(n+2):before
{
content:
"/";
}
results in the error:
System ID: D:\oxygen-13.2\frameworks\dita\css_classed\ling.css
Severity: error
Description: [CSS]:encountered "+". Was expecting one of: ")"
Start location: 330:19
Where I expected: Jan loopt/ziet
Can this be done in oXygen?
Kind regards,
Roderik Dernison