Hello,
Yes. As of version 21 this is a limitation of Web Author. However it
will be supported in the next version (already implemented in the
nightly builds).
Best,
Cristian
On 3/5/2019 12:28 PM, Jirka Kosek wrote:
Hi,
I'm implementing support for inserting manual line-breaks into content.
This is done as processing instruction <?br?>. In an Author mode I can
get reasonable rendering by using the following CSS rules:
oxy|processing-instruction[br]::before {
content: "[";
}
oxy|processing-instruction[br]::after {
content: "]\a";
white-space: pre;
}
However in Web Autor these rules are ignored although I don't see this
kind of usage listed as unsupported at
https://www.oxygenxml.com/doc/versions/21.0.0/ug-waCustom/topics/webapp_css_limitations.html
If this is just undocumented limitation is there any other way how to
implement this in Web Author?
Many thanks in advance,
Jirka
_______________________________________________
oXygen-user mailing list
[email protected]
https://www.oxygenxml.com/mailman/listinfo/oxygen-user
_______________________________________________
oXygen-user mailing list
[email protected]
https://www.oxygenxml.com/mailman/listinfo/oxygen-user