Page 1 of 1

Numbering in ordered list with profiling attributes

Posted: Fri Apr 01, 2022 7:38 am
by Edomonndo
Hi,

In our document we have ordered lists with profiling attributes.
When hiding excluded contents by profiling setting, the Author view does not display the numbers continuously.
How to customize this numbers by css?

Source

Code: Select all

<ol>
	<li>First item</li>
	<li audience="novice">Second item</li>
	<li audience="expert">Second item</li>
</ol>
As Is (Novice excluded)
1. First item
3. Second item

To be (Novice excluded)
1. First item
2. Second item

Re: Numbering in ordered list with profiling attributes

Posted: Fri Apr 01, 2022 9:09 am
by Radu
Hi,

I'm afraid this cannot be fixed from your side, I added an internal issue to look into this:

EXM-50266 Counting list item should take applied profiling filters into account

and if we manage to fix it in a future Oxygen version I will update this forum thread.

Regards,
Radu