Configuring content completion that interferes with CSS
Posted: Tue Dec 02, 2025 11:39 pm
Hello,
Following the documentation at: https://www.oxygenxml.com/doc/versions/ ... ually.html, I define in cc_config_ext.xml :
Given en existing list item :
When I insert an item :
Then the new item does not render as expected :
Looking at the CSS inspector, I see that the li element does not match the *[class~='topic/li'] selector
Expected:
I encountered thie issue in Oxygen Desktop and in Web Author.
Any workaround available ?
Thank you for your help.
Environment:
Following the documentation at: https://www.oxygenxml.com/doc/versions/ ... ually.html, I define in cc_config_ext.xml :
Code: Select all
<config xmlns="http://www.oxygenxml.com/ns/ccfilter/config">
<elementProposals path="li" rejectAttributes="class"/>
</config>
When I insert an item :
Then the new item does not render as expected :
Looking at the CSS inspector, I see that the li element does not match the *[class~='topic/li'] selector
Expected:
I encountered thie issue in Oxygen Desktop and in Web Author.
Any workaround available ?
Thank you for your help.
Environment:
- Oxygen XML Editor (Desktop): version 27.1
- Oxygen XML Web Author: version 27.1
- Custom framework