The W3C specification allows for alternative text for the CSS content property:
It would be good if PrinceXML could support this standard. Currently, using version 14, it ignores the entire CSS line if I specify alternative text.
Thank you!
.new::before {
content: url(/img/star.png) / "New!";
}
It would be good if PrinceXML could support this standard. Currently, using version 14, it ignores the entire CSS line if I specify alternative text.
Thank you!